@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#A9906B;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family : trebuchet ms, arial, tahoma, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #403B06;
}

#centeredBody {
	text-align:left;
	margin:0px;
	width:904px;
	overflow:hidden;
}

#outerShell {
	text-align:left;
	margin:0px;
	width:921px;
	float:left;
}


#background {
	margin:0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:904px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#header {
	margin:0px;
	padding:0px;
	width:899px;
	height:72px;
	background-color:#ffffff;
}

#rim {
	margin:0px;
	padding:0px;
	width:902px;
	height:122px;
}


#nav {
	text-align:left;
	margin:0px;
	width:195px;
	float:left;
	background-image:url(image/ui-nav-qualityNursery_1.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
}

#pageContent {  
				margin:20px 24px 15px 20px;
				width: 654px;
				float:left;
 }

* html #pageContent {
	width: 654px;
} /* IE */


#homepageContent {  margin:0px;
				width: 704px;
				float:left;
 }


#footer {
	margin:0px;
	padding:0px;
	width:904px;
	height:24px;
 	font-family : trebuchet ms, arial, tahoma, arial, verdana;
 	font-size : 10px;
	color:#ffffff;
	font-weight:normal;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
