* {
	margin: 0;
	padding: 0;
}
body {
	background: #040505;
	font-family: Arial;
	font-size: 100%;
	line-height: 1.25em;
	color: #fff;
}
a {
	color: #325afa;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 26px;
	color: #0c6796;
	line-height: 1.1em;
	font-family: arial narrow;
}
h1 a {
	text-indent: -999em;
	display: block;
}
h2 {
	font-size: 24px;
	color: #ff7e00;
	line-height: 1em;
	font-family: arial, verdana, sans-serif;
	letter-spacing: -1px;
	margin: 22px 0;
}
h3 {
	font-size: 18px;
	color: #fefefe;
	line-height: 1em;
	font-family: arial, verdana, sans-serif;
	letter-spacing: -1px;
	margin: 15px 0;
}
hr {
	margin: 10px 0 15px 0
}
img   { color:#fefefe; }
#main {
	width: 980px;
	margin: 0 auto;
}
#header {
	width: 1%;
	margin: 0;
}
#content {
	width: 95%;
	height: 100%;
	font-size: 80%;
}
ul {
	list-style: none;
	margin-top: 15px;
}
.list {
	padding-bottom: 10px;
}
.list li {
	padding: 0 0 0 20px;
	font-size: .75em;
}
#footer {
	height: 196px;
	margin-bottom: 20px;
}
#footer p {
	padding: 31px 61px 25px 0;
}