#body {
	border:  0px;
	margin:  0px;
	padding: 10px 0px 0px 0px;
	width:   770px;
	height:  325px;
	background-image:  url("../images/listingsbg.jpg");
	background-repeat: no-repeat;
	float: left;
}

#leftBody {
	border:  0px;
	margin:  0px;
	padding: 0px 0px 0px 5px;
	width:   50%;
	float: left;
}

		#leftBody h1 {
			border:  0px;
			margin:  0px 0px 15px 0px;
			padding: 0px;
			font-size:   18px;
			font-weight: bold;
			color:       #b51745;
		}

		#leftBody ul {
			border:  0px;
			margin:  0px 5px 0px 12px;
			padding: 0px;
			list-style-type: none;
			float: left;
		}

			#leftBody ul li {
				border:  0px;
				margin:  0px 0px 8px 0px;
				padding: 0px;
			}

		#leftBody a {
			border:  0px;
			margin:  0px;
			padding: 0px;
			text-decoration: none;
			font-family:     times;
			font-size:       14px;
			font-weight:     bold;
			color:           #b51745;
		}

		#leftBody a:hover {
			border:  0px;
			margin:  0px;
			padding: 0px;
			text-decoration: none;
			color:           #6a6b5b;
		}


#rightBody {
	border:  0px;
	margin:  0px;
	padding: 0px;
	width:   49%;
	position: relative;
	float: left;
}

		#rightBody a {
			border:  0px;
			margin:  0px;
			padding: 0px;
			text-decoration: none;
			font-family:     times;
			font-size:       14px;
			color:           #ffffff;
			position: absolute;
			z-index: 1;
		}

		#rightBody a:hover {
			text-decoration: none;
			color: #fbfc9f;
		}

		#button {
			border:  0px;
			margin:  0px;
			padding: 0px;
			width:  160px;
			height: 26px;
			position: absolute;
			right:    10px;
		}

		#photo {
			border:  3px solid #b51745;
			margin:  0px;
			padding: 0px;
			width:   276px;
			height:  169px;
			position: absolute;
			top:      33px;
			right:    10px;
		}

