/* CSS Document */

body{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/bodybg.jpg);
	margin: 0px;
	padding: 0px;
}
.mainbg{
	background-color: #cc97ff;
}
.mainheddings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subheddings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 8px;
}
.charectors{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 8px;
}
.chooseathemetextsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 8px;
}
.chooseathemetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 8px;
}

.sidelinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 28px;
}
.sidebargr{
	background-image: url(images/sidebuttonsgr.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
}
.entertainerstext{
	font-family: "Kunstler Script";
	font-size: 60px;
	font-weight: bold;
	color: #6f0505;
	text-decoration: none;
	line-height: 45px;
}


.contactbg{
	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale")
	}
	#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
