/* Style Sheet for PBGSO.COM or VARMINTEXPRESS.COM */

body {
	background: #863727 url(Images/background.png) repeat;
	margin: 0 auto;
	text-align: center;
	color: black;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	width: 920px;
	height: auto;
	margin: 0 auto;
	background: url(Images/pbgsomid.png) repeat-y;
}

#banner {
	width: auto;
	height: 280px;
	background: url(Images/pbgsoheader.jpg) no-repeat scroll;
}

/* @group Menu - Menubar on left with custom bullets and no link decoration */

#menubar {
	width: 220px;
	float: left;
	text-transform: capitalize;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	color: black;
}

#menubar li {
	list-style-image: url(Images/BlackStar.png);
	height: 26px;
	padding-left: 5px;
	list-style-position: inside;
}

#menubar a {
	text-decoration: none;
}




/* @end */

/* @group Content - Main Page Content */

/* @group Reference */

.reference {
	width: 100%;
	background: url(Images/quote.png) no-repeat;
}

.reference em {
	font-size: 10px;
}

.hunter  {
	font-weight: bold;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.hunting {
	width: 80%;
	margin-right: auto;
	margin-left: auto;

}



/* @end */

#content {
	width: 650px;
	float: right;
	text-align: left;
	margin-right: 30px;
	font: 12px/140% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}

#content h1 {
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content h2 {
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content h3 {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#picbar {
	float: right;
	width: 250px;
	text-align: center;
	background-image: url(Images/SideImages/imgmid.png);
}

#picbar .imgtop {
	background-image: url(Images/SideImages/imgtop.png);
	width: 250px;
	height: 11px;
}

#picbar .imgbottom {
	background-image: url(Images/SideImages/imgbottom.png);
	width: 250px;
	height: 11px;
}

/* @end */

/* @group Footer */

#footer {
	height: 80px;
	width: auto;
	background: url(Images/pbgsofooter.png) no-repeat scroll;
	clear: both;
	text-align: center;
	font: italic 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}

#footer p {
	padding-top: 40px;
}



/* @end */

/* @group Link Styles */

a {
	text-decoration: underline;
	color: black;
}

a:link {
	color: black;
	}

a:visited {
	color: black;
	}

a:active {
	color: black;
	}

a:hover {
	color: #863727;
	}
/* @end */

#content p {
	text-align: left;
	line-height: 160%;
}