body {
	margin: 0;
	padding: 0;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	background-color: #323232;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Verdana;
	font-size: 0.80em;
	color: #CCCCCC;
	}

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #c9c9c9;
	background-color: #23235f;
}

#clearer {clear:both;}
#clearL {clear:left;}
#clearR {clear:right;}

#gap {height: 10px;}

#gigs {font-size: 1.2em; line-height:1.4em}

#headerSection {
	margin: 0 auto;
	width: 960px;
	height: 77px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	}
	
	#nav {width: 385px; 
	height: 33px;
	padding: 18px 0px 0px 23px;}
	
#musicplayer {
	margin: 0 auto;
	width: 960px;
	height: 200px;
	background-color: #3f3f3f;
	background-image: url("images/musicplayerbg.png");
	background-repeat: no-repeat;
	}
	
	#player {
	float: left;
	width: 440px;
	height: 100px;
	padding: 0px 0px 0px 2px;
	}
	
	#imagewindowwrapper {
	float: right;
	width: 514px;
	height: 195px;
	}
	
	#imagewindow {
	padding: 5px 0px 0px 5px;
	background-color: #202020;
	}
	
#main {
	margin: 0 auto;
	width: 960px;
	background-image: url("images/mainbg.png");
	background-repeat: repeat-y;
	}
	
	
#mainend {
	margin: 0 auto;
	width: 960px;
	background-image: url("images/mainbg.png");
	background-repeat: repeat-y;
	}
	
	
	#mainl {
	float: left;
	position: relative;
	width: 625px;
	min-height: 320px;
	height:auto !important;
  	height:320px;
	}
	
	#mainl2 {
	float: left;
	position: relative;
	width: 625px;
	}
	
		#contentl {
		width: 590px;	
		padding-top: 9px;
		padding-left: 18px;
		}
		
		#contentendl {
		position: absolute;
		bottom: 0;
		width: 590px;	
		padding-top: 9px;
		padding-left: 18px;
		}
	
	#mainr {
	float: right;
	position: relative;
	width: 335px;
	min-height: 320px;
	height:auto !important;
  	height:320px;
	}
	
	#mainr2 {
	float: right;
	position: relative;
	width: 335px;
	}
	
		#contentr{
		width: 299px;
		padding-top: 9px;
		padding-left: 18px;
		}	
			
		#contentendr{
		position: absolute;
		bottom: 0;
		width: 299px;
		padding-top: 9px;
		padding-left: 18px;
		}	
		
#footer {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	}