@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;
	background-image:url(image/ui-background_1.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #555555;
}

#centeredBody {
	text-align:left;
	margin:6px auto;
	width:976px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:6px 0px 0px 0px;
	width:976px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:976px;
}

#nav {
	margin:0px;
	padding:0px;
	width:976px;
	height:24px;
}

#search {
	margin:0px;
	padding:0px;
	width:976px;
	height:36px;
	background-image:url(image/ui-search-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#footer {
	margin:0px;
	padding:0px;
	width:976px;
	height:22px;
	background-image:url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family : tahoma, arial;
	font-size : 10px;
	color: #ffffff;
	text-align:right;
}

#rim {
	margin:20px 0px 0px 0px;
	padding-left:40px;
	width:810px;
	font-family : tahoma, arial;
	font-size : 10px;
	color: #000000;
	text-align:left;
}

#rapids {
	margin:20px 0px 0px 0px;
	padding-left:40px;
	width:151px;
	font-family : tahoma, arial;
	font-size : 10px;
	color: #666666;
	text-align:left;
}

#footernav {
	margin:0px;
	padding:0px;
	width:976px;
	height:41px;
	font-family : tahoma, arial;
	font-size : 10px;
	color: #8E799C;
	text-align:right;
	background-image:url(image/ui-footer-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}



#pageContent {  padding:30px 15px 10px 17px;
				width: 648px;
 }

* html #pageContent {
	width:680px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

