@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-background_1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family : arial, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:899px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:899px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:899px;
	height:162px;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:900px;
	background-image:url(image/ui-content-bg_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#nav {
	padding:0px 0px 0px 0px;
	width:267px;
	height:auto;
	overflow:hidden;
	float:left;
	min-height:200px; 
}

#pageContent {
	padding:26px 36px 10px 0px;
	width:596px;
	float:left;
	height:auto;
}

* html #pageContent {
	width:632px;
} /* IE */



#footer {
	margin:0px;
	padding-top:3px;
	width:899px;
	height:22px;
	background-color:#000000;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #9C9284;
	text-align:right;
}


#footernav {
	margin:0px;
	padding:0px;
	width:899px;
	height:56px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #3B2A10;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
