@import url(blocks/sake.css);

body {
	background-color:#FFFFFF;
	background-image:url(image/wui-bg.gif);
	background-repeat:repeat-x;
}


#masthead {
	width:780px;
	height:105px;
	background-color:#FFFFFF;
	padding-left:10px;
}

#masthead img {
	float:left;
}

*html #masthead {
	width:790px;
} /* IE */

#signup {
	background-image:url(image/signup-bg.jpg);
	background-repeat:repeat-x;
	width:420px;
	height:37px;
	float:right;
	margin-top:39px;
}	


#container {
	background-image:url(image/container-bg.gif);
	background-repeat:repeat-y;
	width:770px;
	margin-left:20px;
}


#nav {
	width:145px;
	float:left;
}

#nav img {
	float:left;
}

#features {
	background-image:url(image/features-bg.jpg);
	background-repeat:repeat-y;
	border:1px solid #DFB27B;
	width:572px;
	float:left;
	text-align:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#3B5A24;
	height:185px;
}

#whatsnew {
	border:1px solid #DFB27B;
	width:275px;
	float:left;
	margin-top:25px;
	text-align:left;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#3B5A24;
	height:200px;
}

#event {
	border:1px solid #DFB27B;
	width:275px;
	float:left;
	margin-top:25px;
	margin-left:20px;
	text-align:left;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#3B5A24;
	height:200px;
}


#content {
	float:left;
	width:580px;
	padding:20px;
	overflow:hidden;
}

* html #content {
	width:620px;
} /* IE */
	
#footer {
	width:770px;
	margin-left:20px;
}		


#coupon {
	width:484px;
	background-color:#DFB27B;
	padding:8px;
}

#coupon h1, #coupon p, #coupon p.dwarf {
	margin:0px;
	margin-left:10px;
	line-height:normal;
	
}

* html #coupon {
	width:500px;
}