@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#DBD5AF;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:20px auto;
	width:918px;
	overflow:hidden;
	background-color:#ffffff;
}


#header {
	margin:0px;
	padding:0px;
	width:864px;
	height:118px;
}

#headerNav {
	margin-top:18px;
	padding:0px;
	width:918px;
	height:28px;
 	font-family : gill sans MT,arial, tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #018A2F;
	text-decoration:none;
	font-weight:bold;
}


#nav {
	padding:0px 0px 0px 0px;
	width:918px;
	height:31px;
	float:left;
	text-align:left;
	
}

#address {
	padding:0px 0px 0px 0px;
	width:918px;
	height:37px;
	float:left;	
 	font-family : gill sans MT,arial, tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	background-image:url(image/ui-addressbackground_2.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#homePageContent {
	padding:0px 52px 10px 22px;
	width:844px;
	float:left;
	height:auto;
	background-image:url(image/ui-contentbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

* html #homePageContent {
	width:918px;
} /* IE */


#pageContent {
	padding:10px 52px 10px 40px;
	width:826px;
	float:left;
	height:auto;
	background-image:url(image/ui-contentbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

* html #pageContent {
	width:918px;
} /* IE */


#rim {
	padding:0px 0px 0px 0px;
	width:864px;
	height:256px;
	float:left;
}


#footer {
	margin:0px;
	padding-top:3px;
	width:918px;
	height:28px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #666666;
	text-align:left;
	font-weight:bold;
}


#footernav {
	margin:0px;
	padding:0px;
	width:918px;
	height:28px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #666666;
	text-align:left;
	font-weight:bold;
	background-image:url(image/ui-footerbackground_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
