@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	color: #CCC;
	font-size: 13px;
	padding-bottom: 10px;
}
a {
	color: #CCC;
	font-size: 13px;
	text-decoration: underline;
}
#flash {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
}
#infotext {
	display: none;
}
object, a {
	outline: none;
}
h1 {
	font-size: 14px;
	color: #E495A2;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	color: #E495A2;
	text-transform: uppercase;
}
#ad-links ul {
	list-style: none;
	text-align: center;
	display: block;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}
#ad-links li {
	display: inline-block;	
	margin: 0px;
}
#ad-links li a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	text-decoration: none;
	color: #333;
	margin: 0px;
	font-size: 10px;
	line-height: 10px;
}
#ad-links li a:hover {
	color: #666;
}

