body {
	background: url(img/backgrad.jpg) repeat-x #ddd;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #666;
}
#wrap {
	
	background: transparent;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	top: 1%;
	width: 800px;
}
#banner {
	background: url(img/bnr1.jpg) no-repeat;
	float: left;
	height: 149px;
	width: 800px;
}
#left {
	background-color: transparent;
	float: left;
	width: 250px;
}
#left img {
	border: 4px double #cdd3e0;
	margin: 5px 0 5px 0;
}
#right {
	background-color: #fff;
	float: left;
	width: 527px;
	margin: 0 0 10px 22px;
}
#menu-right {
	float: left;
	width: 525px;
	margin: 0;
}
#footer {
	border-top: 1px solid #cdd3e0;
	border-bottom: 1px solid #cdd3e0;
	clear: both;
	background: url(img/footer.jpg) no-repeat;
	margin: 5px 0 5px 0;
}
#footer p {
	color: #660000;
	margin: 5px 20px 5px 100px;
}
.bigimage {
	border: 4px double #cdd3e0;
}
.disclaimer {
	font-size: 10pt;
	font-style: italic;
	margin: 0 25px 0 25px;
}
.leftimg {
	border: 4px double #cdd3e0;
	float: left;
	margin: 5px 10px 5px 0;
}
.link {
	background-color: #cdd3e0;
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
.header {
	background-color: #cdd3e0;
	text-align: center;
}
.natchezms {
	font-size: 80%;
	float: right;
	margin: 0;
	text-decoration: none;
	color: #999;
	border: 1px solid #CCC;
	padding: 2px 3px 2px 3px;
}
h1 {
	color: #000066;
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	margin: 90px 10px 0 310px;
}
h2 {
	font-size: 12pt;
	margin: 8px 8px 0 15px;
}
h3 {
	color: #333366;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin: 5px 8px 5px 15px;
}
p {
	margin: 2px 20px 0 20px;
	line-height: 1.25em;
}
ul {
	color: #000066;
	line-height: 1.25em;
	list-style: none;
	margin: 3px 5px 0 20px;
}
a {
	color: #000099;
	font-style: italic;
	font-weight: bold;
	line-height: 1.25em;
	text-decoration: none;
}
a:hover {
	color: #6699cc;
	text-decoration: underline;
}