@import url(blocks/sake.css);


html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#989780;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
 	font-family : arial, verdana;
 	font-size : 12px;
	color : #000000;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:976px;
	overflow:hidden;
	background-color:#ffffff;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px;
	width:976px;
}

#header {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:976px;
	height:60px;
	overflow:hidden;
	font-family:arial, garamond;
	font-weight:normal;
	font-size:14px;
	color:#006600;
}

#nav {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:976px;
	height:57px;
	min-height:57px;
}

#rim {
	margin:0px;
	padding:0px;
	width:976px;
	height:237px;
	min-height:237px;
	background-image:url(image/ui-rimBG_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#main {
	margin:0px;
	padding:0px;
	width:976px;
	text-align:left;
}


#outerShell {
	margin:0px;
	padding:0px;
	width:976px;
	float:left;
}


#contentrim {
	margin:0px;
	padding:0px;
	width:460px;
	height:227px;
	min-height:227px;
	background-image:url(image/content-rimBG_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#pageContent {  padding:29px 22px 18px 22px;
				width: 932px;
				float:left;
 }

* html #pageContent {
	width:976px;
} /* IE */



#footer {
	margin:0px;
	padding:0px;
	width:976px;
	height:31px;
 	font-family : arial, verdana;
 	font-size : 11px;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	background-image:url(image/ui-footer-bg_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
