/* HTML TAGS */
/* - - - - - - - - - - - - - - - - - */
body {
	background-color: Black;
	margin: 0;
	padding: 0;
	background-image: url(images/navbg_23.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFF4B6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

p {
	margin: 0;
}



/* MAP MARGIN */
/* - - - - - - - - - - - - - - - - - */
#MapMargin {
	padding: 10px;
	font-size: 10px;
}




/* UPCOMING SHOWS */
/* - - - - - - - - - - - - - - - - - */
#UpcomingShows {
	background-color: #B76F39;
	padding: 10px 10px 30px 10px;
	font-size: 10px;
}

#UpcomingShows a {
	text-decoration: none;
	color: White;
}

#UpcomingShows a:hover {
	text-decoration: underline;
	color: #FFEC7B;
}





/* CONTENT AREA */
/* - - - - - - - - - - - - - - - - - */
#ContentBG {
	background-image: url(images/Splash_BG_content_13.gif);
	background-repeat: no-repeat;
}




/* LAYOUT */
/* - - - - - - - - - - - - - - - - - */
#layout01 {
	padding: 5px 10px 0 10px;
}.sidenavbg {
	background-image: url(/images/sidenavbg_13.gif);
	background-repeat: repeat-y;
	height: 50px;

}
.titlepadding {
	padding-top: 5px;
	padding-left: 10px;
}
.textpadding {
	padding-right: 15px;
	padding-left: 20px;
}
.category {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	
}
#CategoryLink a {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	color: #FFF4B6;

	text-decoration: none;
}

#CategoryLink a:hover {
	text-decoration: underline;
	color: #FFEC7B;
}.picborder {
	border: 1px solid #FFFFCC;
	padding: 2px;
}
.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: double;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	font-style: italic;

}
.bodypadding {
	padding-bottom: 150px;
}
.maptextbg {
	background-color: ##9A3A00;
}
.splashtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 30px;



}
.subcat {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFCC;
}
.Photoa {
	text-decoration: none;
	color: White;
}