/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background: url("images/bg_header_tile.gif") repeat-x left top;
	background-color: #52230E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", "Lucida Grande";*/
	font-size: 11px;
	color: #352E2C;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
}

#logo {
	margin: 0 auto;
	background: url("images/bowhunter_logo.gif") no-repeat left top;
	width: 260px;
	height: 105px;
}

#pageWrapper {
	width: 946px;
	margin: 0 auto;
}

#navBG {
	clear: both;
	margin: 0 auto;
	background: url("images/bg_nav.gif") no-repeat left top;
	width: 946px;
	height: 48px;
}

#page {
	float: left;
	background: url("images/bg_page_tile.gif") repeat-y right top;
	width: 598px; /* 674 actual */
	height: auto !important;
	height: 380px;
	min-height: 380px;
	margin: 0 0 0 0px;
	line-height: 16px;
	padding: 20px 25px 0 51px;
}

#sidebar {
	float: right;
	width: 222px; /* 272 actual */
	padding: 20px 30px 0 20px;
	color: #D1CBA6;
}

#slideshow {
	width: 500px;
	margin: 20px auto;
	border: 2px solid #352E2C;
	padding: 1px;
}

#pagebtm {
	clear: left;
	float: left;
	background: url("images/pagebtm.gif") no-repeat right top;
	width: 674px;
	height: 48px;
}

#footer {
	clear: both;
	float: left;
	width: 674px;
	padding: 0 0 0 30px;
	text-align: center;
}

.footer {
	font-size: 10px;
	font-weight: bold;
}

.legal {
	font-size: 9px;
	color: #783414;
}

.pic {
	border: 2px solid #352E2C;
	padding: 1px;
}

#sidebar .pic {
	border: 2px solid #FFF;
	padding: 1px;
	margin: 0 0 10px 0;
}

/* ========== FONT MANAGEMENT ========== */

.header {
	font-size: 14px;
	font-weight: bold;
}

.subheader {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	border-bottom: 1px dotted #993300;
}

/* ========== end FONT MANAGEMENT ========== */

/* ========== LINK MANAGEMENT ========== */

a:link, a:visited {
	color: #993300;
}

a:hover {
	color: #993300;
	text-decoration: none;
}

a:active {
	color: #666633;
	text-decoration: none;
}

#footer a:link, a:visited {
	color: #AB562E;
}

/* ========== end LINK MANAGEMENT ========== */

/* ========== TABLE MANAGEMENT ========== */

.eventsTable {
	border: 1px solid #352E2C;
	font-size: 10px;
}

.eventsTable th {
	background-color: #352E2C;
	color: #B8B291;
	text-transform: uppercase;
}

tr.odd {
	background-color: #ABA687;
}

tr.even {
	background-color: #C4BF9B;
}

/* ========== end TABLE MANAGEMENT ========== */
