@import url(blocks/sake.css);

img { behavior: url(iepngfix.htc); }

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#669966;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
 	font-family : verdana, tahoma, arial, verdana;
 	font-size : 12px;
	color : #000000;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:804px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	width:804px;
}

#header {
	margin:0px;
	padding:0px;
	width:804px;
	height:110px;
	overflow:hidden;
}

#nav {
	margin:0px;
	padding:0px;
	width:804px;
	height:26px;
	float:left;
}

#main {
	margin:0px;
	padding:0px;
	width:804px;
	text-align:left;
}


#outerShell {
	margin:0px;
	padding:0px;
	width:804px;
	float:left;
}




#pageContent {  padding:25px 35px 10px 20px;
				width: 749px;
				float:left;
 }

* html #pageContent {
	width:804px;
} /* IE */


#rimCaption {
	text-align:center;
	width:473px;
	color:#006600;
	font-family:tahoma, arial, garamond;
	font-weight:bold;
	font-size:12px;
}

#footer {
	margin:0px;
	padding:0px;
	width:804px;
	height:23px;
 	font-family : tahoma, arial, verdana;
 	font-size : 10px;
	background-color : #0D6F23;
	color:#ffffff;
	font-weight:normal;
	text-align:right;
}

#footernav {
	margin:0px;
	padding:0px;
	width:804px;
	height:22px;
	font-family : georgia, arial, verdana;
	font-size : 11px;
	font-weight:normal;
	letter-spacing:normal;
	color: #663300;
	text-align: right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
