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