@import url(blocks/sake.css);
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	margin:0px auto;
	padding:0px auto;
	background-color: #A2C692;
	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/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	border: solid #707046 1px;
	position:relative;
	overflow:hidden;

}



#nav {
	width:197px;
	float:left;
	clear:both;
	display:inline; /* fix for IE double margin bug */
}


#contentHome {
width:803px;
height:747px;
text-align:left;
padding:0px;
float:left;
overflow:hidden;
}

#content {  padding:40px 20px 15px 50px;
				width: 733px;
				float:left;
 }

* html #content {
	width:803px;
} /* IE */


#footer {
	width:1000px;
	margin:0px auto;
	padding:0px auto;
	text-align:center;
	vertical-align:top;
	line-height:210%;
 	font-family : arial, tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #336633;
	text-decoration:none;
}


#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
}
