html, body, div {
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Times, serif;
	color: #FFFFFF;

}
body {
	background-image: url(../images/header0.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
.gold_text {
	color: #cc9900;
}
#header {
	margin-top: 20px;
	width: 982px;
	height: 131px;
}

#searchForm {
	margin: 0px;
	padding: 0px;
	width: 210px;
	margin-left: 555px;
	margin-top: 81px;
	text-align: left;
}
#logo {
	width: 207px;
	height: 131px;
	float: left;
}
#search {
	width: 775px;
	height: 131px;
	background-image: url(../images/header2.gif);
	background-color: #000000;
	float: left;
	text-align: left;
}


#navigation {
	width: 982px;
	height: 32px;
	background-image: url(../images/nav_background.gif);
	background-color: #000000;

}
#navigation_text {
	padding-top: 9px;
}
#navigation_text a {
	color: #ffffff;
	text-decoration: none;
	/* font-weight: bold; */
}
#navigation_text a:hover {
	color: #cc9900;
	text-decoration: none;
	/* font-weight: bold; */
}
.nav_spacing {
	margin-right: 40px;
}

#home_content {
	width: 982px;
	height: 530px;
	background-image: url(../images/home_background.gif);
	background-color: #000000;
	text-align: left;
}
#home_content_top {
	width: 982px;
	height: 371px;
	text-align: left;
}
#home_content_top_left {
	width: 477px;
	height: 371px;
	float: left;
}
#home_content_top_right {
	width: 505px;
	height: 371px;
	float: left;
}
#flashHolder {
	margin-top: 23px;
}
#home_content_bottom {
	width: 982px;
	height: 150px;
	text-align: left;
}
#home_content_bottom_left {
	width: 477px;
	height: 150px;
	float: left;
}
#home_content_bottom_right {
	width: 505px;
	height: 150px;
	float: left;
}
#home_text {
	width: 425px;
	margin-left: 18px;
}

#footer {
	width: 964px;
	height: 87px;
	margin-top: 20px;
	padding-left: 18px;
	background-image: url(../images/footer_background.gif);
	background-color: #000000;
	text-align: left;
}
#footer_top_links a {
	color: #cc9900;
	text-decoration: none;
	font-weight: bold;
}
#footer_top_links a:hover {
	color: #cc9900;
	text-decoration: none;
	font-weight: bold;
}
#footer_bottom_links {
	margin-top: 8px;
}
#footer_bottom_links a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer_bottom_links a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.footer_spacing {
	margin-right: 16px;
}
.pipe {
	padding-left: 8px;
	padding-right: 8px;
}