@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#D2CFCA;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, tahoma, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #555555;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:905px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:905px;
}

#header {
	margin:0px;
	padding:0px;
	width:905px;
	height:127px;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:905px;
}

	

#nav {
	margin:0px;
	padding:0px;
	width:905px;
	height: 30px;
}



#pageContent {
	padding:30px 30px 10px 30px;
	width:845px;
	float:left;
	height:auto;
}

* html #pageContent {
	width:905px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
