@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000000;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	padding: 0 0px 0 20px;
}

h1
{
	text-indent: -9999px;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.2em;
}

p
{
	line-height: 1.3em;
}

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

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

#top, #container, #headerbottom
{
	width: 1000px;
	margin: 0 auto;
}	

#container
{
	padding-right: 20px;	
}

#top
{
	background: url(../images/header.jpg) no-repeat;
	height: 400px;
}

#footer
{
	clear: left;
	padding: 40px 0 0 0;
	margin-bottom: 30px;
}

#footer p
{
	clear: both;
	text-align: center;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer ul 
{
	text-align: center;
	list-style-type: none;
	margin-bottom: 10px;
}

#footer ul li
{
	display: inline;
	margin-right: 5px;
}

#footer ul li a
{
	display: inline;
	margin-right: 5px;
}
