@charset "utf-8";
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#Header {
	background-color: #000000;
	height: 500px;
	clear: both;
}

#header1 {
	height: 426px;
	background-color: #000000;
	background-image: url(../update%201-09/images/homepage_02.gif);
	width: 350px;
	float: left;
}
#Header {
	height: 425px;
}
#Header2 {
	background-color: #000000;
	height: 426px;
	margin-left: 350px;
}

#header1   a:hover {
	color: #DCABA4;
}
#header1  ul {
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-top: 35px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#header1  li  a {
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
#Opening_Paragraph {
	margin-right: 10px;
	margin-left: 355px;
	padding-top: 10px;
}
#Opening_Paragraph .style4 strong {
	font-size: 1em;
	line-height: 1.5em;
}

#Calander {
	width: 300px;
	background-color: #E2E2E2;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
#Calander p {
	font-size: .75em;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
}
#Calander h4 {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


#upcomingshows {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #940E31;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	height: 40px;
	margin-top: 5px;
}
#Secondary_paragraphs {
	clear: both;
	margin: 20px;
}
#mainContent {
	clear: both;
}

#footer {
	background-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.class,br {
	clear: both;
}
#Secondary_paragraphs img {
	float: left;
	padding-right: 10px;
}
