@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #1F1B1C;
}
.oneColLiqCtrHdr #container {
	width: 700px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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. */
}
.oneColLiqCtrHdr #header {
background-image: url(../images/navfill-v2.jpg);

	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColLiqCtrHdr #nav {
background-image: url(../firearms_and_accessories_files/navbar_background.png);
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColLiqCtrHdr #mainContent {
background-image:url(../images/rp_tile_v6.jpg);
padding: 10px;

}
.oneColLiqCtrHdr #footer { 
	
	background-image: url(../images/navfill-v2.jpg);
} 

.oneColLiqCtrHdr #footer a {
	color: #CCCCCC;
	}

.oneColLiqCtrHdr #footer a:link {
	color: #cccccc;
	text-decoration : underline;
}
.oneColLiqCtrHdr #footer a:visited {
		text-decoration : underline;
}
.oneColLiqCtrHdr #footer a:hover {
	text-decoration : underline;
	color: #999999;
}	


.oneColLiqCtrHdr #container #header img {
	padding: 22px;
	
}
.oneColLiqCtrHdr #container #mainContent p {
	margin: 0px;
	padding: 0px;
}

.oneColLiqCtrHdr #container #mainContent H1 {
	margin: 0px;
	padding: 0px;
}
.style1 {
	color: #424032
}
.floatimagesleft {
	padding: 4px;
	float: left;
}
.style2 {color: #090007; }

.oneColLiqCtrHdr #container #footer p {
	margin: 0px;
	padding: 0px;
}
.style3 {
	font-size: x-small;
}

a {
font-weight: normal;
text-decoration: underline;
}
a:link {
color: #00009c;
text-decoration : underline;
}
a:visited {
		text-decoration : underline;
}
a:hover {
	text-decoration : underline;
	color: #0066CC;
}

.floatimagesright {
	float: right;
	padding: 4px;
}

.style4 {color: #FFFFFF}
.style5 {
	font-size: small;
	color: #000000;
}
.style7 {
	font-size: 26px;
	color: #090007;
}
.style8 {
	font-size: x-large
}
.style11 {color: #030000}.imagepadding {
	padding: 0px;
	border: 3px solid #000000;
	margin: 2px;
}

