@charset "utf-8";
/* CSS Document */

body  {
	font: 1em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container */
	color: #000000;
	background-color: #Aa9977;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}

a:link {
	color: #665533;
}
a:visited {
	color: #445566;
}
a:hover {
	color: #556644;
	}
.basic #shadow {
	width: 97.2em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 2em auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
	background-image: url(../layout/bg_shadowwd.gif);
	background-position: right;
	background-repeat: repeat-y;
} 


.basic #container {
	width: 96em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	padding: 0;
} 
.basic #header {
	padding: 0em 2em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 13em;
	background-image: url(../layout/hunters.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #222211;
	
} 
.basic #header h1 {
	color: #DDDDCC;
	font-size: 4em;
	font-family: AntiquaLightSSK, Arial, sans-serif;
	margin-bottom: .2em;
	}
	
	.basic #container #header h3 {
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #E7E1D5;
	margin: 0 0 0 10em;
}

	.basic #container #navBar {
	font-weight: bold;
	height: 4em;
	width: 100%;
	background-image: url(../layout/navBKG.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -2px;
	border-top: 1px solid black;  /*for some reason, this makes the navBar div bump up to the header in FF*/
}



.basic #footer {
	background-color: #D7DECF;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
} 
.basic #footer img {
	border: 0;
}
.basic #credits {
	width: 920px;
	margin: 3px auto;
	text-align: left;
}
.basic #credits #myLink {
	float: right;
	padding-top: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.basic #container #navBar {
	font-weight: bold;
	height: 6em;
	width: 100%;
	background-image: url(../layout/navBKG.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
}

.textBox {
	margin: 1em 0 3em .8em;
	padding: 0px;
	float: right;
	height: auto;
	width: 18.1em;
	border: 1px solid #665533;
}

.leftTextBox {
	margin: 1em .8em 1em 0;
	padding: 0px;
	float: left;
	height: auto;
	width: 19em;
	border: 1px solid #665533;
}

.leftTextBox h3 {
	color: #334444;
	background-color: #AA9977;
	text-align: center;
	margin: 0px;
	padding: 0.2em;
	border-bottom: 3px groove #665533;
}

.leftTextBox img {
	margin: 6px;
	border: 1px solid
#665533;

}

.leftTextBox p {
	margin: 0.4em;
}

.shading{
	background-image: url(../layout/shadeBKG.gif);
	background-repeat: repeat;

}
 .frame {
	border: .6em groove #776644;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}
.indent {
	margin-left: 2em;
}
.picRt {
	float: right;
	margin-top: 2em;
	margin-left: 2em;
	margin-bottom: 2em;
	text-align: center;
	font-size: .8em;
}

.picLeft {
	float: left;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	text-align: center;
	font-size: .8em;
}
.basic #shadow #container #sidebar1 h2 {
	font-family: "Times New Roman", Times, serif;
	color: #445533;
	font-size: 1.6em;
	text-align: center;
}
