@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color:#77533D;
	background-image: url(image/wui-bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#masthead {
	background-color:#F3FBB6;
	width:775px;
	height:114px;
}

#masthead img {
	float:left;
}

#content {
	text-align:left;
	width:735px;
	padding:20px;
	overflow:hidden;
	clear:both;
	/* border: 1px solid red; */
}

*html #content {
	width:775px;
} /* IE */


#nav {
	background-color:#76523C;
	width:775px;
	height:24px;
	float:left;
}
	
#nav img {
float:left;
}

#event {
	background-image: url(image/event-bg.gif);
	background-repeat:repeat-y;
	height:inherit;
	width:277px;
	float:left;
	margin-top:-20px; 
	margin-left:-20px;
}

*html #event {
	margin-left:0px;
	width:257px;
} /* IE */

#footer {
	background-color:#798B39;
	width:775px;
	height:24px;
}

#moreinfo {
width:250px;
padding-bottom:5px;
overflow:inherit;
float:right;
border: 1px solid #7BA740;
background-color:#F3FBB6;
margin:0 0 10px 30px;
}

#moreinfo h1 {
	background-color:#7BA740;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	padding:5px;
	margin:0;
}

#moreinfo .box {
	font-size:12px;
	font-weight:bold;
}