@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-image:url(image/background_1.gif);
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
 	font-family : verdana, tahoma, arial, verdana;
 	font-size : 12px;
	color : #4E4E4E;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:left;
	margin:16px auto;
	width:800px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	width:800px;
}

#header {
	margin:0px;
	padding:0px;
	width:800px;
	height:36px;
	overflow:hidden;
}


#main {
	margin:0px;
	padding:0px;
	width:800px;
	text-align:left;
}


#outerShell {
	margin:0px;
	padding:0px;
	width:800px;
	float:left;
}




#pageContent {  padding:55px 35px 10px 35px;
				width: 730px;
				float:left;
 }

* html #pageContent {
	width:800px;
} /* IE */

#homepageContent {  padding:43px 0px 0px 0px;
				width: 800px;
				float:left;
 }


#footer {
	margin:0px;
	padding:0px;
	width:800px;
	height:22px;
 	font-family : trebuchet ms, tahoma, arial, verdana;
 	font-size : 10px;
	background-color : #999999;
	color:#E5E5E5;
	font-weight:normal;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

