@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

body {
	/*background: #FFF url(image/bgLeafTile.jpg) repeat-x center top;*/
	background: #FFF/* url(image/bgTop.png) repeat-x left top*/;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, tahoma, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0 auto;
	width:976px;
	overflow:hidden;
	/*
	-moz-box-shadow: 0 0 22px #000;
	-webkit-box-shadow: 0 0 22px #000;
	box-shadow: 0 0 22px #000;
	*/
	position: relative;
}

#outerShell {
	text-align:left;
	margin:0px;
	width:100%;
	float:left;
}


#background {
	padding:0px;
	margin:0px;
	background: #FFF;
}

#header {
	margin:0px;
	padding:0px;
	height:27px;
	background-color:#9ED064;
}

#headerrim {
	margin:0px;
	padding:0px;
	height:112px;
	background-color:#9ED064;
}

#nav {
	margin:0px;
	padding:0px;
	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 { 
	float:left; 
	margin:0px;
	width: 918px;
	padding:25px 25px 0px 25px;
	/*
	border-left: 4px solid #492F91;
	border-right: 4px solid #492F91;
	*/
 }

* html #pageContent {
	width:976px;
} /* IE */

#footer {
	padding:0px;
	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;
	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;
}

