@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #999999;
	background-color: #000000;
	padding: 0;
	margin: 0;
}

/*	Global
---------------------------------------------------------------------*/
hr{ 
	border:0;
	height:1px;
	color: #333333;
	background:#333333; 
}

h3{
	font: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}

h4{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686053;
	display: inline;
}

h2{
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

h6{
	font: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}

/*	Content
---------------------------------------------------------------------*/

#content_wrapper {
	clear: both;
	float: left;
	margin: 20px auto;
}



/*	Footer
---------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

#footer_wrapper {
	margin: 20px auto;
 	background-color: transparent;
}

#footer_surf {
	width: 1000px;
	border-top: solid #252525 1px;
	border-bottom: solid #252525 1px;
}

#footer_surf ul{
    list-style-type: none;
	padding: 5px 0px 7px 0px;
	margin: 0px;
	text-align: center;
}

#footer_surf ul li, #footer_surf ul li a:link, #footer_surf ul li a:visited {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	margin: 0px;
	padding: 7px;
}

#footer_surf ul li a:hover{
	color: #996666;
}

#footer_bottom{
	margin: 15px auto;
}

#footer_bottom ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer_bottom ul li, #footer_bottom ul li a:link, #footer_bottom ul li a:visited{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #666666;
	padding: 3px;
}

#footer_bottom ul li a:hover{
	color:#996666;
}




/*	Links
---------------------------------------------------------------------*/

a:link {
	color: #4d4d4d;
}

a:visited { 
	color: #4d4d4d;
}

a:hover {
	color: #707070;
}

