body {
	background: black;
}

.container_24{
	background:  url(../images/main/background-edge.jpg) no-repeat scroll center top;
	overflow: auto;
}
/* general setup */
p {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#body_copy a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: white;
}
#body_copy a:visited, a:link {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: white;
}

#body_copy a:hover {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: white;
	text-decoration: underline;
}
h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: black;
}

#header {
	height: 40px;
}

/* top navigation styles */

#top_nav {
	text-indent: 280px;
	background:  url(../images/main/top_nav_strip.png) no-repeat scroll center top;
	height:30px;
}

#top_nav_spacer {
	height: 20px;
}

#top_rhs h1{
	font: bold 55px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #b1002b;
	margin-top: 65px;
	margin-left: 30px;
}
#top_rhs p{
	font: normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	margin-left: 30px;
	margin-top: -20px;
}
#top_nav ul li {
	display: inline;
	top: 5px;
	position: relative;
	left: -30px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: white;
	padding-right: 10px;

}

#top_nav ul li a, a:link, a:visited {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #997a43;
	font-style: italic;
}

#top_nav ul li a:hover {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: white;
	font-style: italic;
}

/* left hand side navigation styles */

#lhs_nav ul li {
	font: italic bold 14px/30px Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-left: -10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-style: italic;
}


#lhs_nav ul li a, a:visited {
	text-decoration: none;
	color: black;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

#lhs_nav ul li a:hover {
	text-decoration: none;
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

#lhs_nav li.lhs_on {
	margin-left: -10px;
	text-decoration: none;
}

#stripe {
	background: url(../images/main/stripe.png) no-repeat scroll center top;
	height: 385px;
}

#rhs h2 {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: black;
}

#rhs p {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: black;
}

#footer {
	text-align: center;
	background: url(../images/main/footer_test.png) no-repeat scroll center top;
	padding-top: 80px;
	color: #997a43;
}

#footer p, a, a:link, a:visited {
	text-decoration: none;
	color: #997a43;
}

#footer a:hover {
	text-decoration: underline;
	color: #997a43;
}