@import url(blocks/sake.css);

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

body {
 	font-family : tahoma, gill sans;
 	font-size : 10pt;
	color : #000000;
	background-color:#CEE6C1;
}


	
p { margin-top:2px; margin-bottom:20px; line-height:140%; }


#page { width:800px; margin:0px auto; padding:30px 0px; text-align:left; }


#centeredBody {
	text-align:left;
	margin:0px auto;
	width:805px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:805px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:805px;
	height:90px;
}


#pageContent {  padding:20px 17px 20px 28px;
				width: 760px;
 }

* html #pageContent {
	width:805px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}