﻿body
{
	font-family:  Palatino Linotype, Book Antiqua3, Palatino6, serif;
	margin: auto;
	height: 100%;
	padding: 0px;
	text-align: center;
}

div
{
	margin: 0px;
	padding: 0px;
}

#mainWrapper
{
	background: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	border: solid 1px black;
	margin: auto;
	width: 800px;
}

#banner
{
	background: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 97px;
	padding-top: 246px;
	width: 800px;
}

#commPhoto
{
	border: solid 6px #5F8D6E;
	float: right;
	height: 100px;
	width: 100px;
}

#defaultNav
{
	background: #5F8D6E;
	float: right;
	height: 23px;
	width: 670px;
	margin-top: 51px;
}

#defaultNav a
{
	display: inline-block;
	color: White;	
	font-weight: 400;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#defaultNav a: hover
{
	text-decoration: underline;
}

#defaultContent
{
	color: #132C1B;
	margin: 30px 30px 10px 30px;
	text-align: left;
}

/* secondary pages */
#secBanner
{
	background: url(images/secBanner.jpg);
	background-repeat: no-repeat;
	padding-top: 247px;
	width: 800px;
}

#secNav
{
	background: #5F8D6E;
	width: 99.5%;
}

#secNav a
{
	display: inline-block;
	color: White;
	font-weight: 500;
	height: 23px;
	margin: 0 12px 0 12px;
	text-decoration: none;
}

#content
{
	color: #132C1B;
	margin: 5px 30px 10px 30px;
	text-align: left;
}

#content a
{
	color: Gray;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}
