﻿html
{
	background: #000080;
	color: #000000;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #36369b;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	color: #9c9edb;
}

img
{
	border: 0;
}

#Page
{
	background: #ffffdb;
	border-right: 5px outset #000040;
	border-bottom: 5px outset #000040;
	margin: 0 auto;
	padding: 10px 0;
	width: 740px;
}

#Header h1
{
	background: transparent url("../images/Header3.jpg") no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 620px;
	height: 160px;
}

#Header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#Content
{
	margin: 25px;
}

#Body
{
	float: right;
	margin-top: 1em;
	position: relative;
	width: 530px;
}

#Body h1
{
	font-size: 16pt;
}

#Body h2
{
	font-size: 13pt;
}

#Navigation
{
	margin-top: 1em;
	width: 130px;
}

#Navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Navigation li
{
	margin-bottom: 3px;
}

#Navigation li a
{
	display: block;
	width: 125px;
	height: 25px;
}

#Navigation li a span
{
	display: none;
}

#Navigation .Home a
{
	background: transparent url("../images/buttons/Home.png") no-repeat;
}

#Navigation .Homes a
{
	background: transparent url("../images/buttons/Homes.png") no-repeat;
}

#Navigation .CurrentListings a
{
	background: transparent url("../images/buttons/CurrentListings.png") no-repeat;
}

#Navigation .AcreageAndLots a
{
	background: transparent url("../images/buttons/AcreageAndLots.png") no-repeat;
}

#Navigation .GolfCourseAndLots a
{
	background: transparent url("../images/buttons/GolfCourseAndLots.png") no-repeat;
}

#Navigation .Commercial a
{
	background: transparent url("../images/buttons/Commercial.png") no-repeat;
}

#Navigation .LocalInfo a
{
	background: transparent url("../images/buttons/LocalInfo.png") no-repeat;
}

#Navigation .Contact a
{
	background: transparent url("../images/buttons/Contact.png") no-repeat;
}

#Footer
{
	clear: right;
}