/*
-----------------------------------------------------
Edge of the Wheel CSS Document
FileName:  screen.css
Author: Shane Gardner
-----------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
			
}
body {
	text-align:center;
	background-color: #000000;
	color:#999999;

		
}

li {
	list-style:none;

}

a {
	color:#CCCCCC;
}

a:hover {
	
	color:#FFFFFF;


}

h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7B0207;
	text-align:left;

}


/* ---[ top ]------------------------------- */

#wrap {
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}

#header {
	text-align:center;
}


/* Footer */

#footer {
	clear:both;
	padding-bottom:20px;
	margin-top: 20px;
	text-align: center;
	float: left;
	width: 100%;
	position: relative;

}

#links {
	float: left;
	width: 400px;
	padding: 10px;
	text-align: left;


}

#links h1 {
	color: #C89C21;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

#links strong {
	color: #DB7004;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;



}

#links ul li {
	padding-bottom:15px;



}

#management {
	float: right;
	width: 200px;
	padding: 10px;
	text-align: left;
}

#management h1 {
	color: #C89C21;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

#management strong {
	color: #CE6903;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;



}
