body {
	background: #5e5e5e url(/_images/bg.jpg) repeat-x;
	color: #fff;
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	color: #d9d9d9;
	font-size: 1.5em;
	margin: 0.2em 0 0.3em;
}
h2 {
	color: #d9d9d9;
	font-size: 1.2em;
	margin: 0.2em 0 0.3em;
}
h3 {
	color: #d9d9d9;
	font-size: 1em;
	margin: 0.2em 0 0.3em;
}
a {
	color: #81c553;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.menu a {
	display: inline-block;
	padding: 5px 25px;
	color: #999;
	text-decoration: none;
}
.menu a:hover {
	background: #363636;
	color: #fff;
	text-decoration: underline;
}
#outer {
	width: 989px;
	margin: auto;
	background: #2d2d2d;
}
#header {
	height: 100px;
	padding: 0 15px;
}
.menu {
	height: 30px;
	width: 970px;
	background: url(/_images/nav.jpg) repeat-x;
	float: left;
}
#content {
	width: 989px;
	background: #2d2d2d url(/_images/bgContent.jpg) repeat-x bottom;
}
.col_1 {
	margin: 10px 0 0 15px;
	width: 721px;
	float: left;
	background: #363636;
	border: 2px solid #1B1B1B;
	padding: 3px 8px;
}
.col_1_top {
	height: 8px;
	background: url(/_images/leftColTop.jpg) no-repeat;
}
.col_1_middle {
	background: url(/_images/leftColMiddle.jpg) no-repeat;
	padding: 3px 8px;
}
.col_1_bottom {
	height: 8px;
	background: url(/_images/leftColBottom.jpg) no-repeat;
}
.col_2 {
	width: 216px;
	float: right;
	margin: 0 10px 0 0;
}
.rightBoxTitle {
	color: #95c553;
	background: #595959 url(/_images/titleArrow.jpg) left no-repeat;
	padding: 5px 10px 5px 27px;
	margin: 0 0 5px;
}
.boxTop {
	height: 3px;
	background: url(/_images/rightColTop.jpg) no-repeat;
	margin: 10px 0 0;
}
.boxMiddle {
	background: url(/_images/rightColMiddle.jpg) repeat-y;
	padding: 5px 8px;
}
.boxBottom {
	height: 3px;
	background: url(/_images/rightColBottom.jpg) no-repeat;
}
#footer {
	width: 960px;
	padding: 5px 15px;
	margin: auto;
	height: 52px;
	background: url(/_images/footer.gif) no-repeat;
	text-align: center;
	font-size: 0.8em;
}
.clear {
	clear: both;
}
