@charset "UTF-8";
body  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	letter-spacing: 0.03em;

}
#container { 
	width: 900px;  	background: #FFFFFF;
	margin: 5px auto 0;	text-align: left; } 
#header { 
	background: #fff url(../images/index-logo.jpg);
		border: 2px solid #91a414;
	height: 130px;
} 

#adult_header {	background: #fff url(../images/adult-logo.jpg); 

	border: 2px solid #ec7b37;
	height: 130px;
}

#children_header {
	background: #fff url(../images/children-logo.jpg); 
	border: 2px solid #91a414;
	height: 130px;
}


.orange {
	color: #ec7b37;
}

.green  {
	color: #91a414;
}

.boldgreen {
	color: #91a414;
	font-weight: bold;
}

.boldorange {
	color: #ec7b37;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1em;
	margin-bottom: 10px;
}



.head img {
	float: left;
}


#sidebar1 {
	float: left; 	width: 200px; 
	background: #fff; 
	padding: 15px 10px;
}
#mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page */
	padding: 20px 20px 0;

	 } 
#footer { 
	padding: 0 10px 0 20px; 
	background:#fff; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; }
.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;
}



img {
	border: 1px solid #d5d5d5;
	padding: 2px;
}


.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;
}

ul {
	margin-left: 15px;
}
