@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #241B00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../image-files/tile.jpg);
}
p {
	font-size: .9em;
}
li {
	font-size: .9em;
}
.thrColFixHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #385127;
}
.thrColFixHdr #header {
	height: 140px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../image-files/airsoft-dome-guns-and-rifles.jpg);
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-image: url(../image-files/leftnav-background.jpg);
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: repeat-y;
}
.thrColFixHdr #container #sidebar1 li {
	color: #EDF084;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style-image: url(../image-files/crosshairs.gif);
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.8em;
	margin: 0;
	padding: 2px;
}

.thrColFixHdr #container #sidebar1 h3 {
	color: #1E2A16;
	background-color: #FFE07F;
	display: block;
	width: 175px;
	margin-left: -20px;
	padding-left: 5px;
}
.thrColFixHdr #container #sidebar1 a:link {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:visited {
	color: #D57A00;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #385127;
	color: #FFFFCC;
}
.thrColFixHdr #container #sidebar2 h3 {
		color: #1E2A16;
	background-color: #FFE07F;
	display: block;
	width: 175px;
	margin-left: -20px;
	padding-left: 5px;
}
.thrColFixHdr #container #sidebar2 li {
	color: #EDF084;
}
.thrColFixHdr #container #sidebar2 ul {
	list-style-position: outside;
	list-style-type: none;
	line-height: 2em;
	margin: 0;
	padding: 2px;
}
.thrColFixHdr #container #sidebar2 a:link {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
.googad-largerect {
	padding: 0px;
	float: left;
	height: 280px;
	width: 336px;
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 5px;
	margin-left: 100px;
}
.thrColFixHdr  #container  #sidebar2  a:visited {
	color: #D57A00;
}
.thrColFixHdr  #container  #sidebar2  a:hover {
	color: #FF0000;
	text-decoration: underline;
}



.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	background-color: #FFFFFF;
}
.thrColFixHdr #container #mainContent a:link {
	color: #0000FF;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent a:visited {
	color: #D57A00;
}
.thrColFixHdr #container #mainContent li {
	list-style-image: url(../image-files/smallcrosshairs.gif);
}
#footer {
	height: 174px;
	font-size: x-small;
	letter-spacing: 0.1em;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../image-files/footer.jpg);
	padding: 0px;
	color: #FFFFCC;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-size: 1.9em;
	color: #9F5B00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.5em;
	color: #663333;
	;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.2em;
	color: #663333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6
{
	font-size: 0.2em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#googupperad
{
	width: 250px;
	height: 250px;
	float: left;
}
