*{
	margin: 0;
}
body{
	font-size: 12px;
	text-align: center;
}
div#page{
	text-align: left;
	margin: 0 auto;
	width: 900px;
}
div#header{
	height: 168px;
	width: 246px;
	background: url(images/header.png) no-repeat;
	margin-left: 85px;
}
div#header a{
	display: block;
	height: 168px;
	width: 246px;
	text-indent: -9999px;
}
div#headnavi{
	height: 55px;
	background: url(images/navi.png) no-repeat;
}
div#headnavi ul{
	padding: 0 0 0 20px;
	list-style-type: none;
}
div#headnavi ul li{
	height: 55px;
	float: left;
}
div#headnavi ul li a{
	display: block;
	height: 37px; 
	padding: 18px 10px 0 10px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
div#headnavi ul li a:hover{
	background: url(images/navi_hover.png) repeat-x;
}
div#content{
	background: url(images/content.png) repeat-y;
	padding: 10px 30px 10px 30px;
	color: #fff;
}
div#footer{
	height: 35px;
	background: url(images/footer.png) no-repeat;
	color: #fff;
	padding: 0 56px 0 0;
}
div#footer ul{
	padding: 0;
	list-style-type: none;
	float: right;
	background: url(images/footer_ul.png) no-repeat top right;
}
div#footer ul li{
	height: 32px; 
	float: left;
	color: #482727;
	font-size: 22px;
	background: url(images/footer_ul.png) no-repeat;
	padding: 3px 6px 0 6px;
}
div#footer ul li a{
	color: #482727;
	text-decoration: none;
}
div#footer ul li a:hover{
	text-decoration: underline;
}