HTML {
	height:100%;
}

body {
	margin:auto;
	padding:0;
	background-color:#FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	width:899px;
	border:0px solid #ccc;
	color:#312515;
	text-align:center;
}

td, li {
	font-size:14px;
}

#head{
	width:899px;
	height:122px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	border:0px solid black;
}

#navi{
	width:899px;
	height:25px;
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
}

#navi ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#navi ul li{
	float:left;
	font-size:10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#B2B2B2;
	line-height:25px;
	margin-left:20px;
	margin-right:20px;
}

#navi ul li a{
	font-size:10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3E3E3E;
	text-decoration:none;
	line-height:25px;
}

#navi ul li a:hover{
	font-size:10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FD0100;
	text-decoration:none;
	line-height:25px;
}

#navi ul li a.active{
	font-size:10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FD0100;
	text-decoration:none;
	line-height:25px;
}

#content{
	width:899px;
	min-height:400px;
	color:#3E3E3E;
	font-size:10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#content a{
	color:#6C6464;
	text-decoration:underline;
}

#foot{
	width:899px;
	height:25px;
	border-top:1px solid #B2B2B2;
	color:#3E3E3E;
	font-size:10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:25px;
	margin-bottom:30px;
	margin-top:30px;
}

#foot a{
	color:#3E3E3E;
}