body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:  url(http://www.fairviewparkpreschool.org/graphics/bg_body.jpg);
	background-color: #DFE6F9;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 759px;
}
#container #header {
	display: block;
	height: 275px;
	width: 757px;
	background-image:  url(http://www.fairviewparkpreschool.org/graphics/bg_header3.jpg);
	background-repeat: no-repeat;
	position: relative;
/*	left: -1px;*/
}
#container > #header {
	position: relative;
	left: 0px;
}
#container #header a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 757px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#container #header h1 {
	display: none;
}
#container #header h2 {
	display: none;
}
#nav {
	position: relative;
	left: 36px;
	width: 143px;
	border-top: 1px solid #C8DC7D;
	list-style-type: none;
	float: left;
}
#container > #nav {
	left: 36px;
}
#nav ul {
	width: 143px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	border-bottom: 1px solid #C8DC7D;
	display: block;
}
#nav a {
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 6px 0 0 10px;
}
#nav a:link, #nav a:visited {
}
#nav a:hover, #nav a:active {
	background-color: #EBF4CE;
	border-left: 1px solid #C8DC7D;
	border-right: 1px solid #C8DC7D;
}

#main {
	width: 515px;
	float: right;
	position: relative;
	right: 40px;
	top: -30px;
}
#main h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #E1EEB8;
	margin-top: 20px;
}
#main h2 {
	font-size: 16px;
	font-weight: bold;
}
#main h3 {
	font-size: 14px;
	font-weight: bold;
}
#main p {
	font-size: 12px;
}
#main ul, #main ol {
}
#main a:link, #main a:visited {
	color: #86B623;
	text-decoration: none;
	border-bottom: dotted 1px;
}
#main a:hover, #main a:active {
	color: #F99653;
	text-decoration: none;
	border-bottom: solid 1px;
}

#footer {
	margin: 35px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #FAC69F;
}
#footer p {
	font-size: 11px !important;
	color: #666666;
	padding: 0 10px 4px;
	margin: 0;
}
