body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 28px;
	color: 000;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
a {
	color: #dc9d3e;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

/* Overflow */
.overflow {
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;	
}

/* Site Container */
#site_container {
	margin: 0px auto;
	width: 984px;
}

/* Header Container */
#header_container {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#header_col_01 {
	float: left;
}
#header_col_02 {
	margin: 0px 0px 0px 20px;
	float: left;
}

/* Body Container */
#body_container {
	border: 1px solid #535353;
	background-color: #000;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	width: 976px;
}

/* Image Ad Container */
#home_image_ad_container {
	position: relative;
	color: #fff;
	background-image: url(../images/home_img.jpg);
	height: 398px;
	line-height: 1.6em;
}
#image_ad_container {
	position: relative;
	color: #fff;
	width: 979px;
	height: 101px;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 5px;
}
#home_header_text {
	padding: 80px 60px 0px 360px;	
}
#header_text {
	margin: 0px;
	padding: 0px;
}
.image_ad_ribbon {
	position: absolute;
	top: 0;
	left: 0;
}

/* Content Container */
#content_container {
/*	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden; */
	width: 100%;
	margin: 15px 0px;
	background-color:#000;
}
#content_left {
	padding: 0px 10px;
	width: 210px;
	float: left;
}
#content_right {
	padding: 0px 0px 0px 25px;
	width: 720px;
	float: left;
}
#main_content {
/*	line-height: 1.6em; */
}

/* TRAIL CONTAINER */
#trail_container {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	width: 100%;	
	text-align: right;
}
#trail {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 2px 4px 0px 0px;
}
#trail a {
	font-size: 11px;
	color: #fff;
}
#trail a:hover {
	color: #c38e34;
	text-decoration: none;
}
#search {
	margin: 4px 0px 0px 12px;
	float: left;	
}
.search_bar {
	font-size: 12px;
	color: #888;
	width: 160px;	
}
.search_button {
	border: 1px solid #ccc;
	background-color: #fff;	
}
.search_button:hover {
	background-color: #ccc;
	color: #fff;
}

/* Footer Container */
#footer_container {
	color: #fff;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#footer_left {
	float: left;	
}
#footer_right {
	float: right;	
}
#footer_left a {
	color: #fff;	
}
#footer_left a:hover {
	color: #f4af46;
	text-decoration: none;	
}

/* Qwik Link */
.qwik {
	font-family: 'Bookman Old Style';
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.qwik a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.qwik a:hover {
	color: #f4af46;
	text-decoration:none;
}
