BODY
{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	font-family: arial;
	background-image: url('../images/bonanza_bgd_med.jpg');
	background-repeat: repeat;
	background-position: top;
}
#outer
{
	position:relative;
	margin: 0px auto;
	width: 900px;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#header
{
	background-image: url('../images/bonanza_main_header_bg.jpg');
	background-repeat: repeat-x;
	height: 117px;
}
.logo
{
	float:left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900;
	width: 275px;
}

.navigation
{
	float: left;
	position: relative;
	top: 0px;
	left: 280px;
	height: 117px;
	width: 620px;
}

.top_nav
{
	position: relative;
	top: 8px;
	right: 10px;
	text-align: right;
	color: #FFF;
	font-size: 14px;
}

.main_nav
{
	position: relative;
	top: 65px;
	right: 10px;
	text-align: right;
	color: #FFF;
}

.main_nav_ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.main_nav_ul li
{
	display: inline;
}


.main_nav_ul A
{
	color: #FFF;
	padding: 6px 6px;
	font-size: 12px;
	text-decoration: none;
}

.main_nav_ul A:HOVER
{
	color: #F9E802;
	padding: 6px 6px;
	font-size: 12px;
	text-decoration: none;
}

#marquee
{
	position: relative;
	top: 0px;
	height: 300px;
	z-index: 1;
}
#marquee img
{
	border-bottom: 1px solid #601913;
	border-top: 1px solid #601913;	
}


.content_marquee
{
/*	background-image: url(/global/images/bonanza_small_marquee_background.jpg'); 
	background-repeat: no-repeat;*/
	float: left;
	background-color: #999;
	position: relative;
	top: 0px;
	height: 125px;
	width: 900px;

}

#body_content
{
	float: left;
	width: 900px;
	background-color: #fff;
}

#left_column
{
	width: 250px;
	float: left;
	position: relative;
	top: 8px;	
}

#right_column
{
	width: 640px;
	float: left;
	color: #999999;
}

.main_content
{
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 20px;
}

.main_content h1
{
	color: #601913;
	font-size: 22px;
}

.main_content span
{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

.content_box
{
	position: relative;
	left: 4px;
	width: 250px;
	border: 1px solid #7a2f1a;
}

.content_box_header
{
	position: relative;
	top: 1px;
	left: 1px;
	width: 248px;
	background-image: url('../images/content_box_headers.jpg');
	background-repeat: repeat-x;
	height: 30px;
}

.content_box_header h2
{
	margin: 0px;
	padding:0px;
	color: #FFF;
	font-size: 16px;
	position: relative;
	top: 4px;
	left: 6px;
}

.hp_images
{
	position: relative; 
	top: 20px; 
	left: 20px;
	margin-bottom: 20px;
}


#footer
{
	width: 900px;
	margin-top: 20px;
	float: left;
	background-color:#5E1813;
	background-repeat: repeat-x;
}


.footer_nav
{
	position: relative;
	top: 6px;
	margin: 0px auto;	
	text-align: center;
	color: #999999;
}
.footer_nav A
{
	color: #cc6600;
	text-decoration: none;
}

.footer_nav A:HOVER
{
	color: #FFF;
	text-decoration: none;
}

.ul_links
{
	margin:0px;
	padding:0px;
	padding-top: 8px;
	list-style-type: none;
}

A
{
	line-height: 18px;
	color: #0066cc;
}

A:HOVER
{
	line-height: 18px;
	color: #000;
}


.spacer
{
	height: 10px;
}