/*********************************
HTML STYLES
**********************************/
body {
	margin: 0;
	padding: 0 0 0 0;
	background: #042757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
a {
	color: #b33e46;
	text-decoration: underline;
}
a:hover {
	color: #0a0c99;
	text-align: right;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 5px;
}

/*********************************
UNIVERSAL STYLES
**********************************/
.button a {
	display: block;
	background: url(images/home-button-bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 130px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.button a:hover {
	color: #FFFF00;
}

/*********************************
LAYOUT STYLES
**********************************/
#container {
	width: 650px;
	margin: 0 auto;
	background: #FFFFFF url(images/home-content-bg.jpg) repeat-y right;
}
#header {
	background: url(images/home-header-bg.jpg) no-repeat;
	width: 640px;
	height: 120px;
}
#header h1,
#header p {
	position: absolute;
	top: -900px;
}
#menu {
	float: left;
	width: 160px;
	text-align: center;
}
#menuTop {
	text-align: center;
}
#menuItems a {
	display: block;
	text-align: left;
	width: 130px;
	height: 20px;
	background: url(images/home-menu-bg-off.jpg) repeat;
	color: #FFFFFF;
	padding: 10px 5px 5px 25px;
	border-bottom: solid 1px #FFFFFF;
	font-weight: bold;
}
#menuTopItems a {
	text-align: center;
	width: 100px;
	background-color:#6699cc;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px;
	font-weight: normal;
	font-size:10px
}
#menuItems a:hover {
	background: url(images/home-menu-bg-on.jpg) no-repeat;
}
#menuTopItems a:hover {
background-color:#cc6666;
}
#content {
	float: left;
	border-left: solid 1px #CCCCCC;
	width: 479px;
	min-height: 400px;
}
#contentTop {
	border-top: solid 1px #CCCCCC;
	width: 630px;
	margin:5px auto;
}
#content h1,#contentTop h1 {
	font-size: 25px;
	
	font-weight: normal;
	margin: .7em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: solid 1px #0099CC;
}
h2 {color: #6699cc;
font-size:1.5em}
#content .button a {
	margin: 0;
}
#contact {
	border-top: solid 1px #CCCCCC;
	width: 480px;
	padding: 10px 10px 10px 150px;
	clear: both;
}
#contact p {
	background: url(images/home-at-symbol.jpg) no-repeat;
	padding: 0 5px 5px 65px;
}
#footer {
	background: url(images/home-footer-bg.jpg) no-repeat right;
	text-align: center;
	font-size: 10px;
	width: 100%;
	height: 45px;
	padding: 5px 0 0 0;
}
.title1 {
font-size: 36px;
color:#FF3300;
font-family:"Times New Roman", Times, serif}
.title2 {
	font-size: 36px;
	color:#000066;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.playTitle {
	font-family: "Times New Roman", Times, serif;
	color: #336600;
	font-size: 64px;
}
.playDate {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #336600;
}

/**********************
FEATURE STYLING
***********************/
.upcomingFeature {
	padding: 10px;
}
.feature {
	text-align: left;
	padding: 10px;
	clear: both;
}
.featureImage {
	float: right;
}
.featureTitle {
	font-size: 24px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;

}
.featureAuthor {
}
.featureDate {
}
.featureLocation {
}
.featureDescription {}
.smallT { font-size:x-small}
.box1 {border:1px solid black;
padding:.75em}

