@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}


body {
	background-image:url(image/tile.jpg);
	background-repeat:repeat;
}

	
#masthead {
	width:731px;
	height:94px;
}	

#masthead img {
	float:left;
}


#content {
	width:671px;
	padding:30px;
	background-color:#FFFFFF;
}

* html #content {
	width:731px;
} /* IE */


#footer {
	float:left;
	width:711px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:arial;
	font-size:9px;
	padding:0px 10px 0px 10px;
}

* html #footer {
	width:731px;
}

#footernav {
	float:left;
	width:728px;
	background-color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:20px 0px 10px 3px;
}


* html #footernav {
	width:731px;
}

#footernav a {
	padding:0 7px;
}

#footerimage {
	width:731px;
	height:4px;
	background-image:url(image/wui-footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}


#moreInfo {
width:200px;
padding-bottom:10px;
overflow:inherit;
float:right;
border: 1px solid #C48977;
background-color:#E6E4E5;
margin:0 0 10px 30px;
}

#moreInfo .box {
	font-size:10px;
}

#moreInfo h1 {
	padding:5px 10px; 
	margin-top:0px; 
	font-size:14px;
	font-style:italic;
	background-color:#C48977;
	color:#FFFFFF;
	text-align:center;
}

#moreInfo hr {
	background-color:#C48977;
	color:#C48977;
	height:1px;
	margin:0px;
	clear:both;
	width:100%;
	border:0px solid;
	/*border:1px dotted; works for PC, not Mac*/
	
}