#bodycontainer {
	position: absolute;
	top: 166px;
	width: 873px;
	left: 50%;
	margin: 0px 0px 0px -434px;
}

#body {
	background-image: url(../images/home-menubg.gif);
	background-repeat: no-repeat;
	background-color: white;
	border: 3px solid #c6a683;
	border-top: 0px;
	margin-bottom: 20px;
	width: 867px;
}

#homemenu {
	z-index: 5;
	position: absolute;
	width: 867px;
	height: 228px;
}

#homemenu div.menucol1 {
	position: absolute;
	left: 48px;
	top: 17px;
}

#homemenu div.menucol2 {
	position: absolute;
	left: 296px;
	top: 17px;
}

#homemenu ul {
	margin: 0px;
	padding: 0px;
}

#homemenu ul li {
	list-style-type: none;
	height: 30px;
	width: 180px;
	overflow: hidden;
}

#homemenu ul li a {
	display: block;
	margin: 0px;
	height: 30px;
	width: 180px;
	padding-top: 60px;
}

#homemenu ul li.about a:hover {
	background-image: url(../images/homemenu-about.gif);
	height: 1%;
}

#homemenu ul li.why a:hover {
	background-image: url(../images/homemenu-why.gif);
	height: 1%;
}

#homemenu ul li.map a:hover {
	background-image: url(../images/homemenu-map.gif);
	height: 1%;
}

#homemenu ul li.list a:hover {
	background-image: url(../images/homemenu-list.gif);
	height: 1%;
}

#homemenu ul li.events a:hover {
	background-image: url(../images/homemenu-events.gif);
	height: 1%;
}

#homemenu ul li.contact a:hover {
	background-image: url(../images/homemenu-contact.gif);
	height: 1%;
}

#rightcol {
	float: right;
	margin-top: 24px;
	margin-bottom: 10px;
	position: relative;
	z-index: 6;
	width: 352px;
	padding-left: 15px;
}

#rightcol #featuredschool {
	width: 321px;
	height: 321px;
	border: 3px solid #c0a181;
	background-color: white;
	margin-left: 2px;
}

#rightcol #map {
	margin-top: 15px;
}

#content {
	z-index: 1;
	margin: 0px 20px;
	padding-top: 200px;
	position: relative;
	line-height: 1.9em;
}

#content p {
	margin: 0px;
	padding:  10px 0px;
}

#footer {
	clear: both;
	color: #1e4181;
	font-weight: bold;
	font-size: 75%;
	margin: 10px 20px;
}
