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

body {
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-family: sans-serif;
	}
	
a:link {
	text-decoration: underline;
	color: #ffffff;
	}
	
a:hover {
	text-decoration: none;
	color: #ffffff;
	}	
	
a:visited {
	text-decoration: none;
	color: #ffffff;
	}	
	
.text-left {
	text-align: left;
	}	
	
.spacer {
	width: 598px;
	height: 58px;
	}
	
.border-none {border: none;}	
	
.width-525px {
	width: 525px;
	}		
	
.margin-20px-left {
	margin: 0 0 0 20px;
	}	
	
.text-center {
	margin: 0 auto 0 auto;
	text-align: center;
	}	
	
#wrapper {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 900px;
	}	

#header {
	width: 900px;
	height: 185px;
	}

#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 496px;
	height: 185px;
	float: left;
	}	

#left-column {
	float: left;
	width: 450px;
	}

#right-column {
	width: 450px;
	float: left;
	}	
	
#content {
	float: left;
	clear: none;
	width: 496px;
	}	

#mask {
	width: 450px;
	height: 557px;
	float: left;
	clear: none;	
	background-image: url(images/pleatherface-mask.gif);
	background-repeat: no-repeat;
	}

#navigation {
	float: left;
	width: 404px;
	height: 185px;	
	}
	
	
#left-spacer {
	float: left;
	clear: both;
	width: 254px;
	height: 185px;
	background: url(images/left-spacer.jpg);
	}		
	
#home {
	float: left; 
	width: 150px;
	height: 37px;
	}

#about {
	float: left; 	
	width: 150px;
	height: 37px;		
	}

#shows {
	float: left; 
	width: 150px;
	height: 37px;				
	}

#media {
	float: left; 	
	width: 150px;
	height: 37px;		
	}
	
#booking {
	float: left; 
	width: 150px;
	height: 37px;				
	}				
		
#video {
	float: left;
	width: 404px;
	}	
	
#show-flyer-table {
	
	}

#image-table {
	
}

#album-table {
	
	}		

#footer {
	clear: both;
	width: 900px;
	height: 25px;
	}

