@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#89A091;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:18px auto;
	width:901px;
	overflow:hidden;
	background-color:#ffffff;
}


#header {
	margin:0px;
	padding:0px;
	width:901px;
	height:109px;
	float:left;
	background-color:#E0D5B0;
	color:#524000;
	font-weight:bold;
}


#nav {
	padding:0px 0px 0px 0px;
	width:901px;
	height:40px;
	float:left;
	background-color:#000000;
}

#homePageContent {
	width:901px;
	float:left;
	padding:0px 0px 0px 0px;
}

#search {
	padding:0px 0px 0px 0px;
	width:901px;
	height:40px;
	float:right;
}

#pageContent {  padding:20px 20px 15px 20px;
				width: 861px;
				float:left;
 }

* html #pageContent {
	width:901px;
} /* IE */


#footer {
	padding:0px;
	width:901px;
	height:22px;
	background-color:#644E00;
	color:#CCCCCC;
	font-family : verdana, tahoma, arial;
	font-size : 10px;
	font-weight:normal;
	text-align:right;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
