/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navBar {
		width:786px; height:44px;
			}	
	#navBar a.navhome:link, #navBar a.navhome:active, #navBar a.navhome:visited {
				width:109px; height:44px;
				display:inline;
				float:left;
				background: url(images/home.jpg) no-repeat top;
			}
		#navBar a.navhome:hover {
				background: url(images/home_f2.jpg) no-repeat top;	
		}
		
		
		#navBar a.navshows:link, #navBar a.navshows:active, #navBar a.navshows:visited {
				width:118px; height:44px;
				display:inline;
				float:left;
				background: url(images/shows.jpg) no-repeat top;
			}
		#navBar a.navshows:hover {
				background: url(images/shows_f2.jpg) no-repeat top;	
		}
		
		
		#navBar a.navphotos:link, #navBar a.navphotos:active, #navBar a.navphotos:visited {
				width:133px; height:44px;
				display:inline;
				background: url(images/photos.jpg) no-repeat top;
				float:left;
			}
		#navBar a.navphotos:hover {
				background: url(images/photos_f2.jpg) no-repeat top;
		}
		
		
		#navBar a.navmedia:link, #navBar a.navmedia:active, #navBar a.navmedia:visited {
				width:114px; height:44px;
				display:inline;
				background: url(images/media.jpg) no-repeat top;
				float:left;
			}
		#navBar a.navmedia:hover {
				background: url(images/media_f2.jpg) no-repeat top;
		}
		
		
		#navBar a.navbio:link, #navBar a.navbio:active, #navBar a.navbio:visited {
				width:82px; height:44px;
				display:inline;
				background: url(images/bio.jpg) no-repeat top;
				float:left;
			}
		#navBar a.navbio:hover {
				background: url(images/bio_f2.jpg) no-repeat top;
		}
		
		
		#navBar a.navlinks:link, #navBar a.navlinks:active, #navBar a.navlinks:visited {
				width:104px; height:44px;
				display:inline;
				background: url(images/links.jpg) no-repeat top;
				float:left;
			}
		#navBar a.navlinks:hover {
				background: url(images/links_f2.jpg) no-repeat top;
		}
		
		
		#navBar a.navcontact:link, #navBar a.navcontact:active, #navBar a.navcontact:visited {
				width:126px; height:44px;
				display:inline;
				background: url(images/contact.jpg) no-repeat top;
				float:left;
			}
		#navBar a.navcontact:hover {
				background: url(images/contact_f2.jpg) no-repeat top;
		}

		/*	nav link Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.dates {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}
	.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
    color: #ffffff;
}
.links a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	color: #ffffff;
}
.links a:hover{
	text-decoration:none;
	color: red;
}
.links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-decoration: none;
	line-height: 20px;
    color: #ffffff;
}
.links2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
}
.links2 a:hover{
	text-decoration:none;
	color: red;
}
	.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.caldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
	.callinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
    color: #ffffff;
}
.callinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	color: #ffffff;
}
.callinks a:hover{
	text-decoration:none;
	color: red;
}
.btm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #cccccc;
}
H1{
	font-size: 0pt;
	font-weight: normal;
	margin-bottom: 0px;
	color: #000000;
}
