/* DEFAULT HTML TAG STYLES */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font: 11px/16px tahoma;
	color: #FFF;
}

.body_background_1{
	background: #000 url('images/main_bg_6.jpg') no-repeat top center;
}

.body_background_2{
	background: #000 url('images/main_bg_2.jpg') no-repeat top center;
}

.body_background_3{
	background: #000 url('images/main_bg_6.jpg') no-repeat top center;
}

.body_background_4{
	background: #000 url('images/main_bg_5.jpg') no-repeat top center;
}

.body_background_5{
	background: #000 url('images/main_bg_5.jpg') no-repeat top center;
}

.body_background_6{
	background: #000 url('images/main_bg_6.jpg') no-repeat top center;
}

.body_background_7{
	background: #000 url('images/main_bg_7.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: 784px;
 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;
}


