@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #333;
}

H1 {
	padding-left: 10px;
	padding-top: 10px;
	color: #FFF;
	font-size: 24px;
}

H2 {
	padding-left: 10px;
	font-size: 16px;
	color: #FFF;
}

H2 a {
	color: #FFF;
}

H3 {
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

P {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	color: #FFF;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#webheader {
	background: url(Images/webheader.jpg) no-repeat center;
	height: 150px;
}

#topnav {
	height: 30px;
}

#main {
	background: #0a59a3;
	height: auto;
	text-align: left;
	border-bottom: 5px solid #FFF;
}

#webbottom {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 10px;
}

#webbottom p {
	font-size: 10px;
	text-align: center;
}

#webbottom a {
	color: #FFF;
}

.seo {
	font-size: 12px;
	color: #FFF;
	padding-left: 30px;
	list-style-type: upper-alpha;
}

.affiliate {
	font-size: 12px;
	color: #FFF;
	padding-left: 30px;
	list-style-type: circle;
}

.affiliate a {
	color: #FFF;
	text-decoration: none;
}

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

.affbanner {
	margin-left: 10px;
	margin-bottom: 200px;
}

.email {
	color: #FFF;
}

#googleads {
	text-align: center;
	margin-bottom: 50px;
}

.affcontacttable {
	border: 1px solid #FFF;
	margin-left: 10px;
}

.googlepic {
	float: right;
	padding-left: 20px;
	padding-right: 10px;
}

.refresh {
	font-size: 10px;
	color: #FFF;
}