body {
	background-color: #223110;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #fff;
}
.listings_heading {
	background-color: #999;
	border-top: 1px solid #333;
	vertical-align:middle;
	font-weight: bold;
}
.listings_body {
	background-color: #ccc;
}
#container {
	background-color: #223110;
	margin: auto;
	width: 700px;
	height: auto;
	border: 1px solid #65a125;
}
#header
	{
		height: 195px;
		width: 700px;
		background-image: url(media/images/header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
#agent_summary {
	height: auto;
	width: 700px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px; color: #d9d9d9;
}
.photo {
	float: right;
	margin: 0 0 5px 5px;
	padding: 4px;
	border: 1px solid #444;
}
.listings {
	float: left;
	padding: 4px;
	border: 1px solid #000000;
	margin: 0 5px 5px 5px;
}
input {
	border: 1px solid #333;
	text-indent: 4px;
	font-weight: lighter;
	vertical-align: middle;
	margin-top: 2px;
}
#leftside {
	float: left;
	width: 170px;
	height: auto;
	border-right: 1px solid #65a125;
}
#main_area {
	margin-left: 180px;
	height: auto;
	width: 500px;
}
#footer {
	clear: both;
	height: auto;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-indent: 180px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#menu a
{
display: block;
padding: 3px;
width: 160px;
background-color: #223110;
border-bottom: 1px solid #eee;
}
#menu a:link, #menulist a:visited
{
color: #EEE;
text-decoration: none;
}
#menu a:hover
{
background-color: #92df6c;
font-weight:bold;
color: #fff;
}

#links ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#links a
{
display: block;
padding: 3px;
width: 160px;
background-color: #223110;
border-bottom: 1px solid #eee;
}
#links a:link, #linkslist a:visited
{
color: #EEE;
text-decoration: none;
}
#links a:hover
{
background-color: #92df6c;
font-weight:bold;
color: #fff;
}

h1 {
	color: #dbdbdc;
	font-weight: bold;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-size: 14px;
	color: #dbdbdc;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 3px;
}

a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}

.contact_form {
    width: auto;
    background: #006666;
	margin: 5px 10px;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 2px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset p {
	background: #223110;
	font-weight: bold;
	margin: 5px 0;
	padding: 4px 0;
}

label {
    display: block;
    float: left;
    width: 150px;
	text-align: right;
}

fieldset span {
	width: 200px;
	margin-left: 1px;
	font-weight: bold;
}

input {
	border: 1px solid #638AB3;
	padding: 2px;
	margin-left: 3px;
}

select {
	padding: 1px;
	width: 205px;
	margin-left: 3px;
	border: 1px solid #638ab3;
}

.text {
	width: 200px;
}

textarea {
	padding: 2px;
    width: 200px;
    height: 60px;
	margin-left: 3px;
	border: 1px solid #638ab3;
}

.submit {
	float: left;
	width: 206px;
	border: 1px solid #638ab3;
	margin-left: 5px;
	text-align: center;
}