@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#628038;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
 	font-family : arial, verdana;
 	font-size : 12px;
	color : #000000;
	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:161px;
}

#headerNav {
	margin:0px;
	padding:0px;
	width:975px;
	height:68px;
	float:left;
 	font-family : arial, tahoma;
	font-size : 12px;
	letter-spacing:normal;
	color: #FFFFCC;
	font-weight:bold;
}


#nav {
	padding:0px 0px 0px 0px;
	width:975px;
	height:39px;
	float:left;
	font-family : arial,verdana, tahoma, arial;
	font-size : 17px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	text-align:center;
	color:#ffffcc;
	background-color:#462C39;
}


#pageContent {  padding:16px 19px 9px 19px;
				width: 937px;
				float:left;
 }

* html #pageContent {
	width:975px;
} /* 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:20px;
	color:#ffffff;
	font-family : arial,verdana, tahoma, arial;
	font-size : 10px;
	font-weight:normal;
	text-align:left;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
