@import url(blocks/sake.css);

body {
	background-color:#000000;
}

#header {
	width:750px;
	height:140px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

#footer {
	width:750px;
	height:98px;
	padding:0;
	margin:0;
	background-color:#F0CC3A;
	float:left;
}

#nav {
	width:627px;
	height:39px;
	padding:0;
	margin-left:9px;
	float:right;
	background-color:#F0CC3A;
}

#nav img {
	float:left;
	margin-top:8px;
}

#title {
	float:right;
	width:638px;
	height:50px;
	background-image: url(image/title-bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;

}

#container {
	width:750px;
	background-image: url(image/content-bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

#content {
	width:705px;
	wid\th:675px;
	margin-left:45px;
	padding:15px;
}



#footerNav {
	clear:both;
	text-align:center;
	width:800px;
	margin:10px 0;
	font-size:10px;
	font-weight:bold;
}


#footerNav a {
	color:white;
	padding:0px 10px;
	text-decoration:none;
}

#footerNav a:hover {
	color:#A60511;
}