@charset "utf-8";
html { min-height: 100%; margin-bottom: 1px; }
body {
	background: #666666;
	margin: auto; /* 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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	border: 0px none #FFF;
}
.oneColLiqCtrHdr #container {
	width: 70%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 800px;
	vertical-align: 0%;
}
.oneColLiqCtrHdr #header {
	background-color: #D6D6D6;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/banner2.jpg);
	background-position: right top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 220px;
	width: auto;
	font-size: 100%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: normal;
}
.oneColLiqCtrHdr #header h1 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFF;
	border: 3px solid #FFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
	border: 3px solid #FFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}.Topbannertext {
	font-size: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
}
.footer {
	font-size: 70%;
}
.event {
	font-weight: bold;
}
.violoncellist {
	font-style: italic;
	left: 0px;
	text-align: left;
	margin-left: 17em;
	font-weight: bold;
	line-height: 15px;
}

.tableforevents {
	vertical-align: text-top;
}
