html, body {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	text-align: center;
	color: #fff;
	background-color: #181818;
} 

table, tr, td, img {
	margin: 0;
	padding: 0;
	}

h1 {
	margin-top: 0;
	font-size: 1.2em;
	}

.bodylink {
	color: #fff;
	}

.smalltextplain {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	}

.divider {
	vertical-align: middle;
	}

#header {
	width: 90%;
	padding: 0px 5%;
	height: 80px;
	margin: 0px auto 10px auto;
	vertical-align: bottom;
	background-color: #282828;
	border-bottom: 1px solid #999;
	}

#logobox {
	float: left;
	width: 200px;
	height: 80px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	}

#topnavlinks {
	margin: 0px 0px 0px 240px;
	padding: 0px;
	height: 80px;
	color: #fff;
	text-align: right;
	vertical-align: bottom;
	}

.topnavlinksection {
	display: inline;
	float: right;
	}

#topnavlinks a {
	display: block;
	width: auto;
	margin: 0px;
	padding: 60px 7px 2px 7px;
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	color: #eee;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: .2em;
	}

#topnavlinks a:hover {
	background-color: #999;
	}

#wrapper {
	width: 90%;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
}

#regularwrap {
	margin: 20px auto;
	}

#flashwrap {
	height: 440px;
	vertical-align: middle;
	}

#contentdiv {
	width: 80%;
	margin: 40px auto;
	line-height: 1.5em;
	letter-spacing: .1em;
	text-align: left;
	}

#containerleft {
	width: 100%;
	float: left;
	margin-right: -200px;
	text-align: left;
	vertical-align: top;
	}

#contentleft {
	margin-right: 200px;
	padding: 0px 30px 0px 0px;
	vertical-align: top;
	}

#contentright {
	width: 200px;
	float: right;
	text-align: left;
	vertical-align: top;
	}

#sectiontable {
	width: 80%;
	margin: 85px auto 86px auto;
	}

#sectiontable td {
	text-align: center;
	}

#sectiontable img {
	margin-bottom: 5px;
	}

#sectiontable a {
	color: #fff;
	line-height: 1.5em;
	letter-spacing: .1em;
	text-decoration: none;
	}

#sectiontable a:hover {
	text-decoration: underline;
	}

#sectionimgtable {
	margin-left: 10px;
	}

#featureimgtable {
	width: 80%;
	height: 350px;
	margin: auto;
	}

#featureimgtable td {
	text-align: center;
	}

#featureimgtable .featurecell {
	min-width: 375px;
	}

#featureimgtable .titlecell {
	width: 45px;
	}

#featureimgtable .thumbtablecell {
	min-width: 200px;
	}

#thumbtable {
	width: 200px;
	margin: 15px auto;
	padding: 0;
	}

#thumbtable3col {
	width: 300px;
	margin: 15px auto;
	padding: 0;
	}

.clearing {
	height: 0;
	clear: both;
	}

#btmnavbar {
	color: #fff;
	width: 90%
	margin: 10px auto 20px auto;
	font-size: 1em;
	}

#btmnavbar a {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	color: #fff;
	letter-spacing: .2em;
	text-decoration: none;
	font-size: 1em;
	}

#btmnavbar a:hover {
	text-decoration: underline;
	}

#footer {
	color: #eee;
	width: 90%;
	padding: 0px 5% 30px 5%;
	margin: 20px auto 0px auto;
	font-size: .9em;
	line-height: 1.2em;
	letter-spacing: .1em;
	background-color: #282828;
	border-top: 1px solid #999;
	}

#footer a {
	color: #eee;
	text-decoration: none;
	}

#footer a:hover {
	background-color: #333;
	}
