@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/dirt-bg.jpg);
	margin-top: 40px;	
	
}a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FEBE0E;
}
a:active {
	text-decoration: none;
	color: #FEBE0E;
}
.mainoutsidetable {
	width: 900px;
	border: 2px solid #FEBE0E;
	top: 20px;
	right: 0;
	bottom: 20px;
	left: 0;
	width: 50%;
	margin: auto;	
	
}
.Header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 139px;
	width: 900px;
}
.Nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	width: 110px;
	height: 35px;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
}
.BlackCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.footer {
	background-image: url(images/footerBKG.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

