body {
	background-color: #FFFFFF;
	font-family: "Lucida Sans", Verdana, sans-serif;
	background-image: url(../images/metalBG_300px.jpg);
	background-repeat: repeat;
	text-align: justify;
	margin: 0px;
}
a, a:visited, a:link {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
}
h1, h2, h3 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:19px;
	font-weight: 200; 
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
}
#wrapper {
	width: 800px;
	margin-top: 5px;
}
#banner {
	background-repeat: repeat-x;
	padding-top:0px;
	margin-top: 0px;
	background-position: center;
}
#nav {
	color: #CCCCCC;
	font-family: "Lucida Sans", Verdana, sans-serif;
	border-bottom: 2px solid #FF9900;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align:right;
	background-color: #000000;
}
#nav a.nav {
	margin: 0px;
	color: #6699FF;
	font-size: large;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-weight:bold;
	border: 1px solid #000000;
	border-bottom:0px;
	background-image: none;
}
#nav a.nav:hover {
	color:#333333;
	background-color: #FF9900;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#main {
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	margin-bottom: 20px;
	background-color:#ffffff;
	min-height: 400px;
	border: solid 1px #333333;
	border-top: none;
	background-image:url(../images/header-bg_orange.jpg);
	background-repeat: no-repeat;
}
#footer {
	color: #FFFFFF;
	padding-top: 20px;
	font-size: medium;
	background-image: url(../images/HBBW-Gradient-3.jpg);
	background-repeat:repeat-x;
	width: 100%;
	margin: 0px;
	padding-bottom: 20px;
	text-align: center;
	border-top: 1px solid #333333;
	background-color: #5A5A5A;
}
#footer a {
	color: #6699FF;
}
#footer a:hover {
	color:#333333;
}
.floatLeft {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #666666;
}
.floatRight {
	margin: 5px;
	margin-left: 20px;
	float: right;
	border: 1px solid #666666;
}
#w3cValidCode {
	padding-top: 10px;
}
.errors {
	color: #FF0000;
}

