@import url(blocks/sake.css);


html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#ffffff;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
 	font-family : arial, verdana, tahoma;
 	font-size : 12px;
	color : #000000;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	background-image:url(image/ui-horizontalbackground_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#centeredBody {
	text-align:left;
	margin:0px;
	width:903px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px;
	width:903px;
}


#header {
	margin:0px;
	padding:0px;
	width:903px;
	height:42px;
 	font-family : arial, verdana, tahoma;
 	font-size : 11px;
	color : #000066;
	font-weight:normal;
}

#outerShell {
	margin:0px;
	padding:0px;
	width:903px;
	float:left;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#rim {
	padding:0px;
	width:903px;
	height:153px;
	float:left;
}

#nav {
	margin:0px;
	padding:0px;
	width:246px;
	float:left;
	background-image:url(image/ui-nav-bg_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#main {
	margin:0px;
	padding:0px;
	width:901px;
	text-align:left;
}

#content {  margin:0px;
			padding:0px;
			width: 657px;
			float:left;
 }
 
 
#pageContent {  padding:5px 17px 18px 0px;
				width: 640px;
				float:left;
 }

* html #pageContent {
	width:657px;
} /* IE */

#footernav {
	margin:0px;
	padding:0px;
	width:903px;
	height:30px;
 	font-family : arial, tahoma, verdana;
 	font-size : 10px;
	color:#006633;
	font-weight:normal;
	text-align:left;
	background-image:url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#footer {
	margin:0px;
	padding:0px;
	width:903px;
	height:38px;
 	font-family : arial, tahoma, verdana;
 	font-size : 10px;
	color:#333399;
	font-weight:normal;
	text-align:left;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear{
	clear: both;
	margin: 0;
	padding:0;
}


.hide{
	display: none;
}

.show{
	display: block;
}

 
