﻿body {
	margin: 0; padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000
}
#site {
	background: #e6e6e6; 
	width: 930px;
	float: left;
	border:solid 1px black;
}
#header {
	background: url("../images/banner.jpg") no-repeat;
	height: 140px;
	width: 930px;
	position: relative;

}
#header h1 {
		position: absolute;
		top: 60px;
		left: 200px;
		color: black;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		width: 400px;
		text-align: left;
	}
#header div#logo a {
			display: block;
			width: 300px;
			height: 60px;
			outline: 0;
			text-decoration: none;
		}
#header p {
		display: none;
	}
#header div#logo {
		position: absolute;
		top: 10px;
		left: 5px;
		width: 300px;
		height: 60px;
		margin: 0;
		display: block;
		text-indent: -10000px;
	}
	#header ul#nav {
		position: absolute;
		top: 118px;
		left: 100px;
		height: 40px;
	}
		#header ul#nav li {
			float: left;
			margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0
		}
		#header ul#nav li a {
				display: block;
				height: 40px;
				width: 180px;
				font-size:14px;
				text-align: center;
				font-weight: bold;
				text-decoration: none;
				color: #000000;
				 padding-left:0; padding-right:0; padding-top:6px; padding-bottom:0
			}
#header ul#nav li a:hover {
				text-decoration: underline;
			}
hr {

	display: none;

}

.menuBar {
	width: 140px;
}
.contentBar 
{
	background: #ffffff;
	padding: 5px;
	border-left:solid 1px black;
	border-right:solid 1px black;
}
.adsBar {
	width: 125px;
	font-size:8pt;
	line-height:125%;
	padding: 10px;
}
	h1, h2, h3, h4, h5, h6 {
margin-bottom:0;padding-bottom:0;
font: 110% arial, helvetica, sans-serif;
	font-weight: bold;

}
.dividerline {
	width: 100%;
	height: 1px;
	background-color: #000000;
	border: 0;
	margin-bottom: 10px;
}
.imageright {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	
}
.centercontent
{
	text-align:center;
	
}
.rightnav
{
	text-align:right;
	width: 250px;
}