* { margin: 0; padding: 0}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #a1dfdd;
}

#container {

	width: 920px;
	margin: 0 auto;
	background: #FFF
}

#header {
	background: url(img/header-children.jpg) no-repeat 500px 30px ; 
	padding-top: 30px;
	
}
#header h1 {
	width: 360px; 
	height: 107px;
	background: url(img/header-title.jpg) no-repeat 15px 0; 
	text-indent: -10000px;
	
}
#venue-info {
	background-color: #45b934;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;

	padding: 8px 0;
	padding-left: 25px;
}
#main-menu {
	background-color: #21bdb0;
	margin-top: 1px;
	overflow: auto; 
	width: auto;
}
#main-menu ul {
	padding-left: 25px;
}
#main-menu ul li {
	list-style: none;
	float: left; 
}
#main-menu a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	padding: 8px 4px;
	margin-right: 45px;
	font-weight: bold;
	
}

#main-menu a:hover {
	background-color: #ffff99;
	color: #2d9990;
}
#content-pane {
	padding-top: 10px;
	background: url(img/content-bg.jpg) repeat-y;
	overflow: auto;
	width: 100%;
	
}
#content-pane h2 {
	text-transform:uppercase;
	color: #2d9990;
	font-size: 1.8em;
	font-weight: bold;
}
#content-pane p {
	font-size: 1.2em;
	margin: 20px 0;
}
#content-pane a {
	color: #000099;
	font-weight: bold;
}
#sidebar {
	float: right;
	width: 175px;
}


#main-content {
	float: left; 
	width: 695px;
	padding-left: 25px;
}
#main-content img.img-style1 {
	padding: 2px;
	border: solid 1px #999999; 
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.img-pane-container {
	overflow: auto;
	
}
.img-pane {
width: 250px; float: left; 
margin-right: 15px;
}
.img-pane p {

margin-top: 0px !important;
}
#content-pane-sub-left {
float: left; width: 335px;
}
#content-pane-sub-right {
float: right; width: 335px;
}
#content-pane-sub h3 {
	background-color: #21bdb0;
	color: #fff;
	font-size: 1.3em;
	padding: 4px;
	margin-bottom: -10px;
	margin-top: 15px;
}
#content-pane ul {
	margin: 20px 0;
}
#content-pane ul li {
	margin-left: 25px;
	font-size: 1.2em;
}

#footer {
	border-top: solid 2px #53b949;
	padding-bottom: 45px; 
	font-size: 1.1em;
	text-align: center; 
	padding-top: 10px;
}








