@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#E9E4B5;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
 	font-family : arial, verdana;
 	font-size : 13px;
	color : #666666;
	font-weight:normal;
	line-height: 150%;
	letter-spacing:normal;
	/*background-image:url(image/bg_02_1.jpg);*/
	background-repeat:no-repeat;
	background-position:top center;
}

#centeredBody {
	text-align:left;
	margin:24px auto;
	width:975px;
	overflow:hidden;
	background-color:#ffffff;
	height:934px;
	background-image:url(image/mainBG_1.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}

#background {
	margin:20px 20px 0px 20px;
	padding:0px;
	width:935px;
}

#header {
	margin:0px;
	padding:0px;
	width:935px;
	height:107px;
	overflow:hidden;
 	font-family : times new roman,arial, verdana;
 	font-size : 14px;
	color:#85A936;
	font-weight:normal;
	text-align:left;
}

#nav {
	margin:0px;
	padding:0px;
	width:935px;
	text-align:center;
	height:38px;
	float:left;
	color: #49176D;
 	font-family : times new roman,georgia,arial, verdana;
 	font-size : 18px;
	font-weight:bold;
}

#homenav {
	color:#49176D;
 	font-family : arial, verdana,times new roman,georgia;
 	font-size:12px;
	float:left;
	width:935px;
	height:51px;
	background-image:url(image/home-navBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#main {
	margin:0px;
	padding:0px;
	width:935px;
	text-align:left;
}

#rim {
	margin:0px;
	padding:0px;
	width:935px;
	height:160px;
	text-align:left;
}


#outerShell {
	margin:25px 0px 0px 0px;
	padding:0px;
	width:935px;
	float:left;
}




#pageContent {  padding:0px;
				width: 935px;
				height:698px;
				overflow:hidden;
				float:left;

 }



#footer {
	margin:0px;
	padding:0px;
	width:935px;
	height:29px;
 	font-family : arial, verdana;
 	font-size : 11px;
	color:#49176D;
	font-weight:normal;
	text-align:right;
}

#footernav {
	margin:0px;
	padding:0px;
	width:935px;
	height:25px;
 	font-family : arial, tahoma;
	font-size : 14px;
	letter-spacing:normal;
	color: #666666;
	text-decoration:none;
	text-align: right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
