@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#EEECE3;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px;
	width:975px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:975px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:975px;
	height:107px;
}

#nav {
	margin:0px;
	padding:0px;
	width:975px;
	height:31px;
}



#pageContent {  padding:20px 35px 20px 40px;
				width: 900px;
 }

* html #pageContent {
	width:975px;
} /* IE */


#RIM {
	width:394px;
	float:left;
}



#homeContent {  padding:0px 0px 20px 0px;
				float:left;
				width: 975px;
 }

* html #homeContent {
	width:975px;
} /* IE */

#footer {
	margin:0px;
	padding:0px;
	width:975px;
	height:30px;
	background-image:url(image/ui-footer-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	letter-spacing:normal;
	color: #7B6D50;
	text-align: right;
}

#footernav {
	margin:0px;
	padding:0px;
	width:975px;
	height:22px;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	letter-spacing:normal;
	color: #000000;
	text-align: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

