body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(back.png);
	background-repeat: repeat-x;
	background-color: #B49859;
	margin-top: 20px;
}
A{
	color: #B49859;
	text-decoration: none;
}
A:hover {text-decoration: underline overline;}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #705E6C;
	text-align: center;
	background-color: #f5e7c2;
	border: 1px solid #000;
	width: 700px;
	height: 450px;
	position: relative;
	top: -3px;
	left: -3px;
}

.floatLeft {
	width: 770px;
	height: 100px;
	margin: 0px auto 0px auto;
	background-image: url(top1.png);
}
.floatsig {
	width: 500px;
	height: 100px;
	position : relative;
	top: -5px;
}
.floatbody {
	width: 730px;
	height: 505px;
	background-image: url(bot1.png);
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.floatnav {
	width: 100%;
	height: 75px;
	position : relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

li {
	list-style-image: url(bullet3.gif);
}

.floatimgleft { 
    float: left;
	padding-right: 5px;
	margin: 0px 10px 10px 0px;
	border-right: 1px solid #B49859;
}
.floatright { 
    float: right; 
    padding-left: 5px;
	margin: 0px 0px 10px 10px;
	border-left: 1px solid #B49859;
}

.floatrightx { 
    float: right;
	width: 200px;
	height: 500px;
    padding-left: 10px;
	margin: 0px 0px 10px 10px;
	border-left: 1px solid #B49859;
}

