@charset "utf-8";

html, body {
	height: 100%;
}

body {
	background: #000 url(images/bg.gif) center top;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}

#outerBox {
	width: 800px;
	margin: 1.5em auto;
	position: relative;
}

#overlay {
	background: #333;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	z-index: 0;
	border: 1px solid #CCC;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

#innerBox {
	position: relative;
	margin: 1em auto;
	z-index: 1;
}

#header {
	text-align: center;
}

.menu {
	margin: 0 0 1em 0;
}

.menu a img {
	background: url(images/button.gif);
	border: none;
}

.main {
	padding: 0 2em;
	min-height: 620px;
	text-align: left;
}

.copyright {
	color: #F00;
	text-align: center;
	padding: 0 0 1em 0;
}

.newsItem {
	margin: 1em 0;
	clear: left;
}

.newsDate {
	float: left;
	width: 8em;
	overflow: hidden;
	font-style: italic;
}

.newsBody {
	margin-left: 8em;
}

ul.services {
	list-style: square;
}

table.gear {
	margin: 0 auto 1em auto;
	width: 100%;
}

table.gear td {
	text-align: center;
}

table.contact {
	margin: 0 auto;
}

table.contact td {
	padding: .2em 1em;
}
