@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color:#eff9ee;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

#outercontainer {
	width:755px;
	margin:0px auto;
}

#background {
	padding:0px;
	margin:0px 0px 0px 0px;
	width:755px;
	background-image: url(image/ui-background_2.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#headnav {
	width:755px;
	height: 48px;
	float:left;
}

#rim {
	width:755px;
	height: 167px;
	float:left;
}

#flower {
	width:755px;
	height: 31px;
	float:left;
}

#nav {
	width:755px;
	height: 20px;
	float:left;
}

#NonHomenav {
	width:755px;
	height: 61px;
	float:left;
}

#footernav {
	width:755px;
	height: 27px;
	float:left;
}

#footer {
	width:755px;
	height: 38px;
	float:left;
	font-family : verdana, arial;
	font-size : 10px;
	color:#ffffff;
	font-weight:normal;
	line-height: normal;
	letter-spacing:normal;
}



#content {
	width:755px;
	float:left;
}

