@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#415986;
}

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-horizontalbackground_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:900px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:900px;
	background-image:url(image/ui-verticalbackground_03_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:900px;
	height:133px;
	background-color:#415986;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:900px;
}

	

#nav {
	margin:0px;
	padding:0px;
	width:900px;
	height: 37px;
}

#footernav {
	margin:0px;
	padding:0px;
	width:900px;
	height: 70px;
	color:#000000;
	text-align:right;
	font-family : arial, tahoma, verdana;
	font-size : 10px;
}



#pageContent {
	padding:30px 30px 10px 30px;
	width:840px;
	float:left;
	height:auto;
}

* html #pageContent {
	width:900px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
