/*
 * Below is needed for IE6
 */

#wrapper {
	position: absolute;
	background-image:url("wood.jpg");
	background-repeat: no-repeat;
	width: 1920px;
	height: 1234px;
	top:50%;
	left: 50%;
	margin-top: -627px;
	margin-left: -960px;
}

body {
	
	background-color: black;
	margin: 0px;
}

h1 {
	font-size: 1em;
	font-family: Helvetica, arial, sans-serif;
	color:#c6ab74;
}

p, ol {
	font-size: 0.7em;
	font-family: Helvetica, arial, sans-serif;
	color:#c6ab74;
}

#flash_container {
	position: absolute;
	height: 582px;
	top: 326px;
	left:491px;
	width: 938px;
}

#top {
	position: absolute;
	height: 50%;
	top: 0%;
	margin-top: -287px;
	width: 100%;
	/*
	background-image:url("HQ_top_frame.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	*/
}

#bottom {
	position: absolute;
	height: 50%;
	bottom: 0%;
	margin-bottom: -287px;
	width: 100%;
	/*
	background-image:url("HQ_bottom_frame.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	*/
}


#footer {
	position: absolute;
	width: 930px;
	left: 50%;
	margin-left: -465px;
	padding-top: 30px;
	color: yellow;
}

a.link {
	float: left;
	padding-right: 15px;
	color: red;
	font-weight: normal;
	text-decoration: none;
	color: #c6ab74;
	font-size: 0.6em;
	font-family: Verdana, arial, sans-serif;
	z-index:2;
	padding-top:2px;
	letter-spacing: -1px;
}

a.link:hover {
  color:#361E04;
}

a.logorollover {
  display: block;
  width: 81px;
  height: 38px;
  background: url("logo.gif") 0 0 no-repeat;
  text-decoration: none;
  position:absolute;
  left:851px;
  padding-top:3px;
}
   
a:hover.logorollover {
  background-position: -81px 0;
}


.blurb {
	margin-top: 0;
	color: #c6ab74;
	font-size: 0.6em;
	font-family: Verdana, arial, sans-serif;
	padding-top:2px;
	text-align:center;
	float: left;
	font-weight: normal;
	letter-spacing: 0;
	letter-spacing: -1px;
	/*
	position:absolute;
	left:366px;
	z-index:1;
	*/
}

.woodrepeat {
	background-image:url(woodrepeat.jpg);
	background-repeat:repeat;
	margin-left:10px;
}