body {
	background-color: #F2F2D5;
}
#wrap {
	position: absolute;
	width: 900px;
	height: 100%;
	background-color: #F2F2D5;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -450px;
	background-image: url(img/wrap.jpg);
	background-repeat: no-repeat;
}
#cardfiller {
	position: relative;
	top: 310px;
	left: 170px;
	width: 455px;
}
#nav {
	float: left;
	width: 595px;
	margin: 330px 0 4px 37px;
	border: 5px solid #fcfcf5;
	background-color: #F2F2D5;
	padding: 5px 0 5px 0;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	float: left;
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	font-weight: normal;
	color: #666633;
	background-image: url(img/navslant.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav #nav-1 a {
	padding-left: 20px;
}
#nav a:hover {
	color: #000;
	background-image: url(img/navhover.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#content-1 {
	float: left;
	width: 595px;
	margin: 0 0 0 37px;
	border: 5px solid #fcfcf5;
	background-color: #F2F2D5;
	padding: 0;
}
#sidebar {
	float: left;
	width: 215px;
	margin: 80px 0 0 10px;
	border: 2px solid white;
	background-color: transparent;
}
#sidebar p {
	font-family: times, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 1.25em;
}
#footer {
	clear: both;
	width: 595px;
	margin: 10px 0 5px 37px;
	border: 5px solid #fcfcf5;
	background-color: #F2F2D5;
}
#footer p {
	font-size: 80%;
	color: #999;
	border: 1px solid #c6c6b3;
	margin: 3px;
	padding: 2px;
}
h1 {
	font-family: verdana;
	font-size: 12pt;
	color: #666;
	margin: 5px 0 2px 10px;
}
h2 {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	color: #666;
	margin: 0 0 2px 10px;
}
h3 {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #666;
	margin: 0 0 2px 10px;
}
p {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 0 10px 7px 10px;
	line-height: 1.25em;
}
ul {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 0 10px 7px 20px;
}
.leftimg {
	float: left;
	margin: 3px 5px 3px 2px;
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
}
.natchezms {
	font-size: 85%;
	margin: 10px 0 0 260px;
	color: #999;
}
.rightimg {
	float: right;
	margin: 0 2px 3px 3px;
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
}