@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : trebuchet ms, verdana, tahoma, arial;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #333333;
}

#outerContainer {
	text-align:left;
	margin:18px auto;
	width:902px;
	overflow:hidden;
}

#centeredHeader {
	width:900px;
	height:124px;
	border:solid;
	border-color:#666666;
	border-width:1px;
}

#centeredBody {
	width:900px;
	border:solid;
	border-color:#666666;
	border-width:1px;
}


#header {
	margin:0px;
	padding:0px;
	width:900px;
	height:124px;
	float:left;
}


#nav {
	padding:0px 0px 0px 0px;
	width:900px;
	height:51px;
	float:left;
}


#pageContent {  padding:20px 18px 18px 18px;
				width: 861px;
				float:left;
 }

* html #pageContent {
	width:864px;
} /* IE */


#footer {
	padding:0px;
	width:900px;
	height:19px;
	color:#666666;
	font-family : trebuchet ms,arial,verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	text-align:left;
}


#RIM {
	margin:0px;
	width:500px;
	background-color:#E5E5E5;
	font-family : trebuchet ms,verdana,tahoma, arial;
	font-size : 10px;
	color: #333333;
	text-align:left;
	padding:0px;
	float:left;
	background-image: url(image/rim-bg_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
