/* DEFAULT HTML TAG STYLES */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font: 11px/16px tahoma;
	color: #FFF;
}

.body_background_8{
	background: #000 url('images/main_bg_8.jpg') no-repeat top center;
}

.body_background_9{
	background: #000 url('images/main_bg_9.jpg') no-repeat top center;
}

.body_background_10{
	background: #000 url('images/main_bg_10.jpg') no-repeat top center;
}

.body_background_11{
	background: #000 url('images/main_bg_11.jpg') no-repeat top center;
}

.body_background_12{
	background: #000 url('images/main_bg_12.jpg') no-repeat top center;
}

.body_background_13{
	background: #000 url('images/main_bg_13.jpg') no-repeat top center;
}

.body_background_14{
	background: #000 url('images/main_bg_14.jpg') no-repeat top center;
}

.body_background_15{
	background: #000 url('images/main_bg_14.jpg') no-repeat top center;
}


.body_background_16{
	background: #000 url('images/main_bg_14.jpg') no-repeat top center;
}

img {
	border: 0;
}

a {
  color: #913C00;
	text-decoration: none;
}

a:hover {
  color: #913C00;
	text-decoration: underline;
}

a.footer {
	color: #818080;
	text-decoration: none;
}

a:hover.footer {
	color: #818080;
	text-decoration: underline;
}

hr {
	border: 0;
	border-top: 1px solid #282726;
	border-bottom: 1px solid #000;
	margin-top: 13px;
	margin-bottom: 13px;
	height: 2px;
}


/* STRUCTURAL DIV STYLES */

.divTop {
 width: 661px;
 height: 169px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.divNav {
 width: 784px;
 height: 38px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.divContent {
 width: 662px;
 margin-left: auto;
 margin-right: auto;
 padding: 47px 61px 47px 61px;
}

.divFooter {
 width: 662px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 25px;
}


/* MISC STYLES */

.textRed {
  color: #672B00;
}

.divider {
	color: #818080;
  	margin-left: 6px;
	margin-right: 6px;
}



