body {
	background-image:url(../images/splash_bg.jpg);
	background-repeat:repeat-x;
	background-color: #8b1215;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 100%;
	height: 80px;
	text-align: center;
	padding-top: 0px;
}

.top {
	height: 260px; 
	width: 750px; 
	background-image:url(../images/top.jpg); 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}

.bottom {
	height: 408px; 
	width: 750px; 
	background-image:url(../images/bottom.jpg); 
	background-repeat: no-repeat;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;

}

.left {
	float: left; 
	width: 50%; 
	margin-top: 25px;
}

.left ul {
	margin: 0px;
	margin-left: 50px;
	list-style: none;
}

.left ul li {
	text-align: left;
	color: #2c4204;
	font-size: 95%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.left ul li a {
	color: #2c4204;
	text-decoration: none;
}

.right {
	float: left; 
	width: 30%; 
	margin-top: 25px;
}

.right ul {
	margin: 0px;
	margin-left: -150px;
	list-style: none;
}

.right ul li {
	text-align: left;
	color: #2c4204;
	font-size: 95%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.right ul li a {
	color: #2c4204;
	text-decoration: none;
}

.hide {
	position:absolute;
	top:-2000px;
}
.clear {
	clear: both;
}

.footer {
	width: 750px;
	background-color: #8b1215;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom:15px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footertextdark {
	/*margin-top:-5px;*/
	text-align:center;
	font-size:80%;
    color: #FFF;	
	background-color:#a15117;
  }   



