
body {
	background-color: #e9f8ff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000;
}
.listings_heading {
	background-color: #6d7fb4;
	border-top: 1px solid #333;
	vertical-align:middle;
	font-weight: bold;
}
.listings_body {
	background-color: #dce4fb;
}
#container {
	background-color: #fff;
	margin: auto;
	width: 700px;
	height: auto;
	border: 0px solid #444;
}
#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: #000;
}
.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 #fee8e1;
}
#main_area {
	margin-left: 180px;
	height: auto;
	width: 500px;
}
#footer {
	clear: both;
	height: auto;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #ccc;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#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: #fff;
border-bottom: 1px solid #fee8e1;
}
#menu a:link, #menulist a:visited
{
color: #34477d;
text-decoration: none;
}
#menu a:hover
{
background-color: #34477d;
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: #fff;
border-bottom: 1px solid #fee8e1;
}
#links a:link, #linkslist a:visited
{
color: #34477d;
text-decoration: none;
}
#links a:hover
{
background-color: #34477d;
color: #fff;
}

h1 {
	color: #666;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-size: 14px;
	color: #666;
	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;
}