@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	background: #fff;
	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;
	background-color:#333;
}
#container {
	width: 780px;
	height:100%;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 3px solid #50b3cf;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#banner {
	width: 760px;
	height: 115px;
	background: #FDB913;
	padding: 10px;
	background-image:url(images/logo125h.jpg);
	background-repeat:no-repeat;
	background-position: 3px 3px;
	float: left;
	}
#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #000;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
}
#banner p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #E31937;
	text-align: right;
	padding-top: -10px;
	margin-top: -10px;
	padding-right: 15px;
}
#imageholder {
	width: 405px;
	height: 490px;
	background: #000;
	background-image: url(images/kids.jpg);
	background-repeat:no-repeat;
	float: left;
	}
#imageholder h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13pt;
	color: #FDB913;
	text-align: center;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
#maintext {
	width: 325px;
	background: #fff;
	float: left;
	padding: 30px 25px 85px 25px;
}
#maintext a {
	color: #E31937;
}
#widetext {
	width: 740px;
	background: #fff;
	float: left;
	padding: 30px 20px;
}
#widetext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
}
#widetext a {
	color: #E31937;
}
#footer {
	width: 760px;
	background-color: #666;
	clear: left;
	float: left;
	padding: 10px;
	margin-bottom:10px;
}
#footer p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 10px;
}
