@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#E0E4D9;
}

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: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:975px;
	overflow:hidden;
	background-color:#ffffff;
}


#header {
	margin:0px auto;
	padding:0px;
	width:975px;
	height:265px;
}


#nav {
	padding:0px 0px 0px 0px;
	width:975px;
	height:40px;
	float:left;
	font-family : arial,verdana, tahoma, arial;
	font-size : 12px;
	font-weight:bold;
	line-height: 140%;
	letter-spacing:normal;
	text-align:left;
	color:#ffffff;
	background-color:#A854C4;
}

#footernav {
	margin:0px;
	width:975px;
	height:22px;
 	font-family : arial, verdana;
 	font-size : 11px;
	color:#559502;
	font-weight:normal;
	text-align:left;
}


#homepageContent {  padding:20px 15px 20px 15px;
				width: 945px;
				float:left;
 }

* html #homepageContent {
	width:975px;
} /* IE */



#pageContent {  padding:20px 0px 20px 25px;
				width: 749px;
				float:left;
 }

* html #pageContent {
	width:769px;
} /* IE */


#detail {  padding:0px 30px 3px 0px;
				width: 270px;
				float:left;
 }

* html #detail {
	width:300px;
} /* IE */


#footer {
	margin:0px auto;
	padding:0px;
	width:975px;
	height:26px;
	color:#ffffff;
	font-family : arial,verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	text-align:left;
	background-color:#A854C4;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
