@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #bab9b1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url(images/backg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: 0 none;
}
p {
	color: #737163;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	line-height: 17px;
}
h1 {
	color: #66901C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	letter-spacing: -1px;
	margin-bottom: 2px;
	margin-top: 10px;
}

h2{
	color: #545247;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 0;
	margin-top: 20px;
}
	

.oneColFixCtrHdr #container {
	width: 903px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	padding: 10 0;
	background-color: #F7F6F6;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#vid {
}
.oneColFixCtrHdr #tags {
	font-size: 1.5em;
	color: #300;
	padding-left: 166px;
}
.oneColFixCtrHdr #container #mainContent #tags2 {
	font-size: 1.5em;
	color: #300;
	padding-right: 10px;
	padding-left: 10px;
}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent #topsep {
	background-image: url(images/top.gif);
	clear: both;
	height: 11px;
	width: 911px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: -4px;
}

.seps {
	background-image: url(images/seps-1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 19px;
	width: 911px;
	left: -4px;
	position: relative;
}
.red {
	color: #F00;
	font-size: 1.5em;
	padding-right: 100px;
	padding-left: 100px;
}
.red2 {
	color: #F00;
}


.oneColFixCtrHdr #mainContent #footerw {
	background-image: url(images/footerw.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	width: 911px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: -4px;
}


.oneColFixCtrHdr #footer {
	background:#DDDDDD;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #btags {
	font-size: 1.5em;
	color: #300;
	margin-right: auto;
	margin-left: auto;
}
#form {
}

#contact {
	padding-right: 10px;
	padding-left: 10px;
}
