* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #333333;

}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #FFFFFF;
}

#header{
	border:solid 3px #7e0303;
	background-image: url(images/header.jpg);
	height: 226px;
	width: 777px;
	left: 0px;
	top: 0px;
}

#h1{
	font-family: Arial, Verdana;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}

#navlist{
	font-family: Arial, Verdana;
	border:solid 3px #7e0303;
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 225px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a {
	font-family: Arial, Verdana;
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover{background-image: url(images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}

#middlebox{
	float: left;
}
#middlebox h3{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width:300px;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 250px;	
	margin-top:35px;
}

#middlebox p{
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 300px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-left: 250px;	
}

#content{
	font-family: Arial, Verdana;
	font-size: 12px;
	border:solid 3px #7e0303;
	margin-top: 252px;
	position: absolute;
	width: 777px;
	background-color: #FFFFFF;
}

#footer{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 46px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#p2{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 46px;
	padding-top: 23px;
	margin-left: 10px;
}


#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}