div.content {
	margin-left: 50px;
	margin-right: 12%;
	padding-left: 4em;
	padding-right: 4em;
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url('images/trans.png');
	border: solid 1px black;
	text-align: justify;
	font-family: verdana;
	font-size: 12px;
	min-height: 480px;
}

div.copyright {
	margin-left: 50px;
	margin-right: 12%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

div#title {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 3px;
	left: 5px;
	background-image : url('images/title.png');
	width: 45px;
	height: 542px;
}

div.menu {
	margin-top: 8px;
	margin-left: 54px;
	height: 50px;
}

img.tagline {
	position: absolute;
	right: 5px;
	top: 370px;
}

div#textBox {
	position: absolute;
	width: 120px;
	height: 5em;
	right: 5px;
	top: 460px;
	font-family: verdana;
	font-size: 10px;
	text-align: right;
}

p.notice {
	padding: 0.5em;
	border: solid 1px blue;
	background-color: #f0f0f0;
}

p.disclaimer {
	padding: 0.5em;
	border: solid 1px red;
	background-color: #f0f0f0;
}

img.floater_left {
	float:left;
	padding-right: 1em;
}

img.floater_right {
	float:right;
	padding-left: 1em;
}

div.menu img {
	border: 0;
}

body {
	background-image:url('images/stacy_gun.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	margin-top: 0;
}

div.sitelinks {
	font-family: verdana;
	font-size: 12px;
	color: white;
	margin-left: 50px;
	margin-right: 12%;
	border: solid 1px #c0c0c0;
	background-color: #404040;
	text-align: center;
	padding-bottom: 1px;
	margin-top: 0;
}

div.sitelinks a {
	color: white;
}