@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.8;
}

h1
{
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
	color: #dd7e18;
	font-size:22px;
	text-align:center;
}

.header
{
	width: 100%;
	height: 326px;
	background:url(../images/header.jpg) center top no-repeat;
}

.header .menu
{
	padding-top: 40px;
	height: 43px;
	width: 810px;
	margin:0 auto;
	font-size: 12px;
	text-align:center;
}

.menu a {color: #555; text-decoration:none;}
.menu a:hover {color: #222; font-weight:bold;}

.menu .home {float: left; height: 32px; width: 83px; padding-top: 11px;}
.menu .purpose {float: left; height: 32px; width: 165px; padding-top: 11px;}
.menu .grades {float: left; height: 32px; width: 142px; padding-top: 11px;}
.menu .types {float: left; height: 32px; width: 124px; padding-top: 11px;}
.menu .gallery {float: left; height: 32px; width: 89px; padding-top: 11px;}
.menu .contact {float: left; height: 32px; width: 98px; padding-top: 11px;}
.menu .location {float: left; height: 32px; width: 109px; padding-top: 11px;}

.main
{
	width: 100%;
	min-height: 250px;
	background:url(../images/main.jpg) center repeat-y;
}

.galleryimg
{
	float: left; margin: 10px; margin-top: 3px;
	border: 1px solid #444;
}

img
{
	border:0;
}

.img
{
	border: 2px solid #dd7e18;
	float: left;
	clear: both;
	margin: 0 auto;
	text-align:center;
}

fieldset
{
	width: 350px;
	margin-left: 60px;
}

.inner_main
{
	width: 780px;
	margin: 0 auto;
}

.inner_main .left
{
	float: left;
	width: 495px;
	padding: 15px;
	padding-top: 0;
}

.inner_main .right
{
	float:left;
	width: 240px;
	margin-left: 15px;
}

.spacer
{
	clear: both;
}

.footer
{
	width: 100%;
	height: 120px;
	background:url(../images/footer.jpg) center no-repeat;
}

.footer a
{
	color: #ccc; text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

.inner_footer
{
	margin: 0 auto;
	width: 800px;
	font-size: 11px;
	color: #ccc;
}

.copyright
{
	padding-top: 55px;
	float: left;
}

.credit
{
	float: right;
	padding-top: 55px;
	text-align:right;
}