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

body {
	background: #000000 url(../img/bg.gif);
	margin: 0px;
	padding: 0px;
}
div, td {
	font: normal 12px Verdana, sans-serif;
	color: #999999;
}
a {
	color: #996600;
	text-decoration: none;
}
a:hover	{
	color: #ccffff;
	text-decoration: underline;
}
a img {
	border: none;
}
#header {
	position: relative;
	background: url(../img/headerbg.jpg) top center no-repeat;
	width: 1094px;
	height: 678px;
	margin: 0px auto;
}
#play {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 234px;
	height: 30px;
	z-index: 2;
}
#links {
	position: absolute;
	top: 0px;
	left: 67px;
	width: 710px;
	height: 34px;
	z-index: 1;
	text-align: left;
}
#links a.facebook {
	display: inline-block;
}
#links a.facebook:hover {
	background: url(../img/facebook.gif);
}
#links a.twitter {
	display: inline-block;
	margin-left: 27px;
}
#links a.twitter:hover {
	background: url(../img/twitter.gif);
}
#links a.myspace {
	display: inline-block;
	margin-left: 29px;
}
#links a.myspace:hover {
	background: url(../img/myspace.gif);
}
#links a.youtube {
	display: inline-block;
	margin-left: 25px;
}
#links a.youtube:hover {
	background: url(../img/youtube.gif);
}
#links a.vevo {
	display: inline-block;
	margin-left: 21px;
}
#links a.vevo:hover {
	background: url(../img/vevo.gif);
}
#links a.buzznet {
	display: inline-block;
	margin-left: 20px;
}
#links a.buzznet:hover {
	background: url(../img/buzznet.gif);
}
#enews{
	position: absolute;
	top: 521px;
	left: 323px;
	width: 490px;
	height: 36px;
	z-index: 1;
}
#content {
	position: relative;
	width: 894px;
	margin: 0px auto;
	padding-left: 60px;
}
#news {
	position: relative;
	width: 610px;
	float: left;
	padding-right: 44px;
}
#news .date {
	font-weight: bold;
	color: #996600;
}
#news .headline {
	font-weight: bold;
	color: #99cccc;
	padding-left: 10px;
}
#news .text {
	padding: 20px 0px;
	background: url(../img/newsline.gif) bottom repeat-x;
	margin-bottom: 20px;	
}
#footer {
	width: 610px;
	height: 40px;
	font: bold 10px/20px Verdana, sans-serif;
	text-align: center;
}
#promo {
	position: relative;	
	width: 240px;
	float: left;
	top: -70px;
}
#promo a.arrow {
	background: url(../img/arrow.gif) bottom right no-repeat;
	font: bold 11px/18px Verdana, sans-serif;
	color: #99cccc;
	padding: 2px 14px 2px 0px;	
}
#promo a.arrow:hover {
	color: #ffffff;
	text-decoration: none;	
}
#show {
	font-size: 11px;
	background: url(../img/showline.gif) bottom repeat-x;
	padding: 10px 0px;
	margin-bottom: 10px;	
}
#show .date {
	font-weight: bold;
	color: #996600;
}
#show .venue {
	font-size: 11px;
	font-weight: bold;
	color: #99cccc;
}
#show .button {
	margin-top: 2px;
	text-align: right;
}
#show .button a {
	font: bold 10px Verdana, sans-serif;
	color: #000000;
	background: #cc9900;
	border: 1px outset #cc9900;
	padding: 0px 2px;
}
#show .button a:hover {
	color: #ffffff;
	background: #996600;
	border: 1px inset #996600;
	text-decoration: none;
}
