/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFCC33;
}

#HuntDates {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 8px;
}

table {padding:0px; margin:0;}

#HuntDatesHeader {
	font-size: 9pt;
	color: ##FFCC33;
	font-weight: bold;
	margin-top: 10px;
}

Image {
	white-space:normal;
	padding-right: 5px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9933;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
}

#outsidewrapper {
	width: 950px;
	background-image: url(images/Main_Background950x900.jpg);
	height: 900px;
	margin: auto;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	margin: 0 auto;
	width: 922px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px none #ccc;
	height: 125px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation {
	float: left;
	width: 900px;
	color: #333;
	padding: 10px;
	border: 1px none #ccc;
	margin: 0px;
	height: 20px;
}

#leftcolumn {
	color: #333;
	border: 1px none #ccc;
	margin: 0px;
	padding: 10px;
	height: 635px;
	width: 120px;
	float: left;
	background-color: #000000;
}
#rightcolumn {
	float: right;
	color: #FF9933;
	border: 1px none #ccc;
	margin: 0px;
	padding: 10px;
	height: 636px;
	width: 900px;
	display: inline;
	background-color: #000000;
}

#bodymain {
	float: none;
	color: #FFCC33;
	border: 0px none #ccc;
	margin: 0px;
	padding: 10px;
	height: 500px;
	width: 758px;
	display: inline;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px none #ccc;
	padding: 10px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bodybullets {
	padding: 10px;
	list-style-position: inside;
	list-style-type: disc;
	color: ffcc66;
	margin: 10px;
	position: relative;
}
#outsidewrapper #wrapper #rightcolumn #rightcolumn2 img {
	padding-right: 5px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CC9933;
}
a:active {
	color: #CC9933;
}
