* {
padding: 0;
margin: 0;
border: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #003300;
}

#wrapper {
width: 800px;
height: 600px;
background-image:url(background.jpg);
margin-left: auto;
margin-right: auto;
position:relative;
}

h1 {
color: #6a8342;
font-size: 14px;
border-bottom: 1px solid black;
}

h2 {
color: #6a8342;
font-size: 14px;
}

#content {
	width: 398px;
	height: 329px;
	position:absolute;
	left: 47px;
	top: 171px;
}

p {
	font-size: 13px;
	color:#000000;
}

#services {
	width: 259px;
	height: 100px;
	position: absolute;
	left: 475px;
	top: 243px;
}

#appraisals {
	width: 287px;
	height: 100px;
	position: absolute;
	left: 475px;
	top: 407px;
}
#services ul {
	list-style-image: url(bullet_text.jpg);
	padding-left: 30px;
	padding-top: 10px;
	font-size: 13px;
}

#appraisals ul {
	list-style-image: url(bullet_text.jpg);
	padding-left: 30px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.2;
}
#wrapper #services li {
	line-height: 19px;
}

#wrapper #appraisals li {
	line-height: 19px;
}

#navlist {
list-style-image: url(bullet.jpg);
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	position: absolute;
	left: 7px;
	top: 147px;
	font-size: 12px;
	font-weight: bold;

}

#navlist li
{
	display: inline;
	list-style-image: url(bullet.jpg);
	border-right: 1px solid #e7e2ce;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #e7e2ce;
	text-decoration: none;
}

#navlist a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

#contact {
	width: 103px;
	font-family:Arial, Helvetica, sans-serif;
	color: #e7e2ce;
	position: absolute;
	font-weight: bold;
	left: 684px;
	top: 149px;
	font-size: 12px;
}

#home {
	position:absolute;
	width: 20px;
	height: 20px;
	color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 13px;
	top: 4px;
	font-weight: bold;
}
#wrapper #home a {
	color: #003300;
	text-decoration: none;
}
#wrapper #contact a {
	color: #e7e2ce;
	text-decoration: none;
}
#wrapper #content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #container form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 300px;
}
#wrapper #container input {
	border: 1px solid #000000;
}
#wrapper #container #address {
	border: 1px solid #000000;
	width: 300px;
	height: 80px;
}
#wrapper #container #Comments {
	border: 1px solid #000000;
	width: 300px;
	height: 80px;
}
#wrapper #container #comments {
	border: 1px solid #000000;
}
#footer {
	position: absolute;
	width : 620;
	left: 89px;
	bottom: 2px;
}

