/***** Design by Zoiig http://www.zoiig.com and the Tuscaloosa Design Company http://www.tuscaloosadesigncompany.com 
******************************/
/* notes: general technique; the use of the following DIV's are to contain you material, images and plugins in such a way that general HTML tags maybe used for design instead of class or id calls.
*******************************************88*/
#container {
	height: 100%;
	width: 740px;
	margin: auto;
	padding: 0px;
	clear: both;
	
}
#subcontainer {
	background-image: url(../containerBG.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 42px;
	width: 720px;
	margin: 0px;
}
#header {
	height: 199px;
	width: 740px;
	background-image: url(../images/header2.jpg);
	position: relative;
}
#subheader a {
	color: #FFFFFF;
	text-decoration: none;
	
}

#subheader {
	background-color: #000000;
	clear: both;
	height: 23px;
	width: 730px;
	position: relative;
	border-top-style: none;
	border-bottom-color: #792620;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	padding-top: 4px;
}
#navigation {
	width: 150px;
	background-image: url(../navbackground.gif);
	background-repeat: repeat-y;
	background-color: #000000;
	clear: right;
	position: relative;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 14px;
}
#navigation a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	
}

#navigation a:hover {
	color: #CC0000;
	font-size: 19px;
	text-decoration: none;
}
#navigation ul {
	display: inline;
	list-style-type: none;
}
#navigation li {
	display: block;
	list-style-type: none;
}
#huntbox {
	width: 130px;
	background-color: #000000;
	clear: left;
	position: relative;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	border: thin solid;
	left: -5px;
}


#content {
	width: 480px;
	background-color: #000000;
	position: relative;
	float: left;
	font-size: 12pt;
	padding-right: 10px;
	padding-left: 8px;
	padding-top: 6px;
	color: #FFFFFF;
}
#content a {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #6E2121;
	border-right-color: #6E2121;
	border-bottom-color: #6E2121;
	border-left-color: #6E2121;
	color: #FFFFFF;
}
#content a:hover {
	color: #CC0000;
	text-decoration: none;
}
#container #subcontainer #content h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 24px;
}

#footer {
	height: 20px;
	position: relative;
	clear: both;
	width: 680px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px;
	text-align: center;
}
#container #subcontainer #content a {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #6E2121;
	border-right-color: #6E2121;
	border-bottom-color: #6E2121;
	border-left-color: #6E2121;
	color: #FFFFFF;
}
#container #subcontainer #content a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #6E2121;
	border-right-color: #6E2121;
	border-bottom-color: #6E2121;
	border-left-color: #6E2121;
	color: #CC0000;
}
#container #subcontainer #content h2 {
	font-family: "Trebuchet MS";
	font-size: 18pt;
	color: #A02520;
	background-color: #000000;
	padding: 4px;
}
#container #subcontainer #content h3 {
	font-size: 14pt;
	font-weight: bold;
}
#container #subcontainer #content p {
	line-height: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-bottom: 5px;
}
#container #subcontainer #navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #subcontainer #navigation a:hover {
	color: #840000;
	text-decoration: none;
}
#container #subcontainer #navigation ul {
	display: inline;
	list-style-type: none;
}
#container #subcontainer #navigation li {
	display: block;
	list-style-type: none;
}
#container #subcontainer #content blockquote {
	background-color: #000000;
	font-size: 12pt;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #752020;
	border-right-color: #000000;
	border-bottom-color: #752020;
	border-left-color: #000000;
	padding: 8px;
}


#clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/* Basic Design Elements */

body {
	background-color: #000000;
}

