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

body {
	background-image: url(bglight.png);
	background-attachment: fixed;
	background-color: #212e36;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
}

h1 {
	font-size: 22px;
	margin: -10px 0px 12px 6px;
}

h2 {
	font-size: 20px;
	margin: 4px 0 4px 0;
}

a:link {color: #203428}
a:visited {color: #3f4f42}
a:hover {color: #3f4f42}
a:active {color: #3f4f42} 

.holder {
	width: 840px;
	text-align: left; /*this will align it left for Mozilla*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background-image: url(header.png);
	height: 68px;
}

.main {
	background-image: url(content.png);
	width: 840px;
	background-repeat: repeat-y;
	background-position: bottom middle;
	min-height: 50px;
	float: left;
	margin-left: 10px;
}

.topnav {
	background-image: url(nav.png);
	height: 60px;
	background-position: top middle;
	width: 840px;
	padding-top: 46px;
}

.topnav ul{
	margin: 0px;
}

.topnav li{
	padding-left: 7%;
	display: inline;
}

.bottom {
	background-image: url(bottom.png);
	background-position: bottom middle;
	background-repeat: no-repeat;
	min-height: 153px;
	width: 840px;
}

.bumper {
	margin-left: 10px;
	float:left;
}



.left {
	float:left;
	width: 540px;
	margin-top: -5px;
}
.right {
	float: left;
	width: 260px;
	margin-top: -5px;
}
.ad {
	padding-right: 0px;
	float: left;
	height: 31px;
	width: 88px;
	background: url(ad.png) center center;
	text-align:center;
}
.floater {
	float: left;
	padding-left: 5px;
	height: 60px;
	width: 180px;
}
.newbar {
	background-image: url(newboxbg.png);
	background-position: top middle;
	background-repeat: repeat-x;
	width: 800px;
	float: left;
	color: #203428;
}

.newbox {
	width: 255px;
	float: left;
	padding: 5px;
}

.newbox ul {
	font-size: 12px;
	margin: 0px;
	list-style-type: circle;
	padding-left: 15px
}
.newbox img {
	border: 0px;
	padding: 0px 5px 5px 0px;
}
