body
{
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#content
{
	position:relative;
	width:835px;
	height:100%;
	margin:0 auto;
	clear:left;
	text-align: left;
}

#content-top
{
	width:835px;
	height:155px;
	background-image:url(header.jpg);
}

#content-main
{
	width:815px;
	background-color:#F2ACB7;
	font-family:Arial;
	font-size:14px;
	padding:10px;
	padding-top:0px;
}

#content-bottom
{
	width:835px;
	height:75px;
	background-image:url(footer.jpg);
}

#navibox
{
	position:absolute;
	margin-top:107px;
}

#navi
{
	align:center;
	text-align:center;
	width:835px;
	list-style-type: none;
	margin:auto;
}

#navi li
{
	float: left;
	line-height:40px;
	width:100px;
	margin-left:20px;
}

#navi a:link, #navi a:active, #navi a:visited
{
	text-decoration:none;
	font-family:Arial;
	font-size:20px;
	color:#253044;
}

#navi a:hover
{
	text-decoration:underline;
	font-family:Arial;
	font-size:20px;
	color:#253044;
}
