@import url(blocks/sake.css);


html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color:#E8E7F0;
}

#contentcontainer {
	width:750px;
	background-color:#ffffff;
	background-image: url(image/contentbg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#header {
	background-color:#ffffff;
	height:18px;
	width:750px;
}

#header img {
	float:left;
}

#logo {
	background-color:#ffffff;
	height:50px;
	width:750px;
}

#nav {
	width:750px;
	height:20px;
	margin:0px;
	float:left;
}


#footer {
	width:750px;
	font-family:arial;
	font-size:10px;
	color:#261A6E;
	background-image: url(image/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}


#homefooter {
	width:750px;
	font-family:arial;
	font-size:9px;
}

#nav img {
	float:left;
}

#contentcontainer {
	width:750px;
	background-color:#ffffff;
}

#content {
	width:750px;
	wid\th:710px;
	padding:20px;
}

#homecontent {
	width:750px;
	padding:0px;
	margin:0px;
}

#homecontainer {
	width:750px;
	background-image: url(image/home-bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	clear:both;
}

#footer {
	width:750px;
	height:71px;
	background-color:#ffffff;
}

