body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333;
	background-image: url(../images/template-imgs/burlap.jpg);
	background-color: #C9AF72;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left;
	height: 650px;
	background-image: url(../images/template-imgs/bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	margin-top: 20px;
	padding: 35px;
}
#sidebar1 {
	width: 220px;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin: 0px 20px 0px 0px;
	height: 580px;
	float: left;
	background-image: url(../images/template-imgs/nav-bg.gif);
}
#sidebar2 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	float: right;
	position: relative;
}
#sidebar2 ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style-type: none;
}
.oneColFixCtr #mainContent {
	padding: 20px;
	width: 650px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	background-color: #F8EDD5;
	position: relative;
	float: left;
	overflow: hidden;
	height: 540px;
}
#mainContent #heading {
	position: absolute;
	width: 390px;
	left: 20px;
	top: 20px;
}
.oneColFixCtr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #B39562;
	border-bottom: solid #B39562 1px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 6px 0px;
	line-height: 140%;
}

.oneColFixCtr #container #mainContent #nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.oneColFixCtr #container #mainContent #nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.oneColFixCtr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #5B534F;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 3px 0px;
}
.oneColFixCtr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B39562;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: dotted #B39562 1px;
}
.oneColFixCtr #mainContent p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 3px 0px;
	color: #333;
}
.oneColFixCtr #mainContent ul {
	margin: 0px 0px 15px 10px;
	padding: 0px 0px 0px 0px;
	color: #333;
}
.oneColFixCtr #mainContent a {
	color: #EF4034;
}
.oneColFixCtr #mainContent a:hover {
	color: #B39562;
}
.oneColFixCtr #logo {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 25px #9ABBB2;
}
.oneColFixCtr #mainnav {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.oneColFixCtr #mainnav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 220px;
}
.oneColFixCtr #mainnav li{
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/nav/nav-bg.gif);
	text-align: center;
	border-bottom: solid 7px #9ABBB2;
}
.oneColFixCtr #mainnav img{
	padding: 0px;
	margin: 0px;
	border: none;
}
.oneColFixCtr .contact {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 220px;
	height: 180px;
}
.oneColFixCtr .contact ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.oneColFixCtr .contact li{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	text-align: center;
}
.oneColFixCtr #container #sidebar1 .contact #ccoptin input   {
	background-color: #D8B990;
	border: solid 1px #C6AA7F;
	font-size: 10px;
	margin-top: 5px;
	color: #856439;
	font-family: Verdana, Geneva, sans-serif;
	width: 150px;
}
.oneColFixCtr #container #sidebar1 .contact #ccoptin .submit   {
	width: 60px;
	height: 14px;
	background-image: url(../images/template-imgs/submit.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin: 4px;
	padding: 0px;
	background-color: #F8EDD5;
	border: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#firstContent, #secondContent, #thirdContent, #fourthContent, #fifthContent, #sixthContent, #seventhContent  {
	/* defined in the head for ns4 compatibility */
	position: absolute;
	left: 0;
	top: 0;
	width:365px;
	z-index: 1;
	visibility: hidden;
}
.clear {
	width:100%;
	height:0px;
	clear:both;
	}
	
hr {
	border-top-color: #B39562;
	border-right-color: #B39562;
	border-bottom-color: #B39562;
	border-left-color: #B39562;
	margin-bottom: 20px;
}
