body {
	margin: 10px 0 0 50px;
	padding: 0;
	background-image: url(img/whitepink.gif);
	background-repeat: repeat;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	width: 800;
	height: 384; 
	border-bottom: 1px solid #FFCCCC;
}
#header-text {
	background-color: transparent;
	position: absolute;
	top: 305;
	left: 100;
	width: 700;
}
#side1 {
	position: absolute;
	top: 394;
	left: 50;
	width: 266px;
	height: 1000px;
	margin: 0 0 0 0;
	background-image: url(img/back1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F9E5E5;
	border: 1px solid #CC9999;
	z-index: 3;
}
#side2 {
	position: absolute;
	top: 394;
	left: 317;
	width: 266px;
	height: 1000px;
	margin: 0 0 0 0;
	background-image: url(img/back2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFCC;
	border-top: 1px solid #CC6666;
}
#side3 {
	position: absolute;
	top: 394;
	left: 583;
	width: 266px;
	height: 1000px;
	margin: 0 0 0 0;
	background-image: url(img/back3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ECE7FC;
	border: 1px solid #660066;
}
#footer {
	position: absolute;
	top: 1384;
	left: 50;
	width: 800px;
	background-color: #CCCCCC;
	border-top: 1px solid #B1B1B1;
	z-index: 13;
}
#footer p {
	padding-left: 1em;
}
h1 {
	font: 120% times new roman, serif;
	color: #666666;
	margin-left: 5px;
}
h2 {
	font: 110% times new roman, serif;
	color: #666666;
	margin: 3px 0 0 5px;
}
h3 {
	font: 100% times new roman, serif;
	color: #666666;
	margin-left: 5px;
}
p {
	font-family: times new roman, serif;
	font-size: 12pt;
	color: #666666;
	margin: 0 10px 0 10px;
	line-height: 1.1em;
}
p:first-letter {
	font-size: 16pt;
	color: #333;
	padding: 0 0 0 0.1em;
	vertical-align: top;
}
ul {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin-left: 20px;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #999999;
	background-color: #FFF;
}
.center {
	margin: 20px 0 2px 2px;
}
.clear {
	clear: both;
}
.firstline {
	font-size: 16pt;
}
.natchezms {
	font-size: 80%;
	float: right;
	margin: 5px 10px 0 0;
	text-decoration: none;
	color: #666;
	border: 1px solid #666;
	padding: 2px 3px 2px 3px;
}