@charset "UTF-8";
.clear {
	clear: both;
}
.float_left {
	float: left;
}
/* CSS Document */

body {
	background-color: #02172F;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/topbgrep.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #999;
}
#glowbg #content_wrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#image  {
	width: 900px;
}
#glowbg {
	background-image: url(../images/bg.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#logo  {
	height: 81px;
	width: 282px;
	background-image: url(../images/logo.png);
	background-position: 5px;
	margin-bottom: 84px;
}
#glowbg #content_wrapper #content {
	width: 450px;
	margin-top: 75px;
	margin-right: 50px;
}
h2 {
	color: #A21519;
	font-size: 18px;
}
#nav {
	width: 350px;
	margin-top: 75px;
	padding-left: 50px;
}
#glowbg #content_wrapper #nav ul {
	list-style-type: none;
}
#glowbg #content_wrapper #nav ul li {
	margin-bottom: 5px;
}
