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

/* Begin Div Layout Section */
html { 
		background-color:#000000;
		margin:0 0 0 0;
		}
body {
		background:url(../bgimages/bgbuildings.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-color:#000000;
		margin-top:0px;
		font-size: 11px; 
		font-famliy: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
		font-weight:800;
		color:#000000;
}

/* LAYOUT STUFF */

#wrapper {
	width:900px;
	margin:-5px auto 0 auto;
	padding-top:3px;
	text-align:left;
	}

#masthead {
	width:900px;
	height:300px;
	margin:1px 0 0 0;
	color:#000000;
	background: url(../bgimages/masthead.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	}

#content {
	width:900px;
	background:url(../bgimages/bsidebg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:1100px;
	background-color:#000000;
	margin:0 auto 0 auto;
	}
	
	/* NAVIGATION - Three column main navigation within the masthead */

#masthead ul#m1 {
	margin:-85px 0 0 452px;
	padding-top:5px;
	}
	
#masthead ul#m2 {
	margin:-205px 0 0 627px;
	}
	
#masthead ul li {
	width:150px;
	height:25px;
	padding-top:4px;
	list-style-type: none;
	font-size: 14px;
	letter-spacing:0.07em;
	}
	
#masthead ul li a {
	display:block;
	padding:4px 0 0 11px;
	height:25px;
	text-decoration:none;
	font-weight:bold;
	}
	
#masthead ul li a:link {
	color:#ff9900;
	}
 #masthead ul li a:visited {
	color:#ffea00;
	}
 
 #masthead ul li a:active {
	color:#0000ff;
	}
	
#masthead ul li a:hover {
	color:#999000;
	}

#nav_a {background: url(images/buttonback1.gif) no-repeat;}
#nav_b {background: url(images/buttonback2.gif) no-repeat;}
#nav_c {background: url(images/buttonback3.gif) no-repeat;}
#nav_d {background: url(images/buttonback1.gif) no-repeat;}
#nav_e {background: url(images/buttonback1.gif) no-repeat;}
#nav_f {background: url(images/buttonback2.gif) no-repeat;}
#nav_g {background: url(images/buttonback3.gif) no-repeat;}
#nav_h {background: url(images/buttonback2.gif) no-repeat;}
#nav_j {background: url(images/buttonback3.gif) no-repeat;}
#merch {background: url(images/buttonback2.gif) no-repeat;}

/* Highlighting the current page */

#home #m1 a#nav_a, #news #m1 a#nav_b, #gigs #m1 a#nav_d, #diary #m1 a#nav_c, #downloads #m1 a#nav_e, #gallery #m2 a#nav_g, #disco #m2 a#nav_f, #member #m2 a#nav_h, #forum #m2 a#nav_j { 
	color: #ffcc00;
	}

/* Main column and variants */

#main {
	float:left;
	width:500px;
	background:url(../bgimages/bmainbg.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	min-height:1100px;
	text-align:left;
	padding:0px 5px 0px 10px;
	font-size:11px;
	line-height:165%;
	}
#main_pages {
	float:left;
	width:500px;
	background:url(../bgimages/bmainbg.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	min-height:1100px;
	text-align:left;
	padding:100px 5px 0px 10px;
	font-size:11px;
	line-height:165%;
	}
	
#image_rotate {
	width:382px;
	border-width:3px;
	border-color:#666600;
	margin-top:110px;
	margin-left:15px;
	margin-bottom:5px;
	}

/* Side columns and specific elements */

#sidebar {
	float:right;
	width: 380px;
	margin:0 auto 0 auto;
	margin-top:4.5em;
	min-height:1000px;
	font-size: 11px;
	color:#999000;
	}
#image_rotatead {
	width:320px;
	border-width:3px;
	border-color:#666600;
	margin-top:100px;
	margin-left:15px;
	margin-bottom:5px;
	}

/* Footer */

#footer {
	width:900px;
	text-align:center;
	height:114px;
	min-height:114px;
	margin:0px 0 0 1px;
	padding:10px 0 15px 10px;
	color:#FFD100;
	font-size:10px;
	letter-spacing:0.09em;
	/*
	background: #000000 url(../bgimages/footer.jpg) no-repeat;*/
	}

#footer ul {
	float:left;
	width:900px;
	font-size:10px;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", "Verdana", "Helvetica", sans-serif;
	list-style-type:none;
	display:block;
	padding:0;
	margin:5 0 0 0;
	}
	
#footer ul li {
	display:inline;
	margin-right: 7px;
	padding: 0 0 0 0;
	background: transparent;
	}

