@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#99CC66;
}

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:902px;
	overflow:hidden;
}

#outerShell {
	text-align:left;
	margin:0px;
	width:902px;
	float:left;
}


#background {
	margin:0px;
	padding:0px;
	margin:7px 0px 0px 0px;
	width:902px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#header {
	margin:0px;
	padding:0px;
	width:902px;
	height:127px;
}

#rim {
	margin:0px;
	padding:0px;
	width:902px;
	height:122px;
}


#tree {
	text-align:left;
	margin:0px;
	width:28px;
	float:left;
}

#pageContent {  margin:0px;
				width: 849px;
				padding-right:25px;
				float:left;
				background-image:url(image/ui-content-bg_1.gif);
				background-repeat:no-repeat;
				background-position:top right;
 }

* html #pageContent {
	width:874px;
} /* IE */

#footer {
	margin:0px;
	padding:0px;
	width:902px;
	height:24px;
 	font-family : arial, tahoma, arial, verdana;
 	font-size : 10px;
	color:#CCCCCC;
	font-weight:normal;
	text-align:left;
	background-image:url(image/ui-footerbackground_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#footernav {
	margin:0px;
	padding:0px;
	width:902px;
	height:22px;
	font-family : arial, georgia, verdana;
	font-size : 11px;
	font-weight:normal;
	letter-spacing:normal;
	color: #666666;
	text-align: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
