body {
	margin-top: 30px;
	padding: 0;
	font: 100.01%/120% Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #4f6814;
}

#outerHeader {
	margin: 0 auto;
}

#header {
	min-height: 350px;
	width: 900px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
	background-color: #333;
}

#header1 {
	min-height: 170px;
	width: 900px;
	margin: 0 auto;
	background: url(../images/header1.jpg) no-repeat;
	background-color: #333;
}

#outerContent {
	min-height: 300px;
 }

#contentWrapper {
	width: 900px;
	margin: 0 auto;
	font-size: 90%;
	padding-bottom: 10px;
	background: url(../images/background.jpg) repeat;
}

#content {
	width: 680px;
	margin: 0 auto 0 210px;
}

#content img {
	border: 1px solid #000;
}

#content1 {
	width: 900px;
	margin: 0 auto 0 0px;
}

#leftcol {
	width: 200px;
	float: left;
	padding-top: 25px;
}

#outerFooter {
	clear: both;
	margin: 0 auto;
}

#listings {
	position: relative;
	width: 850px;
	margin: 0 25px 0 25px;
}

/********** top menu ******************/

#topmenu {
	width: 900px;
    margin-left: auto;
    margin-right: auto;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
    text-align: center;
	letter-spacing: 2px;
}

#topmenu a:link {
	text-decoration: none;
	color: #5a2918;
}

#topmenu a:visited {
	text-decoration: none;
	color: #5a2918;
}

#topmenu a:active {
	text-decoration: none;
	color: #5a2918;
}

#topmenu a:hover {
	text-decoration: none;
	color: red;
}

/********** text elements ******************/

h1 {
	font: normal 220% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #5a2918;
}

h2 {
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	color: #5a2918;
}

h3 {
	font: normal 170% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #5a2918;
	margin-top: 40px;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

.left {
	float: left;
	margin: 5px 8px 0 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/********* Side Navigation ********************/

#leftcol a {
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

#leftcol a:link {
	text-decoration: none;
	color: #5a2918;
}

#leftcol a:visited {
	text-decoration: none;
	color: #5a2918;
}

#leftcol a:active {
	text-decoration: none;
	color: #5a2918;
}

#leftcol a:hover {
	text-decoration: none;
	color: red;
}

#leftcol p {
	margin-top: 50px;
	margin-left: 10px; 
	line-height: 100%; 
}
/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 143px;
}

 #outerContent {
	height: 300px;
}
/**/

/********** county menu ******************/

#countymenu {
	width: 850px;
    margin-left: auto;
    margin-right: auto;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
    text-align: center;
	letter-spacing: 2px;
}

#countymenu a:link {
	text-decoration: none;
	color: #5a2918;
}

#countymenu a:visited {
	text-decoration: none;
	color: #5a2918;
}

#countymenu a:active {
	text-decoration: none;
	color: #5a2918;
}

#countymenu a:hover {
	text-decoration: none;
	color: red;
}


