@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#E0F8C4;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family : arial, tahoma, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px;
	width:900px;
	overflow:hidden;
}

#outerShell {
	text-align:left;
	margin:0px;
	width:900px;
	float:left;
}


#background {
	padding:0px;
	margin:0px;
	width:900px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#header {
	margin:0px;
	padding:0px;
	width:900px;
	height:27px;
	background-color:#9ED064;
}

#headerrim {
	margin:0px;
	padding:0px;
	width:900px;
	height:112px;
	background-color:#9ED064;
}

#nav {
	margin:0px;
	padding:0px;
	width:902px;
	height:32px;
	font-family : arial, georgia, verdana;
	font-size : 12px;
	font-weight:normal;
	letter-spacing:normal;
	color: #FFE716;
	text-align: right;
	font-weight:normal;
	background-color:#492F91;
}


#pageContent {  margin:0px;
				width: 850px;
				padding:25px 25px 0px 25px;
				float:left;
 }

* html #pageContent {
	width:900px;
} /* IE */

#footer {
	padding:0px;
	width:900px;
	height:31px;
 	font-family : arial, tahoma, arial, verdana;
 	font-size : 10px;
	color:#493091;
	font-weight:normal;
	text-align: right;
	background-color:#9ED064;
	margin-bottom:10px;
}

#footernav {
	margin:0px;
	padding:0px;
	width:902px;
	height:22px;
	font-family : arial, georgia, verdana;
	font-size : 10px;
	font-weight:normal;
	letter-spacing:normal;
	color: #9ED064;
	text-align: right;
	font-weight:bold;
	background-color:#493091;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
