@charset "UTF-8";
/* CSS Document */

#wrapper {
	background-attachment: scroll;
	background-image: url(images/Tiled_Grass_25.jpg);
	background-repeat: repeat;
	padding: 0px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#header {
	height: 30px;
	width: 900px;
}
#headerInside {
	height: 160px;
	width: 900px;
	background-color: #322115;
}
#headerText {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	height: 15px;
	width: 900px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerImage {
	height: 135px;
	width: 900px;
}
#imageBorderTop {
	height: 6px;
	width: 900px;
}
#imageBorderBottom {
	height: 6px;
	width: 900px;
}
#navbar {
	height: 40px;
	width: 900px;
	background-color: #a17547;
}
#content {
	height: 350px;
	width: 900px;
	background-image: url(images/Shooters%20Pics/website%20pics/content_background.png);
	background-repeat: repeat-y;
}
body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #322115;
	margin: 0px;
	padding-right: 40px;
	padding-left: 60px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding-top: 40px;
	padding-right: 60px;
	padding-left: 35px;
	font-weight: normal;
}
#subNavbar {
	float: left;
	height: 305px;
	width: 275px;
	padding-top: 45px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
#contentInside {
	float: right;
	height: 350px;
	width: 625px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
#footer {
	height: 23px;
	width: 900px;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

