@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:center;
	background-image:url(image/ui-background_1.gif);
	font-family : tahoma, verdana, arial;
	font-size : 11px;
	font-weight:normal;
	line-height: 150%;
	letter-spacing:normal;
	color: #452500;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:792px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px;
	width:792px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}



#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:792px;
}

	

#header {
	margin:0px;
	padding:0px;
	width:792px;
	height:95px;
}	

#nav {
	margin:0px;
	padding:0px;
	width:792px;
	height: 22px;
	background-image:url(image/ui-nav-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family : tahoma, verdana, arial;
	font-size : 12px;
	font-weight:bold;
	line-height: 150%;
	letter-spacing:normal;
	color: #FAFAF5;
	text-align:center;
}

#flashMovie {
	margin:0px;
	padding:0px;
	width:792px;
	height: 157px;
}

#rim {
	margin:0px;
	padding:0px;
	width:792px;
	height: 82px;
	overflow:hidden;
}

#pageContent {
	padding:20px 65px 30px 67px;
	width:660px;
	float:left;
	height:auto;
	background-image:url(image/ui-content-bg_1.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

* html #pageContent {
	width:792px;
} /* IE */


#footernav {
	margin:0px;
	padding:0px;
	width:792px;
	height:20px;
}

#footer {
	margin:0px;
	padding:0px;
	width:792px;
	height:53px;
	font-family : tahoma, arial, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	text-align:center;
	color: #6E5A20;
	background-image:url(image/ui-footer-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

