body {
	font-size: 16px;
	color: #4f4f50;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #92aa3c;
}
.clear {clear: both;}
img {border: 0;}
a {color: #54448f;	text-decoration: none;}
a:hover {text-decoration: underline;}

#container-wrap {
	width: 952px;
	margin: 20px auto 10px auto;
	padding-bottom: 1px;
	background: url(images/bottom-shadow.png) no-repeat bottom left;
}
#container { width: inherit; background: url(images/side-shadow.png) repeat-y top right; margin-bottom: 7px;}
#container-inner {width: 900px; padding: 20px 26px 10px 26px; background: #fff; }
#header {
	width: 952px;
	height: 238px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#header h2{
	text-indent: -9999px
}

#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	list-style-type: none;
	font-size: 19px;
	height: 36px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: block;
	position: relative;
	line-height: 35px;
}

#nav ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#nav li{
	display: inline;
	margin-right: 48px;
	margin-left: 48px;
}

#nav li.first{
	color: #FFF;
}

#nav li.second a{
	color: #e5ab42;
}


#nav li.third a{
	color: #92aa3c;
}

#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 0px;
	padding-bottom: 1px;
}


#content-inner {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-top: 30px;
}


#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}

#footer a{
	color: #FFF;
}

#footer-links {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-top: 45px;
	color: #FFF;
}

h1 {
	font-size: 30px;
	font-weight: lighter;
}

h2 {
	font-size: 24px;
	font-weight: lighter;
}

.purple {
	color: #54448f;
}

.quote {
	color: #71883e;
	font-size: 16px;
}

.quote-small {
	color: #71883e;
	font-size: 12px;
}
