body {
	text-align: center;
	background: url(../images/planks01.jpg) repeat fixed;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	
}
#wrapper {
	border: 5px solid #000000;
	margin: auto;
	padding: 5px;
	height: auto;
	width: 770px;
}
#bannerStyle {
	width: 700px;
	height: 110px;
	background: url(../images/gunbanner.jpg);
	margin: auto;
	background-repeat: no-repeat;
}
p {
	font-size: 110%;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}


#content {
	font-size: 90%;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	height: auto;
}
.rightfloat {
	float: right;
}
.clearit {
	display: block;
	clear: both;
}

.leftfloat {
	float: left;
}

#content a:link {
	color: #FFFFFF;
}

#content a:visited {
	color:#000000
}

#content a:hover, #content a:focus {
	background-color: #888888;
}
.footer {
	font: 80% "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h5 {
	font-size: 80%;
	color: #666666;
	background: #FFFFFF;
}
a:link {
	color:#FFFFFF
}
a:visited {
	color:#333333;
	background-color:#FFFFFF
}
	
	