@charset "utf-8";
body {
	background-color: #713A04;
	margin-top: 0px;
}

#container {
	width: 800px;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	height: 750px;
}
#container #header {
	width: 800px;
	position: relative;
	background-color: transparent;
	background-image: url(new-logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}
#container #header #navBar {
	top: 202px;
	position: relative;
	width: 793px;
	background-color: #FFFFFF;
	padding-left: 7px;
}
#container #flashContainer {
	background-color: #520100;
	position: relative;
	width: 600px;
	top: 41px;
	background-position: right;
	height: 200px;
}
#container #rightContent {
	float: right;
	width: 200px;
	position: relative;
	top: -158px;
	background-color: #520100;
	background-image: url(right-body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 493px;
	padding-top: 25px;
}
#container #rightContent li {
	list-style-position: outside;
	list-style-image: url(red-bg-bullet.jpg);
	line-height: 1.75em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: auto;
}


#container #flashContainer #flashHolder {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
}
#container #body {
	width: 600px;
	position: relative;
	top: 40px;
}
#container #body #bodyLeft {
	width: 600px;
	float: left;
	background-color: #666634;
	background-repeat: no-repeat;
}
#container #body #bodyLeft p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#container #body #bodyLeft #contactContainer {
	background-image: url(footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
