/* CSS Document */

p {
}
h1 {
}
h2 {
}
h3 {
}
body {
	background-image:  url("../pics/gold.jpg");
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
}
#outer_wrapper {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	width: 801px;
}
#inner_wrapper {
	padding: 2px;
	height: auto;
	width: 801px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	float: left;
}
#banner {
	background-image:  url("../pics/banner.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
}
#top_nav{
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
}
#middle {
	margin: 0px;
	padding: 5px 10px;
	float: left;
	height: auto;
	min-height: 400;	
	width: 780px;
	background-image:  url("../pics/silver.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}
#middle a:link {
	color: #000000;
}
#middle a:visited {
	color: #000000;
}
#middle a:hover {
	color: #FF9900;
}
#footer {
	text-align: center;
	margin: 0px;
	float: left;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	font-size: 12px;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #666666;
}
.clrflt {
	clear: both;
	height: 0px;
	margin: 0px;
}
