/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	background-color: #000000;
	}
	
p {
	font-size: 11px;
	line-height: 18px;
	color:#666666;
	margin: 10px 0 0 0;
	}
	
a {
	text-decoration: none;
	color: #999999;
	}
	
a:hover {
	text-decoration: none;
	color: #000000;
	}
	
ul {
	margin: 0;
	padding: 0;
	}
	
li {
	list-style: none;
	text-indent: none;
	}
	
#clear {
	clear: both;
	}

#wrapper {
	width: 1030px;
	margin: 0 auto;
	padding:0;
	}
	
#contents {
	width: 950px;
	margin: 0 auto;
	padding: 10px 15px 20px 15px;
	text-align: center;
	}
	
#header {
	width: 940px;
	height: 30px;
	margin: 0 5px 30px 5px;
	background-image: url(../images/header_background_black.png);
	background-repeat: no-repeat;
	}

#header ul {
	margin: 0;
	padding: 8px 30px 0 30px;
	color: #999999;
	}
	
#header ul li {
	display: block;
	list-style: none;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	}
	
#header ul li a {
	text-decoration: none;
	color: #999999;
	}
	
#header ul li a:hover {

	color: #FFFFFF;
	}
	
#header ul li a.active {

	color: #F57C23;
	}
	
#header ul li.divider {
	padding: 0 10px;
	}

#header ul li.right {
	float: right;
	}

	
#footerWrapper {
	width: 940px;
	margin: 30px 5px 0 5px;
	padding: 0;
	}

#footerTop {
	width: 940px;
	height: 8px;
	background-image: url(../images/footer_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
	
#footerMid {
	width: 880px;
	background-image: url(../images/footer_mid.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #EFEFEF;
	margin: 0;
	padding: 10px 30px;
	}
	
#footerMid a:hover {
	color: #000000;
	}

#footerMid p, #footerMid a {
	margin: 0;
	padding: 0;
	color: #999999;
	}

p#left {
	width: 440px;
	float: left;
	font-size: 10px;
	text-align: left;
	}

a#credit {
	float: right;
	font-size: 9px;
	}
	

#footerBottom {
	width: 940px;
	height: 8px;
	background-image: url(../images/footer_bottom.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	