* {
	margin: 0;
	padding: 0;
}

body {
background: #000000 url(images/MilitaryGrunge3.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

.bodytext {color: #96963E}

.boldgraytext {font-size: medium;
	font-weight: bold;
	color: #999999;
}
.lightgraytext {color: #B2B2B2}
.mediumgraytext {font-size: medium; color: #B2B2B2}
.boldgreentext {color: #5F5F24;
	font-weight: bold;
	font-size: medium;
}

a {
text-decoration: none;
color: #648CA5;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	margin: 0 auto;
	width: 850px;
	background-image: url(images/columnbkg.jpg);
	background-repeat: repeat-y;
}

#menu {
	height: 100px;
	width: 900px;
	left: -25px;
	position: relative;
	background-image: url(images/menubar.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}
#menu ul {
list-style-type: none;
padding-top: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #9EA036;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}
#mainflash {
	height: 200px;
	width: 750px;
	left: 45px;
	position: relative;
	background-repeat: no-repeat;
}
#ammoboxes {
	height: 124px;
	width: 750px;
	left: 45px;
	position: relative;
	background-repeat: no-repeat;
}

#header {
	height: 134px;
	line-height: 60px;
	width: 750px;
	margin-left: 45px;
	margin-right: 45px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
color : #fff; 
font-size: 20px;
}

#content {
	text-align: justify;
	margin-left: 48px;
	margin-right: 55px;
	width: 750px;
}

#content h2 {
color: #A4B0C4;
font-size: 24px;
font-weight: 100;
padding: 10px 0 7px 0;
letter-spacing: -1px;
}
#content h2 a {
color: #9EA036;
text-decoration: none;
}
#content h2 a:hover {
color: #111;
}

#columns {
	margin-top: 10px;
	padding: 5px;
}

.column1 {
	float: left;
	width: 225px;
}
.column3 {
	float: right;
	width: 235px;
	text-align: right;
	position: relative;
	left: 0px;
}
.column2 {
	float: left;
	width: 245px;
	text-align: right;
	position: relative;
	left: 10px;
}
.column2 ul {
padding: 0 0 0 0;
list-style-type: none;
}
.column2 ul li a {
text-decoration: none;
}
.column2 ul li a:hover {
color: #111;
}
.insidecolumn1 {
	float: left;
	width: 471px;
}
.insidecolumn3 {
	float: right;
	width: 253px;
	text-align: right;
	position: relative;
	left: 0px;
}
.fullcolumn {
	float: left;
	width: 730px;
}

#footer {
	margin-top: 20px;
	border-top: 1px solid #AEAEAE;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	background-color: #000000;
	background-image: url(images/footerbkg.jpg);
	background-repeat: repeat-x;
}
