@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:19px auto;
	width:932px;
	overflow:hidden;
}


#header {
	margin:0px;
	padding:0px;
	line-height:125%;
	width:932px;
	height:113px;
	font-family : times new roman, georgia, arial, tahoma;
	font-size : 26px;
	font-weight:bold;
	font-style:italic;
	color: #8E003A;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:932px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#nav {
	padding:0px 0px 0px 0px;
	width:183px;
	height:auto;
	overflow:hidden;
	float:left;
}

#pageContent {
	padding:0px 0px 5px 15px;
	width:716px;
	float:left;
	height:auto;
}

* html #pageContent {
	width:731px;
} /* IE */



#footer {
	margin:0px 0px 20px 0px;
	padding-top:3px;
	width:932px;
	height:22px;
	font-family : arial, tahoma;
	font-size : 10px;
	color: #93896E;
	text-align:right;
}


#footernav {
	margin:0px;
	padding:0px;
	width:932px;
	height:34px;
	font-family : arial, tahoma;
	font-size : 11px;
	color: #860038;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

