#sitewrap {
	width: 900px;
	margin: 8px auto 8px auto;
}

.header {
	float: left;
	width: 898px;
	height: 370px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-color: #FBB03B;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.middle {
	float: left;
	width: 898px;
	background-image: url('../images/middle.png');
	background-repeat: no-repeat;
	background-position: 0% 100%;  	
	background-color: #FBB03B;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-bottom: 100px;	
}

.middle2 {
	float: left;
	width: 898px;
	background-image: url('../images/middle2.png');
	background-repeat: no-repeat;
	background-position: 0% 100%;  	
	background-color: #FBB03B;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}

.mainmenu {
	width: 898px; 
	text-align: center;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

.footer {
	float: left;
	width: 898px;
	height: 21px;
	background-image: url('../images/footer.png');
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: 8px;	
}

.footer2 {
	float: left;
	width: 898px;
	height: 21px;
	background-image: url('../images/footer2.png');
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: 8px;	
}

.footer2 a {
	font-family: Arial;
	color: #D84213;
	font-size: 11px;	
	font-weight: bolder;
	text-decoration: none;
}

.footer2 a:hover {
	text-decoration: underline;
}

.footer a {
	font-family: Arial;
	color: #D84213;
	font-size: 11px;	
	font-weight: bolder;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.header_shadow {
	color: #FCB84D;
	position: relative;
	top: -85px;
	font-size: 74px;
	width: 500px;
	text-align: center;
	z-index: 0;		
}

body {
	background-color: #F9F5D4;
}

h1 {
	font-family: Times New Roman;
	font-size: 39px;
	color: white;
	position: relative;
	z-index: 2;	
}

h2 {
	color: #D84213;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}

h3 {
	font-family: Times New Roman;
	font-size: 21px;
	font-weight: bold;
	color: #D84213;
}