body {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/bg_main.jpg);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#main-container {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
}

#content {
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-y;
	width: 982px;
	padding: 0 0 27px 18px;
}


.top {
	height: 133px;
	width: 1000px;
}
.logo {
	float: left;
	height: 133px;
	width: 285px;
}
.nav {
	background-image: url(images/nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 133px;
	width: 577px;
	float: left;
}
.nav-side {
	background-image: url(images/nav-side.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 133px;
	width: 138px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header {
	background-image: url(images/main-header.jpg);
	height: 242px;
}
.clearboth {
	clear: both;
}
.img-main {
	height: 183px;
	width: 456px;
	float: left;
}
.welcome {
	float: left;
	width: 526px;
	padding: 0;
}
.welcome-txt {
	padding: 0 0 0 85px;
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
}
.banner-ad {
	width: 590px;
	float: left;
	height: 258px;
	line-height: 18px;
}
.newsupdate {
	float: right;
	height: 248px;
	width: 317px;
	color: #e5decf;
	padding: 10px 57px 0 0;
}
.newsupdate h1 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #fff18c;
	margin: 0px;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.newsupdate ul {
	margin: 0px 0 0 10px;
	padding: 0 0 0 3px;
	list-style-type: square;
}
.newsupdate li {
	display: list-item;
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7b4738;
	padding: 10px 0 5px 0px;
	margin: 0;
}

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #934e31;
	height: 3px;
	margin: 10px 0 10px 0;
}
.event-img {
	margin: 10px 0 0 0;
	padding: 0px;
}

.event-img ul{
	margin: 0;
	padding: 0px;
}
.event-img li {
	margin: 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
	border-bottom-style: none;
}
.event-line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7b4738;
	height: 3px;
	margin: 10px 0 15px 0;
}


.txt-padding {
	float: right;
	padding: 0;
	margin: 0;
	line-height: 30px;
}


.more {
	float: right;
	padding: 9px 3px 0 0;
}


.txt-yellow {
	color: #fff18c;
}


.bannerlink {
	width: 377px;
	float: left;
}
.bannerlink ul {
	margin: 0px;
	padding: 0px;
}
.bannerlink li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer {
	width: 548px;
	float: left;
	height: 57px;
	text-align: right;
	padding: 0 57px 0 0;
}
.footer-link {
	margin: 0px;
	padding: 0px;
}
.footer-link ul {
	margin: 0px;
	padding: 0px;
}
.footer-link li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}





.form{
	padding: o;
	margin: 0;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 400px; /*width of form rows*/
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: auto;
}
.txt-blank {
	color: #330D0A;
}


div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 80px;
	margin-right: 15px; /*spacing with right column*/
}
div.thefield ul {
	margin: 0px;
	padding: 0px;
}
div.thefield li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0 6px 0 0;
}



div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 230px;
}


div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
	width: 229px;
	height: 60px;
}
div.fieldwrapper div.thebig textarea {
	width: 400px;
	height: 100px;
}



div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	width: 379px;
	text-align: left;

}
