@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
}

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:0px auto;
	width:864px;
	overflow:hidden;
}

#background {
	padding:0px;
	background-color:#DCD3BB;
	margin:18px 0px 0px 0px;
	width:864px;
}

#header {
	margin:0px;
	padding:0px;
	width:864px;
	height:117px;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:864px;
	background-image:url(image/ui-content-bgCow_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#nav {
	padding:0px 0px 0px 0px;
	width:183px;
	height:auto;
	overflow:hidden;
	float:left;
	min-height:200px; 
}

#pageContent {
	padding:22px 10px 20px 18px;
	overflow:hidden;
	width:653px;
	float:left;
	height:auto;
}

* html #pageContent {
	width:681px;
} /* IE */



#footer {
	margin:0px 0px 20px 0px;
	padding-top:3px;
	width:864px;
	height:22px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #93896E;
	text-align:right;
}


#footernav {
	margin:0px;
	padding:0px;
	width:864px;
	height:35px;
	font-family : georgia, arial, tahoma;
	font-size : 12px;
	color: #801C19;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
