body {
	margin: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
}

a:link {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

li {
	color: #FFFFFF;
}

.content {
	width:875px;
	border: 1px solid #CCC;
	padding: 12px;
	background-color: #303;
	margin: auto;
	color: #FFF;
	background-image: url(images/bgc.gif);
	}
.minus_padding {
	padding: 0px;
	margin-top: -20px;
	margin-bottom: -6px;
}

.highlight {
	color: #939;
}
#player {
	background-color: #303;
	position: relative;
	height: auto;
	width: 400px;
	left: 1px;
	top: 1px;
	font-size: 10px;
	color: #CCC;
	margin: auto;
}



.border {
	margin: 4px;
	border: 2px solid #CCC;
}

.header {
	width:875px;
	padding: 12px;
	background-color: #333;
	margin: 10px auto 0px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #CCC;
	border-left: 1px solid #CCC;
	background-image: url(images/bgc.gif);
	}

.footer {
	width:875px;
	padding: 12px;
	background-color: #333;
	margin: auto auto 10px;
	font-size: small;
	color: #CCC;
	text-align: center;
	border-top: 1px none #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(images/bgc.gif);
	}

.float_right {
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.float_left {
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.cancelled {
	text-decoration: line-through;
}

h1, h2, h3 {
	color: #FFF;
}

.feature {
	background-color: #000;
	padding: 10px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}

.bg_new {
	background-image: url(images/bg_new.jpg);
}

.highlight2 {
	color: #F9F;
}

.highlightGold {
	color: #FFBF12;
}