body {
	margin: 0;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: White;
	background: #000000;
}
.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
}
#container {
	position: relative;
	width: 997px; /* width + border for IE 5.x */
	width: 995px; /* real width */
	background: #2f350e;
	border: solid #880;
	border-width: 0 4px;
	margin: auto;
}
#header {
	background: #2f350e url(../images/bgt9.gif);
	border-bottom: 1px solid;
	border-color: #880;
	height: 244px;
}
#navigation {
	background: #2f350e url(../images/bgl9.gif) no-repeat;
	background-position: top;
	position: absolute;
	top: 244px;
	left: 0;
	width: 235px;
	height: 333px;
	margin-top: 1px;
}	
#navigation ul {
	border-bottom: 1px solid;
	border-color: #880;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
#navigation ul a {
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	background: transparent;
	padding: 10px;
	margin-top: 0px;
}
#navigation a:visited {
	color: #FFF;
}
#navigation a:hover {
	background: #95b225;
}
#content {
	background: #2f350e url(../images/bg9.gif) no-repeat;
	background-position: top;
	padding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 30px;
	border-left: 1px solid #880;
	margin-left: 235px;
}
#pistol {
	background: #2f350e url(../images/bg9.gif) no-repeat;
	background-position: top;
	padding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 30px;
	border-left: 1px solid #880;
	margin-left: 235px;
}
#gallery {
	background: #2f350e url(../images/bg9.gif) no-repeat;
	background-position: top;
	padding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 30px;
	border-left: 1px solid #880;
	margin-left: 235px;
}
h2 {
	font-size: 1.5em;
	color: #FFF;
}	
h3 {
	font-size: 1.25em;
	color: #880;
}
#content img {
	width: 484px;
	height: 600px;
	padding: 0px;
	border: 1px solid #880;
	margin: 0 0 0em 0em;
}
#pistol img {
	width: 640px;
	padding: 0px;
	border: 1px solid #880;
	margin: 0 0 0em 0em;
}
#gallery img {
	width: 640px;
	padding: 0px;
	border: 1px solid #880;
	margin: 0 0 0em 0em;
}
#content a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: transparent;
	padding: 0.5em;
	width: 200px;
}
#content a:visited {
	color: #FFF;
}
#content a:hover {
	background: #95b225;
}
#info {
	color: white;
	text-decoration: none;
	display: block;
	background: #220;
	border: 1px solid #880;
	padding: 0.5em;
}
#info img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 1em; 
}
span {
	background: #440;
	display: block;
	padding: 0.5em;
	margin: 0;
}
#footer {
	background: #222200;
	border-top: 1px solid;
	border-color: #880;
}		
#footer p {
	margin: 0;
	padding: 4px;
	text-align: center;
}