@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
#container  {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header  {
	height: 127px;
	background-color: #DDDDDD;
	width: 955px;
	padding-top: 0;
	padding-bottom: 0;
} 
#navigation {
	height: 19px;
	width: 955px;
	clear: both;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebarBottom {
	margin-top: 5px;
	border: thin outset #CCCCCC;
}
#sidebar1Ad {
	padding-right: 5px;
	padding-left: 5px;
	border: thin outset #CCCCCC;
	margin: 20px 0px 10px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#concertAd {
	margin: 0px;
	text-align: center;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#patrons {
	margin: 0px;
	padding: 0px;
	border-top: thin outset #999999;
	border-right: thin inset #999999;
	border-bottom: thin inset #999999;
	border-left: thin outset #999999;
	width: 180px;
}
#advert_space {
	text-align: center;
	border-top: thin outset #999999;
	border-right: thin inset #999999;
	border-bottom: thin inset #999999;
	border-left: thin outset #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topContent {
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px 0px;
}
#sidebarBottom img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}
#mainContent {
	margin-right: 200px;
	margin-left: 190px;
	color: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#sidebar2 #notes {
	text-align: center;
	margin-right: 72px;
	margin-left: 72px;
}

#lowerContent {
	margin: 0px;
	padding: 5px;
	clear: both;
	width: 945px;
	vertical-align: top;
}
#middleContent {
	padding: 0px;
	margin: 0px;
}
#lowerContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	margin-top: 0px;
}
#lowerContent table {
	vertical-align: text-top;
}
#lowerContent td {
	vertical-align: top;
}
#topContent td {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
#topContent img {

}
#sidebar2 table {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
