
/* CSS Document */

body {
	background-color: #660000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}


#header {
	position:absolute;
	top:125px;
	left:0px;
	width:100%;
	text-align:center;
	height:30px;
	padding: 10px 0px;
	background-color:#CCCC99;
	border-top: solid 2px #AFAE80;
	border-bottom: solid 2px #AFAE80;
	z-index:500;
}

#subheader {
	position:absolute;
	top:178px;
	left:0px;
	width:100%;
	text-align:center;
	padding: 10px 0px;
	font-size:17px;
}

#body {
	background-color:#c8e6e3;
	background-image:url(images/background_slice.png);
	background-repeat:repeat-x;
	background-position:top;
	width:800px;
	margin:auto;
	border: solid 2px #AFAE80;
}


a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000033;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#florida {
	float:right;
	z-index:10;
}


#maintext {
	float:left;
	width:430px;
	margin:110px 5px 0px 45px;
	font-size:12px;
}

#alvie {
	float:right;
}

#footer {
	text-align:center;
	width:850px;
	margin:auto;
	color:#FFFFFF;
}

.address {
	margin:0px;
	font-size:12px;
}

.strongred {
	font-weight:bold;
	color:#660000;
}

p {
	margin: 12px 0px 0px 0px;
}

ul {
margin: 0px 15px;
padding: 0px 25px;
}

ul li {
padding: 0px 10px;
}

.clear {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}