@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-background_1.gif);
}

body {
	width:789px;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:789px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	width:789px;
	background-color:#FFFFFF;
}

#header {
	padding:0px;
	margin:0px 0px 0px 0px;
	width:789px;
	height:96px;
}

#nav {
	padding:0px;
	margin:0px 0px 0px 0px;
	width:789px;
	height:39px;
}

#plantCats {
	padding:0px;
	margin:0px 0px 0px 0px;
	width:166px;
	float:left;
	background-image:url(image/plantCats-bg_3.gif);
	background-repeat:repeat-y;
	background-position:left;
}


#pageContents {  padding:13px 0px 8px 16px;
				width: 590px;
				float:left;
 }

* html #pageContents {
	width:606px;
} /* IE */

#footer {
	padding:0px;
	margin:0px 0px 20px 0px;
	width:789px;
	height:49px;
}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
