
/* Layout Stylesheet */ 

body 
{
	background-image: url(images/head02.gif);
	margin: 0px;
	color: #333333;
	text-align:center;
	padding:0; 
	font-family: arial;
	font-size: 0.7em;
	width: 100%;
}

#container 
{
	text-align:left;
	border: 0px solid #000000;
	height: auto;
}

#header 
{
	height:100px;
	background-image: url(images/floridaSky2.jpg);
	background-repeat: no-repeat;
	color: #333333;
}
 
#header img
{
	margin: 10px 10px 10px 35px;
}

#topdivider 
{
	height: 0px;
	background:#c0c0c0;
	color: #333333;
	border: solid #000000;	
	border-width: 0px;
}

#bodyblock 
{
	width: auto;
	height: auto;
}

#leftcolumn 
{
	text-align: center;
	width: 200px;
	position: absolute;
	top: 100px;
	left: 0px;
}
 
div#content
{
	padding: 0px 10px 0px 0px;
	margin-left: 200px;
}

#footer {
display: none;
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width: 0px;
 margin: 0px;
 }