body {
	background: #E8D9B1;
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
}
img {
	border: none;
}
a {
color: #502A22;
}
#container {
	margin: 0 auto;
	width: 743px;
	background: url(../images/common/background.png) left repeat-y #C1AD71;
	text-align: left;
}

#logo {
	display: block;
	margin: 0 auto;
	width: 210px;
	padding: 50px 0;
}
#leftcol {
	float: left;
	width: 223px;
	background: url(../images/common/nav-back.jpg) 0px 250px no-repeat;
}
#header {
	margin: 0 -20px;
}
#body {
	margin-left: 223px;
	padding: 0 20px 30px 20px;
	min-height: 750px;
}
* html #body {
	margin-left: 0px;
	float: left;
	height: 700px;
	width: 450px;
}
h1 {
	color: #84764C;
	margin: 1em 0;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	margin: 0 0 1em 0;
	color: #84764C;
}
/* Nav Styles */
#nav {
	list-style: none;
	margin: 70px 0;
	padding: 0 0px 0 0px;
	text-align: center;
}
#nav li {
	padding: 8px 0;
}
#nav a {
	margin: 0 35px;
	padding: 0 0 2px 0;
	display: block;
}
#links_nav {
	padding: 0 0 8px 0 !important;
}
#nav li:hover, #nav li.hover {
	position: relative;
}
#nav a:hover, #nav li:hover a {
	padding-bottom: 0px;
	border-bottom: 2px solid #E0D3AE;
}
#donate_nav {
	margin: 20px -15px 0 -15px;
}
#donate_nav a:hover, #donate_nav:hover a {
	border: 0 !important;
}
#home #home_nav, #about #about_nav, #achievements #achievements_nav, #gift #gift_nav, #store #store_nav, #people #people_nav, #contact #contact_nav, #links #links_nav {
	background-image: url(../images/nav/caret.png);
	background-repeat: no-repeat;
}
#home_nav { background-position: 150px 20px; }
#about_nav { background-position: 165px 25px; }
#achievements_nav { background-position: 165px 15px; }
#gift_nav { background-position: 188px 25px; }
#store_nav { background-position: 150px 15px; }
#people_nav { background-position: 180px 20px; }
#contact_nav { background-position: 170px 15px; }
#links_nav { background-position: 150px 20px; }
#nav ul {
	display: none;
	position: absolute;
	left: 188px;
	top: 18px;
	list-style: none;
	margin: 0;
	padding: 3px;
	background: #E0D3AE;
	z-index: 100;
}
* html #nav ul {
	left: 75px;
}
#nav li:hover ul, #nav li.hover ul {
	display: block;
}
#nav ul li {
	margin: 0;
	padding: 0;
	z-index: 100;
	width: 120px;
}
#nav ul a {
	color: #948556;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: block;
	padding: 3px 0 !important;
	background: none !important;
	border: none !important;
	font-size: 14px;
	text-align: left;
}
#nav ul a:hover {
	background: none;
	color:#324B64;
	border: none;
}
#about_nav ul {
	top: 0;
}
#people_nav ul {
	top: 30px;
}
/* End Nav Styles */
#footer {
	text-align: center;
	color: #4D4F74;
	clear: both;
}
#footer a {
	color: #4D4F74;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.header {
	margin-bottom: 2em;
}
.left_inset, .right_inset {
	padding: 6px;
	border: 1px solid #84764C;
}
.right_inset {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}