@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ECE7E0;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-background_1.gif);
	background-repeat:repeat-x;
	background-position:top center;
	font-family : arial, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:864px;
	overflow:hidden;
	background-color:#ffffff;
}


#header {
	margin:0px;
	padding:0px;
	width:864px;
	height:118px;
}

#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:5px 0px 0px 0px;
	width:864px;
	height:28px;
	float:left;
	background-color:#1C1464;
	text-align:center;
	
}

#pageContent {
	padding:26px 15px 10px 17px;
	width:827px;
	float:left;
	height:auto;
	background-color:#ffffff;
}

* html #pageContent {
	width:864px;
} /* 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:#1C1464;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #ffffff;
	text-align:right;
}


#footernav {
	margin:0px;
	padding:0px;
	width:864px;
	height:25px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #1F417C;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
