@charset "UTF-8";
* {
	border: 0;
	padding: 0;
	text-decoration: none;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #596c88;
	background-image: url(../images/big-background-merge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
#container {
	float: left;
	width: 810px;
	margin-top: 5px;
	margin-left: 5px;
}
#top {
	height: 110px;
}
#logo {
	height: 90px;
	width: 200px;
	float: left;
}
#nav {
	height: 90px;
	float: left;
	width: 600px;
}
#nav1 {
	height: 30px;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	color: #00cc66;
	float: left;
}
#nav1 ul {
	list-style-type: none;
	float: right;
}
#nav1 li {
	display: inline;
	line-height: 30px;
	text-align: center;
	padding-left: 30px;
}#nav1 a {
	color: #00cc66;
}
#nav1 a:hover {
	color: #adcfff;
}
#nav2 {
	height: 60px;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: center;
	text-align:center
}
#nav2 ul {
	list-style-type: none;
}
#nav2 li {
	display: inline;
	line-height: 60px;
	text-align: center;
	padding-left: 30px;
}#nav2 a {
	color: #FFFFFF;
}
#nav2 a:hover {
	color: #004fdd;
}
#lower {
	width: 810px;
	float: left;
}
#player {
	width: 200px;
	float: left;
}
#player p {
	font-size: 9px;
	color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 15px;
}
#content {
	width: 600px;
	float: left;
	padding-top: 10px;
}
#content h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
#content h2 {
	font-size: 12px;
	font-variant: small-caps;
	color: #00cc66; /*#FFD700;*/
}
#content p {
	font-size: 11px;
	color:#FFFFFF;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 15px;
}
#content a {
	color: #FFD700;
}
#content table { 
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
#shows {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#current {
	width: 600px;
	float:left;
}
#past {
	width: 600px;
	float:left;
}
.promo {
	width: 210px;
	float: left;
}
.description {
	width: 390px;
	float: left;
}
#songlist {
	font-size: 10px;
	color:#FFFFFF;
	line-height: 15px;
}
#songlist a {
	color: #FFFFFF;
}
.bandpic {
	background-color:#EFEFEF;
	border:1px solid #EEEEEE;
	padding:5px;
}
.thumb {
	float: left;
	margin: 3px;
	background-color:#EFEFEF;
	border:1px solid #EEEEEE;
	padding:1px;
}
.review {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.home {
	background-color: #5f6e83;
	background-image: url(../images/home_background.jpg);
}
.poster {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
td {
	vertical-align: top;
	text-align: left;
	align: left;
}
.news {
	margin-right: 300px;
}
.selected {
	color: #a71d0e;
}
form {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: lowercase;
}
.clear {
	clear:both;
}
.placeholder {
	font-size: 1px;
	color: #0066CC;
}	
	

