@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	background-image: url(images/wrapperBack.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#wrapper {
	
	margin: 0 auto;
	width: 650px;

}
#header {

}

#content {
padding-top:15px;
	background-attachment: scroll;
	background-image: url(images/contentBack.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#news {
	
	width:580px; text-align:left; color:#CCCCCC; padding:10px; font-size:12px; 	
	margin: 0 auto;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;}
#shows {
	width:580px;
	margin: 0 auto;
	text-align:left;
	color:#CCCCCC;
	padding:10px;
	font-size:12px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}

#footer {
	color:#666666;
}

.style2 {font-size: 9px}
.style1 {
	color: #FFFFFF;
}

.tan {
	color:#C0AD88;
}

