@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#8BAF91;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, arial, tahoma, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:904px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:904px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:904px;
	height:194px;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:904px;
	min-height:314px;
	background-image:url(image/ui-content-bg_1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#footer {
	margin:0px;
	padding:0px;
	width:904px;
	height: 28px;
	color:#AFA08D;
	text-align:right;
	font-family : arial, tahoma, verdana;
	font-size : 10px;
	background-image:url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
}



#pageContent {
	padding:0px 70px 10px 70px;
	width:764px;
	float:left;
	height:auto;
	min-height:314px;
}

* html #pageContent {
	width:904px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


