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

body {
	background-color:#8A5102;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat;
	margin: 0 auto;
}

#wrapper {
	width: 881px;
	margin: 0 auto;
}

#header {
	width: 766px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 203px;
	height: 171px;
}

#newsUpdate {
	background-image: url(../images/newsUpdates.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 49px;
	float: left;
	margin-top: 1px;
}

#getUpdates {
	margin-top: 21px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.submitBTN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border: #000 solid thin;
	background-color: #71572f;
	margin-left: 10px;
}

#headerIMG {
	width: 560px;
	height: 78px;
	float: left;
}

#nav {
	float: left;
	height: 44px;
	width: 560px;
}

#contentBody {
	margin: auto;
	width: 881px;
	clear: both;
}

#contentTop{
	background-image: url(../images/bodyTop.gif);
	background-repeat: no-repeat;
	width: 881px;
	height: 316px;
	margin: auto;
	margin-top: -10px;
}

#flashHeader{
	width: 760px;
	height: 296px;
	padding-top: 12px;
	margin: auto;
}

#contentBottom {
	background-image: url(../images/bodyBottom.gif);
	background-repeat: no-repeat;
	width: 881px;
	height: 381px;
	margin: 0 auto;
}

#contentLeft {
	width: 420px;
	float: left;
	padding-left: 90px;
	padding-top: 15px;
}

#contentRight {
	float: left;
	width: 72px;
	margin-top: 15px;
}

#flashInfo {
	float: right;
	width: 247px;
	height: 335px;
	margin-right: 75px;
	margin-top: 20px;
}

#happeningHeadline {
	width: 420px;
	height: 38px;
}

#headlineBTNS {
overflow: hidden;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 763px;
	background-position: bottom center;
	bottom: 0px;
	margin: auto;
}

#footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
	text-align: center;
	width: 763px;
}