body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a7a7a7;
	background-color: #171717;
	margin: 0px;
	padding-top: 20px;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

img, a.img {
	border-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #8ebdff;
	font-weight: None;
	text-decoration: None;
}
a:hover {
	color: #CC6;
	font-weight: None;
	text-decoration: Underline;
}

#container {
	width: 780px;
	border: 1px solid #4e4e4e;
	margin:0 auto;
	padding: 0;
}

div#footer {
	width: 780px;
	margin:0 auto;
	padding: 5px 0 20px 0;
	text-align: right;
}

div#header {
	background-image:  url("images/header_bg.png");
	background-repeat: no-repeat;
	height: 86px;
}

#tagline {
	position: absolute;
	padding: 45px 0 0 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #8ebdff;
}

#nav {
	margin-top: 65px;
	padding: 5px;
	float: right;
}

.line {
	border-bottom: 1px solid #4e4e4e;
}

#main {
	background: #000;
	padding: 10px;
}

#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #DFDFDF;
	margin: 5px 0 5px 0;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #CC6;
	margin: 5px 0 5px 0;
}

#main h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 5px;
	color: #CC6;
	margin: 5px 0 10px 0;
}
#main h3 a {
	text-decoration: none;
}
#main h3 a:hover {
	text-decoration: underline;
}

#main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main li {
	line-height: 12px;
	background-image:  url("images/list_bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0 0 0 7px;
	margin: 0 0 7px 0;
}

#main hr {
	margin: 10px 0 20px 0;
	border: none;
	border-top: 1px solid #666;
	height: 1px;
	text-align: left;
}