@charset "utf-8";
/* CSS Document */
/* -----------DIV IDs---------- */ 
#wrap {
	margin-left: auto;
	margin-right: auto;
}
#leftCol {
	float:left;
	width: 200px;
	padding-left: 20px;
	padding-top: 80px;
}
#centerCol {
	float:left;
	width:500px;
	padding-left: 20px;
	padding-right:20px;
	text-align: center;
}
#rightCol {
	float:right;
	padding-top: 40px;
	width: 200px;

}
#florida {
	font-family: Century Gothic,Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 60px;
	background-image: url(imgs/Florida.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 173px;
}
#fltext {
	padding-right: 80px;
}
#mainContent {
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#toprule {
	clear: both;
}
#threecolwrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#onecol-l {
	width: 200px;
	float: left;
	top: 0px;
}
#onecol-c {
	width: 200px;
	float: left;
	top: 0px;
}
#onecol-r {
	width: 200px;
	float: right;
	top: 0px;
}
#infowrap {
	width: 800px;
}
#infos-l {
	float: left;
	padding-left: 20px;
	width: 300px;
}
#infos-r {
	float: right;
	padding-left: 20px;
	width: 450px;
}
#bottomnav {
	clear:both;
	padding-top: 10px;
}
#footer {
	clear:both;
	padding-top: 20px;
}


/* -----------CLASSES---------- */ 
.heading {
	font-size:24px;
	font-weight: bold;
	color: Yellow;
}
.quote {
	font-style: italic;
}
.subhead {
	font-weight: bold;
	color: Yellow;
	text-transform: uppercase;
}


/* -----------TAGS---------- */ 
body {
	font-family: Century Gothic,Verdana, Arial, Geneva, sans-serif;
	color: White;
	font-size: .8em;
	background-color: Black;
}
a:link {
	color: Yellow;
}
a:hover {
	color: Green;
}
a:visited {
	color: Yellow;
}
ul li {
	list-style: none;
}

