@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #55411D;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4E5C2;
	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. */
}
.oneColFixCtrHdr #header {
	background: #600;
	margin:0;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	
}
.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 5px 10px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFF; /* Font Color in header */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style:normal;
	font-weight:normal;
}
.oneColFixCtrHdr #header a{
	margin:0;
	text-decoration:none;
	color:white;
	border-left: 1px #FC6 solid;
	border-right: 1px #C60 solid;
	padding: 10px 10px 10px 10px;
}
.oneColFixCtrHdr #header a:hover{
	margin:0;
	text-decoration:none;
	color:#FFC;
	background:#900;
}

.oneColFixCtrHdr #mainContent {
	margin:0;
	padding: 50px 70px 50px 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F4E5C2;
	background:url(media/festivalbkg2.jpg);
	background-position:top;
}
.oneColFixCtrHdr #mainContent p{
	font-size: 95%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
}
.oneColFixCtrHdr #mainContent li{
	font-size: 95%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
}
.oneColFixCtrHdr #mainContent ol li{
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	padding-top: 8px;
}
.oneColFixCtrHdr #footer {
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #600;
}
.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: 25px 40px 25px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF; /* Font Color in header */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:center;
}
.oneColFixCtrHdr #footer a{
	text-decoration:none;
	color:white;
}
.oneColFixCtrHdr #footer a:hover{
	text-decoration:underline;
	color:#FFC;
}
.imgleft {
	float:left;
	padding-right:20px;
	margin:0;
}
.imgright {
	float:right;
	padding-left:20px;
	margin:0;
}
.imgright p {
	margin:0;
	padding:0;
	text-align:right;
}

.oneColFixCtrHdr #mainContent p.sponsortype {
	font-size: 115%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.oneColFixCtrHdr #mainContent p.subevents {
	padding-left: 35px;
	padding-right: 20px;
}

.oneColFixCtrHdr #mainContent table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
}

.cookteams {
	font-size: 90%;	
}

#songbox {
	clear:both;
	width: 50%;
	float:left;
}
#mapbox {
	width:50%;	
	float:left;
}
.clearfloaters {
	clear:both;
}


#homedates {
	font-size: 250%;
}
#photoloop {
	margin-left: 375px;	
	width: 400 px;
	height: 280px;
}
