/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(http://www.honeychuck.com/images/myspacebgswirl.jpg);
	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}

h1 {
	font-family: Georgia, sans-serif;
	font-size: 3em;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}

h2 {
	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
}

h3 {
	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
	border-bottom:1px solid #000000;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: bold;
}

h4, h5, h6 {
	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}

a {
	font-weight: normal;	
	text-decoration: none;
	color: #003399;
}

a:hover {
	font-weight: normal;
	text-decoration:none;
}


.nextshow {
	font-weight: bold;
	}
	


/************* HEADER STUFF ************/

#headerhome {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header2.png);
}

#headerbio {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header3.png);
}

#headershows {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header4.png);
}

#headerav{
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header5.png);
}

#headercontact{
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header6.png);
}



/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	background: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: none;
	border-bottom:none;
	background: url(images/menu-hover.png) repeat-x center top;
	color: #000000;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 125%;
}

#left {
	float: left;
	width: 190px;
	height: 600px;
	padding: 0px 10px 0px 10px;
	color: #000000;
	background-color: transparent;
	background: url(images/leftbg.png) no-repeat center top;
}


#left a {
	color: #660000;
	font-weight: bold;	
	text-decoration: none;
	}

#left a:hover {
	font-weight: bold;
	text-decoration:none;
  	color: #ffffff;
  	background: #000000;
}

#left img a {
	text-decoration: none;
	border-style: none;
	background-color: transparent;
}

#left img {
	text-decoration: none;
	border-style: none;
	background-color: transparent;
}

#right {
	float: left;
	width: 520px;
	height: 100%;
	padding: 0px 20px 40px 20px;
	color: #000000;
	background: #BDB5AB;
}

#rightfade {
	float: right;
	width: 560px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	background: url(images/rightfade.png) no-repeat;
}


#right img { border:1px solid #000000;
	     margin: 5px 5px 5px 5px;} 

#right img a:hover {
	text-decoration: none;
	border-bottom:none;
}

#right a:hover {
	font-weight: normal;
	text-decoration:none;
}


#network a {
	text-decoration: none;
	}

#network a:hover {
	text-decoration:none;
	background: #BDB5AB;
	border-bottom:none;
}


#network img { border: none; } 

#network img a:hover {
	text-decoration: none;
	background: #BDB5AB;
	border-bottom:none;
}

#map {
	float: right;
}

#rightcontact img { border:0} 

#rightcontact {
	     	float: left;
	     	width: 520px;
	     	padding: 0px 20px 40px 20px;
	     	color: #000000;
	     	background: #BDB5AB;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #c3c3c3;
}