*{
	margin: 0;
	padding:0;
}

body {
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #404040;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#container {
	width: 670px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/contentBack.jpg);
	background-repeat: repeat-x;
	background-color: #CDCDCD;
	border: 4px solid #484848;
}
#logos {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content p {
	margin-top: 10px;
}

#logos .spl {
	margin-right: 100px;
}

h1 {
	text-align: center;
	color: #336699;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	color: #566648;
	margin-bottom: 5px;
}
#content ul {
	list-style-type: none;
	margin-top: 20px;
}
#content ul li {
	display: inline;
	margin-bottom: 20px;
}
.business1 {
	float: left;
}

.business1 a:link, .business1 a:visited {
	background-image: url(images/buisnessUp.gif);
	display: block;
	height: 200px;
	width: 270px;
	background-repeat: no-repeat;
}
.business1 a:hover, .business1 a:active {
	background-image: url(images/buisnessOver.gif);
	display: block;
	height: 200px;
	width: 270px;
	background-repeat: no-repeat;
}
.military1 {
	float: right;
}

.military1 a:link, .military1 a:visited {
	background-image: url(images/militaryUp.gif);
	height: 200px;
	width: 270px;
	display: block;
	background-repeat: no-repeat;
}
.military1 a:hover, .military1 a:active {
	background-image: url(images/militaryOver.gif);
	height: 200px;
	width: 270px;
	display: block;
	background-repeat: no-repeat;
}





#content {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
.nodisplay {
	display: none;
}


#footer {
	background-color: #666;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	clear: both;
}
