@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.gif);
	background-repeat:no-repeat;
	background-position:top center;
	font-family : arial, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:890px;
	overflow:hidden;
}


#header {
	margin:0px;
	padding:0px;
	width:864px;
	height:115px;
}

#headerNav {
	margin:0px;
	padding:0px;
	width:299px;
	height:115px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #4FAC3F;
	text-align:center;
	float:left;
	font-weight:bold;
}


#nav {
	padding:0px 0px 0px 0px;
	width:864px;
	height:31px;
	float:left;
}

#pageContent {
	padding:26px 15px 10px 17px;
	width:827px;
	float:left;
	height:auto;
	background-color:#ffffff;
}

* html #pageContent {
	width:869px;
} /* IE */


#homePageContent {
	padding:7px 0px 10px 0px;
	width:864px;
	float:left;
	height:auto;
}

#rim {
	padding:0px 0px 0px 0px;
	width:864px;
	height:256px;
	float:left;
}


#footer {
	margin:0px;
	padding-top:3px;
	width:864px;
	height:22px;
	background-color:#4FAC3F;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #ffffff;
	text-align:right;
}


#footernav {
	margin:0px;
	padding:0px;
	width:864px;
	height:55px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #4FAC3F;
	text-align:right;
	background-image:url(image/ui-footernav-bg_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
