@import url(blocks/sake.css);

body {
	margin:0px auto;
	padding:0px auto;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(image/wui-bg.gif);
	background-repeat:repeat-x;
}


#masthead {
	width:750px;
	height:162px;
	background-image:url(image/masthead-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px auto;
}

#masthead img {
	float:left;
}


#container {
	background-image:url(image/container-bg.jpg);
	text-align:left;
	background-repeat:repeat-y;
	width:750px;
	margin:0px auto;
}


#contentcontainer {
	background-image:url(image/content-bg.jpg);
	background-repeat:no-repeat;
	width:750px;
	margin:0px;
	}

#nav {
	width:678px;
	height:30px;
	margin-left:72px;
	clear:both;
	}

#nav img {
	float:left;
}



#content {
	width:610px;
	margin:0 0 0 80px;
	padding:20px;
	text-align:left;
	}
	
* html #content {
	width:650px;
} /* IE */

	
#footer {
	background-color:#000000;
	height:20px;
	color:#FFFFFF;
	font-family:arial;
	font-size:10px;
	padding:4px 0px 0px 8px;
	text-align:left;
}

* html #footer {
	height:28px;
}

