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

body
{
	background-color: black;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 12px; 
	margin: 0px auto;
	background-position: center top; 
	background-repeat: no-repeat;
}
/*general layout */
#container
{
	width: 990px;
	height: auto; 
	margin: 0px auto;	
}
#content
{
	width: 990px;
	height: auto; 
	margin: 0px auto;
	background-image: url(../images/bg_container.png); 
	background-position: left top; 
	background-repeat: repeat; 
}
#nav
{
	background-image: url(../images/nav.png); 
	background-position: top center; 
	width: 988px; 
	height: 55px;	
	line-height: 55px;
}
#footer
{
	width: 988px; 
	height: 55px;	
	line-height: 55px;
}
#header
{
	width: 990px;
	height: auto; 
	margin: 0px auto;
}

/*layout index*/
#hleft
{
	float: left; 
	clear: left; 
	width: 495px; 
	height: 400px;	
}
#hright
{
	float: right; 
	clear: right; 
	width: 495px; 
	height: 400px;
}
#socialnetworking
{
	width: 210px; 
	margin: 10px 0px 0px 50px; 
	text-align: center;
	border: groove 2px #996633;
}
#cleft
{
	float: left; 
	clear: left; 
	width: 390px; 
	height: auto; 
}
#cleftheader
{
	width: 390px; 
	height: 55px; 
	background-image: url(../images/bg_upcoming.png); 
	background-position: center top; 
	background-repeat: no-repeat;
	margin: 0px auto;
}
#clefttext
{
	background-image: url(../images/bg_container.png); 
	background-position: left top; 
	background-repeat: repeat; 
	height: 300px; 
	width: 350px;
	margin: 0px auto;
	padding: 10px;
}
#clefttext span
{
	text-align: left;
	color: #CCC;
	font-size: 12px; 
	line-height: 22px;
}
#cright
{
	float: right;
	clear: right;
	width: 600px;
	height: auto;
}
#crightheader
{
	width: 555px; 
	height: 55px; 
	background-image: url(../images/content_header.png); 
	background-position: center top; 
	background-repeat: no-repeat;
	margin: 0px auto;
}
#crighttext
{
	background-image: url(../images/bg_container.png); 
	background-position: left top; 
	background-repeat: repeat; 
	height: 300px; 
	width: 500px;
	margin: 0px auto;
	color: #CCC;
	padding: 10px;
	font-size: 16px; 
}
/*about layout*/

/*links layout*/
#links
{
	width: 990px;
	height: 500px;
}
#bands
{
	width: 310px;
	height: 400px;
	float: left;
	padding: 10px;
}
#bands a
{
	line-height: 16px;	
}
#venues
{
	width: 310px;
	height: 400px;
	float: left;
	padding: 10px;
}
#venues a
{
	line-height: 16px;	
}
#other
{
	width: 310px;
	height: 400px;
	float: right;
	clear: right;
	padding: 10px;
}
#other a
{
	line-height: 16px;	
}

/*image specific controls*/

#logo
{
	width: 270px; 
	height: 270px; 
	margin: 10px 0px 0px 30px;
}
#polaroid
{
	position: relative; 
	top: 10px; 
	right: 20px; 
	float: right; 
	clear: right;
}
.snbhead
{
	font-size: 16px; 
	font-variant: small-caps; 
	letter-spacing: 2px;	
}
.title
{
	height: 55px; 
	line-height: 55px; 
	padding-left: 10px;	
	font-size: 18px;
	font-variant: small-caps;
	color: #996633;
	letter-spacing: 2px;
}
/* Navigation Styles */
#navigation
{
	width: 920px;
	height: 50px;
	line-height: 50px;
	margin: 0px auto;
	font-size: 14px;
}
#navigation ul
{
    list-style-type: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
}
#navigation ul li
{
   width: 100px;
   float: left;
   clear: right;
   margin: 0px;
}
#navigation ul li a
{
   width: 100px;
   display: block;
   height: 50px;
   line-height: 50px;
   background-image: url(../images/rollover.png);
   color: white;
}
#navigation ul li a:hover
{
   font-variant: small-caps;
   color: white;
   background-position: 0px -50px;
}
a:link
{
	color: #009999;
	text-decoration: none;
}

a:visited  
{
	color: #009999;
	text-decoration: none;
}

a:hover 
{
	color: #996633;
	text-decoration: none;
}
