/* Site wide styles */
html {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, sans-serif;
	font-size: medium;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align:center;
}

#wrapper{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align:left;
	color:#fff;
	background-color:#000;
}

#left_fade{
	background-image: url('Graphics/left_fade.png');
	background-repeat: repeat-y;
	background-position: left center;
}

#right_fade{
	background-image: url('Graphics/right_fade.png');
	background-repeat: repeat-y;
	background-position: right center;
}

#center_wrapper{
	margin:0 10px;
	background: #000 url('Graphics/header_tree.png') no-repeat scroll top center;
}

#header{
	height:140px;
}
#headerlink{
	font-size:large;
	position:relative;
	left:865px;
	top:45px;
	width:90px;
}

#leftnav{
	float: left;
	width: 160px;
	padding: 10px;
	font-family: Georgia, serif;
	font-size:x-large;
	font-weight:bold;
}

#main {
	float: right;
	width: 740px;
	padding: 10px;
}

#footer{
	clear:both;
	width:960px;	
}

#foot_banner{
	width:100%;
	height:100px;
	background: #666 url('Graphics/bannerbots.gif') repeat-x scroll bottom left;
}

img { border: 0px; }

p {
	padding:5px;
}

#leftnav li {
	list-style-type: none;
	line-height: 150%;
}

.news{
	padding:5px;
}
.newsbody{
	padding-left:10px;
}
.news img {
	float:left;
	border:1px solid #333;
	margin:5px;
}
.center{
	display:block;
	margin: 0 auto;
	text-align:center;
}
.show{
	padding-left:20px;
}

.showinfo{
	padding-left:20px;
}

.bandlist
{
	margin:0;
	width:220px;
	float:left;
}

.bandlist ul {
	list-style: none;
}
.bandlist li
{
	margin: 5px 0;
}

.bandmember{
	margin:0;
	padding: 5px;
	border-top: 5px solid #333;
    border-left: 5px solid #333;
    border-right: 5px solid #111;
    border-bottom: 5px solid #111;
	background-color:#222;
	text-align:center;
	width:500px;
	float:right;
}
.bandmember img {
	border:1px solid #333;
}
.floatRight{
	float:right;
	margin: 5px;
}

h1 {
	font-family: Georgia, serif;
	font-size: x-large;
	font-weight: bold;
	color: #ccc;
	border-bottom: 2px solid #fff;
}

h2 {
	font-family: Georgia, serif;
	font-size: large;
	font-weight: bold;
	color: #f75200;
	border-bottom: 1px solid #666;
}
h3 {
	font-family: Georgia, serif;
	font-size: medium;
	font-weight: bold;
	color: #94b0a9;
	margin-bottom:0;
}

	
/**************** Pseudo classes ****************/

a:link {
	color: #f7bb00;
	text-decoration: underline;
}

li a:link {
	color: #f7bb00;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #f7bb00;
	text-decoration: underline;
}

li a:visited {
	color: #f7bb00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f80000;
}

li a:hover{
    color: #f80000;
}

#leftnav li a:hover{
    color: #94b0a9;
	/*border-left: 5px solid white;*/
}

a:active {
	color: #fff;
	font-weight: bold;
} 