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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #737473;
	background: #5f3844;
	margin: 0px;
}

a {
	color: #737473;
	text-decoration: none;
}

img {
	border: none;
}

.armygreen {
	color: #988b49;
	font-size: 25px;
	}

.tan {
	color: #c29e2e;
}


li {
	margin: 0px 0px 40px 0px;
	color: #c29e2e;
}

li span {
	color: #737473;
}

#container {
	margin: 0px auto;
	padding-bottom:25px;
	width: 960px;
	table-align: left;
	background: #fffefd;
}

#header {
	position: relative;
	background: url(../img/header.jpg);
	height: 439px;
}

#navBar {
	position: absolute;
	width: 960px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	height: 30px;
}

#navBar a {
	color: #ffffff;
	margin: 0px 20px;
	text-decoration: none;
}

#pageBody {
	margin: 30px 0px 0px 0px;
}

#footer {
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
}