@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color:#74725B;
}


#masthead {
	width:773px;
	height:117px;
	clear:both;
	margin: 0px auto;
	display: block;
}

#container {
	background-image: url(image/container-bg.gif);
	background-repeat:repeat-y;
	width:750px;
	overflow:hidden;
	clear:both;
	margin:0px auto;
}

#content {
	text-align:left;
	width:710px;
	padding-left:30px;
	padding-top:20px;
	overflow:hidden;
	clear:both;
	/* border: 1px solid red; */
}

* html #content {
	width:710px;
} /* IE */


#nav {
	background-image: url(image/nav-bg.gif);
	background-repeat:repeat-x;
	width:750px;
	height:46px;	
}
	
#nav img {
float:left;
}



#footer {
	width:750px;
	height:20px;
	margin:0px auto;
}


#moreinfo {
width:250px;
padding-bottom:3px;
overflow:inherit;
float:right;
border: 1px solid #74725B;
background-color:#D9D4C1;
margin:0 0 10px 30px;
}

#moreinfo h1 {
	background-color:#74725B;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	padding:5px;
	margin:0;
}

#moreinfo div {
	font-size:10px;
	font-weight:bold;
	padding:1px 10px
}
