@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#E5E1D5;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #2B0404;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:805px;
	overflow:hidden;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:805px;
}

#nav {
	margin:0px;
	width:202px;
	float:left;
	overflow:hidden;
	padding:0px;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:7px 0px 0px 0px;
	width:805px;
	background-image:url(image/ui-background_1.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:805px;
	height:26px;
	font-family : garamond, verdana, arial;
	font-size : 14px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #660000;
}


#footer {
	margin:0px;
	padding:0px;
	width:805px;
	height:28px;
	font-family : garamond, verdana, arial;
	font-size : 14px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #E1DACA;
	background-image:url(image/ui-footer_1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#rimName {
	text-align:center;
	width:295px;
	height:62px;
	clear:both;
	color:#666666;
	font-family:garamond;
	font-weight:bold;
	font-size:14px;
	background-image:url(image/rim-bot_5.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}




#Content {  padding:0px 44px 10px 66px;
				width: 493px;
				float:left;
 }

* html #Content {
	width:493px;
} /* IE */


#homeContent {  margin:0px 0px 10px 66px;
				float:left;
				width: 537px;
 }

* html #homeContent {
	width:537px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
