body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	padding: 0;
	margin: 0;
}

p {
	margin: 8px;
}
#header {
	margin-bottom: 0;
	padding-bottom: 0;
}
#main {
	margin: 0;
	padding: 0;
}
#menu {
	float: left;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	width: 237px;
	margin-top: -5px;
	padding-top: 0;
	padding-bottom: 10px;
}
#menu img {
	border: 0;
}

#menu a {
	color: #336633;
}
#menu a:hover {
	color: #336633;
}

#menu a:link {
	color: #336633;
}
#menu a:visited {
	color: #336633;
}
#content {
	margin-left: 240px;
	margin-top: 0;
	padding-top: 0;
	padding-right: 15px;
	background-image: url(../img/main_background.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 565px;
}
#content h1 {
	color: #003300;
	margin-bottom: 8px;
	font-size: 23px;
	text-align: center;
}
#content p {
	margin-top: 7px;
	margin-bottom: 7px;
}
#content h4 {
	margin-bottom: 0;
}
#footer {
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #339933;
}

.header_link {
	border: 3px double blue;
	font-size: 13px;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.header_link a {
	color: black;
}

#age_groups {
	display: none;
	text-align: center;
	font-size: 1.25em;
}
#developmental {
	display: none;
	text-align: center;
	font-size: 1.25em;
}
#health {
	display: none;
	text-align: center;
	font-size: 1.25em;
}
#food_program {
	display: none;
	text-align: center;
	font-size: 1.25em;
}