@import url(blocks/sake.css);
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	margin:0px auto;
	padding:0px auto;
	background-color: #DBD4C0;
	text-align:center;
}

#header {
	background-image: url(image/header_bg_sub.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:798px;
	height:108px;
	background-color:#B35539;
}

#headerhome {
	background-image: url(image/home_header2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:798px;
	height:71px;
	background-color:#B35539;
}	
	
#container {
	width:1002px;
	wid\th:1000px;
	margin:15px auto;
	padding:0px;
	background-color:#ffffff;
	text-align:left;
	background-image: url(image/wuinew-bg_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	border: solid #727147 1px;
	position:relative;
	overflow:hidden;

}



#nav {
	width:215px;
	float:left;
	clear:both;
	display:inline; /* fix for IE double margin bug */
}


#contentHeader {
width:775px;
text-align:left;
padding:0px;
float:left;
}

#content {
padding:15px;
text-align:left;
float:left;
}

#homecontent {
width:628px;
text-align:left;
padding:0px;
float:left;
}

#footer {
	width:1000px;
	margin:0px auto;
	margin-bottom:0px;
	padding:0px auto;
	padding-bottom:0px;
	text-align:center;
	vertical-align:top;
	line-height:210%;
}

#footer img{
        vertical-align:top;
}



#callout {
width:537px;
padding:10px;
overflow:inherit;
border: 1px solid #357562;
background-color:#DAEBCB;
margin:15px 0 15px 0px;
}

#callout h1 {
	background-color:#026CC6;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	padding:5px;
	margin:0;
}

#callout div {
	font-size:10px;
	font-weight:bold;
	padding:1px 10px
}

