body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #35752d;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 285px;
	float: left;
}

#wrapper {
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
}

#welcome {
	margin: 0px;
	padding-top: 15px;
	background-image: url('images/welcome.gif');
	background-repeat: no-repeat;
	width: 586px;
	height: 38px;
}

.welcome {
	font-family: Century;
	font-size: 11px;
	color: #a0d49a;
	padding-top: 2px;
}

hr {
  border : 0;
  height : 16px;
  background : url(images/hr.gif) 0 0 no-repeat;
  margin : 1em 0;
}

#navigationHeader {
	background-image: url('images/navigation.gif');
	background-repeat: no-repeat;
	width: 226px;
	height: 41px;
	padding-left: 25px;
        margin-top: 65px;
}

#leftnav {
	float: left;
	margin: 0px;
	padding-left: 25px;
	text-align: left;
}

#usercpheader {
	background-image: url('images/usercp.gif');
	background-repeat: no-repeat;
	padding-left:  25px;
	width: 226px;
	height: 38px;
}

#mainContent {
	margin-top: 25px;
	font-family: century;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	
}

#aboutHeader {
	background-image: url('images/about.gif');
	background-repeat: no-repeat;
    margin: 0px;
	width: 381px;
	height: 34px;
}
#listingsHeader {
	background-image: url('images/currentListings.gif');
	background-repeat: no-repeat;
    margin: 0px;
    text-align: center;
	width: 381px;
	height: 49px;
}



A:link {text-decoration: none; font-family: century; font-size: 16px; color: #ffffff;}
A:visited {text-decoration: none; font-family: century; font-size: 16px; color: #ffffff;}
A:active {text-decoration: none; font-family: century; font-size: 16px; color: #a0d49a;}
A:hover {text-decoration: overline underline; font-family: century; font-size: 16px; color: #a0d49a;}