body {
	background: repeat-y url(images/interface/background.png) #343E55;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 960px;
	display: table;
}



#side {
	width: 120px;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#side_keys {
	background: no-repeat url(images/interface/side_keys.jpg);
	width: 120px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}
#side_buttons {
	background: repeat-y url(images/interface/side_background.png);
	width: 105px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-left: 15px solid #343E55;	
}
#side_buttons a img {
	width: 105px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main {
	background-color: #FFFFFF;
	width: 840px;
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	left: 0px;
	top:0px;
}
#header {
	width: 840px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#logo {
	background: no-repeat url(images/interface/top_logo.png);
	width: 220px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	top: 22px;
	left: 18px;
	position: relative;
	float: left;
}
#locations {
	background: repeat-y url(images/interface/top_locations_background.png);
	width: 475px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	position: relative;
	float: right;
}
#locations_title {
	background: no-repeat url(images/interface/top_locations_title.png);
	width: 475px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	top: 20px;
	position: relative;
}
.locations_text {
	color: #333333;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	line-height: 14px;
	height: 16px;
	margin: 0px;
	padding: 0px;	
	padding-left: 22px;
	top: 28px;
	right: 18px;
	float: right;
	position: relative;
}
#date {
	background: #61739C;
	width: 840px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#date div {
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 8px;
	right: 18px;
	position: relative;
	float: right;
}
#account_info {
	color: #CCCCCC;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 48px;
	left: 12px;
	position: relative;
	clear: left;
	float: left;
}
#account_info a{
	color: #CCCCCC;
	text-decoration: none;
}
#middle_content {
	width: 555px;
	height: 30px;
	margin: 0px;
	padding: 30px 45px 30px 45px;
	float: left;
	display: table;
}
#side_content {
	width: 175px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	margin-top: 30px;
	float: right;
	display: block;
}
#side_content .content {
	padding: 6px;
	padding-left: 28px;
	padding-right: 28px;
	width: 119px;
	background-color: #495778;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#side_content .end {
	padding-bottom: 20px;
}
#side_content span {
	cursor: pointer;
}

#listing_banner {
	background: no-repeat url(images/interface/main_box_listings.jpg);
	width: 555px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	position: inherit;
	display: table;
	cursor: pointer;
}
#listing_banner img {
	width: 100px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	top: 23px;
	left: 18px;
	position: relative;
	float: left;
}
#listing_banner_title {
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 16px;
	width: 380px;
	margin: 0px;
	padding: 0px;	
	top: 28px;
	left: 34px;
	position: relative;
}
#listing_banner_text {
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	height: 16px;
	margin: 0px;
	padding: 0px;	
	top: 42px;
	left: 34px;
	position: relative;
}
.listing_banner_city {
	font-weight: bold;
	padding-right: 10px;
}
.listing_banner_price {
	color: #84C326;
	font-weight: bold;
}
#footer {
	clear: both;
	padding-left: 120px;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
	position: static;
	bottom: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}

h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #495778;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 20px;
}
h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 16px;
}
.page_display {
	padding: 0px;
	margin: 0x;
	border: 0px;	
}
.page_display p {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
.page_display ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}
.page_display li {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	list-style: square;
}
.page_display a {
	color: #83C326;
	text-decoration: none;
	font-weight: bold;
}

.box-content {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	vertical-align: top;
}
.box-cell {
	vertical-align: top;
	padding: 0px;
}

td,a,p,div {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} 
img {
	border: none;
}