#pageholder {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
body {
	background-color: #C1520B;
}

#pageholder #banner {
	height: 150px;
	width: 100%;
	background-image: url(rounded_banner_back2.jpg);
}
#pageholder #menu {
	height: 60px;
	width: 100%;
	text-align: center;
	background-color: #000;
}
#pageholder #content {
	height: auto;
	width: 920px;
	background-color: #050100;
}

#pageholder #content #index_left {
	float: left;
	height: 450px;
	width: 600px;
	background-color: #050100;
}
#pageholder #content #index_right {
	float: right;
	height: 450px;
	width: 290px;
	padding-right: 10px;
	background-color: #050100;
	padding-left: 20px;
	text-align: justify;
}

#pageholder #banner h1 {
	color: #FF811A;
	font-size: 3em;
	padding-left: 25px;
}
#pageholder #banner h2 {
	color: #FF811A;
	font-style: italic;
	padding-left: 50px;
}
a:link {
	font-weight: bold;
	color: #FF811A;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFB577;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC5E00;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline overline;
}
#pageholder #content #index_right p {
	color: #FF811A;
}
#pageholder #footer {
	height: 60px;
	width: 920px;
	background-color: #050100;
	float: left;
}
#pageholder #footer p {
	color: #CC5E00;
	padding-left: 20px;
	padding-top: 5px;
}
#pageholder #content p {
	color: #FF811A;
}
#pageholder #content #index_left #flash_holder {
	height: 305px;
	width: 550px;
	padding: 2px;
	border: thin solid #C1520B;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 70px;
	background-color: #000;
}
#pageholder #content #row1 {
	height: 470px;
	width: 920px;
	float: left;
	background-color: #050100;
}
#pageholder #content #row1 #map1 {
	float: left;
	height: 500px;
	width: 600px;
}
#pageholder #content #row2 {
	height: 470px;
	width: 920px;
	float: left;
	background-color: #050100;
}
.headz1 {
	font-weight: bold;
}

#pageholder #content #row2 #map2 {
	float: left;
	height: 500px;
	width: 600px;
}
#pageholder #content #row2 #text2 {
	float: right;
	height: 500px;
	width: 280px;
	padding-right: 20px;
}

#pageholder #content #row1 #text1 {
	float: right;
	height: 500px;
	width: 280px;
	padding-right: 20px;
	text-align: justify;
}
#pageholder #menu ul li {
	display: inline;
	padding-left: 20px;
}
#pageholder #content table tr td ul {
	color: #FF811A;
}
#pageholder #content h1 {
	color: #FF811A;
	font-size: 2em;
}
#pageholder #content #form1 td {
	color: #DB8119;
}
#pageholder #content h2 {
	color: #FF811A;
	font-size: 1em;
	font-style: italic;
}
