@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family : arial, tahoma, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:18px auto;
	width:864px;
	overflow:hidden;
}

#outerShell {
	text-align:left;
	margin:0px;
	width:864px;
	float:left;
}


#background {
	margin:0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:864px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#rim {
	margin:0px;
	padding:0px;
	width:990px;
	height:122px;
}


#nav {
	text-align:left;
	margin:0px;
	width:162px;
	float:left;
}

#pageContent {  margin:0px;
				width: 660px;
				padding:20px 17px 10px 25px;
				float:left;
 }

* html #pageContent {
	width:702px;
} /* IE */

#homepageContent {  margin:0px;
				width: 677px;
				padding:0px 0px 10px 25px;
				float:left;
 }

* html #homepageContent {
	width:702px;
} /* IE */

#footer {
	margin:0px;
	padding:0px;
	width:864px;
	height:24px;
 	font-family : arial, tahoma, arial, verdana;
 	font-size : 11px;
	color:#000000;
	font-weight:normal;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
