@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #01509B;
}
.oneColFixCtrHdr #container {
	width: 50em; /* 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. */
	background-color: #01509B;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtrHdr #header {
	background-color: #00011f;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 144px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent {
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-image: url(american-wind-symphony-orchestra-performance-mm760.jpg);
	background-repeat: no-repeat;
	height: 520px;
	width: 49.5em;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0;
	background-position: center;
}
#2010tour {
	height: 185px;
	width: 210px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 10px;
}
#openingandmac {
	float: right;
	height: 50px;
	width: 490px;
	margin-top: 325px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 25px;
}
.lineadjust {
	vertical-align: text-bottom;
}
.facebook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #025CA1;
	float: left;
	width: 200px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	background-color: #01509B;
}
.oneColFixCtrHdr #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 */
	padding-left: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
}
.photoboxfacebk {
	text-align: left;
	float: right;
	width: 130px;
	vertical-align: middle;
	padding-right: 0px;
	margin-top: 0px;
}
.phototwitter {
	text-align: center;
	float: left;
	width: 160px;
	vertical-align: middle;
}
.bottomtext {
	float: left;
	height: 160px;
	width: 500px;
}
.bottom {
	width: 760px;
	float: none;
}
.facebookawsologo {
	text-align: center;
	float: right;
	width: 176px;
}
.facebooklinkup {
	float: left;
	width: 120px;
	text-align: center;
}
#auditionlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 14em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}

