@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #556742;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left;
	background-color: #365C45;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40;
	margin-left: auto;
}
#headerRed {
	background-image: url(../images/bm-header.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 120px;
	width: 1000px;
}
#headerGreen {
	background-image: url(../images/header-green.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 120px;
	width: 1000px;
}


.oneColFixCtr #mainContent {
	background-color: #000000;
	width: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#galleryWaves {
	height: 26px;
	width: 1000px;
}

.oneColFixCtr #footer {
	background-color: #302f03;
	height: auto;
	width: 1000px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 2px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #footer2 {
	background-color: #560411;
	height: auto;
	width: 1000px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.oneColFixCtr #footer2 a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.oneColFixCtr #footer2 a:hover {
	color: #FFFF00;
}
.floatRight {
	float: right;
	clear: right;
}
.footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.floatLeft {
	float: left;
	clear: right;
}
#col1 {
	height: auto;
	width: auto;
	clear: right;
	float: left;
	text-align: left;
	color: #FFF2A0;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col2 {
	height: auto;
	width: 284px;
	clear: right;
	margin-left: 340px;
	vertical-align: top;
}
#clearFloat {
	text-align: left;
	clear: both;
	float: none;
}
#col3 {
	height: auto;
	width: auto;
	float: right;
	clear: both;
	text-align: right;
	margin-top: -38px;
	color: #FFF2A0;
}
#col1b {
	text-align: left;
	height: 47px;
	width: 284px;
	background-image: url(../images/footer-logo2.gif);
	background-repeat: no-repeat;
}
#mail {
	background-image: url(../images/bg-mail.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 500px;
	width: 1000px;
	background-color: f0f0cc;
	text-align: center;
}
.nav  { color: #fff; font-size: 12px; font-family: Arial; text-decoration: none }
.nav2 { color: #000; font-size: 12px; font-family: Arial; text-decoration: none }
