body {
	width: 100%;
	margin: 0 auto 0 auto;
}

#content {
	width: 750px;
	margin: 0 auto 0 auto;
	color:#000;
}


.right {
	float: right;
	margin:0 0 10px 20px;
	}
	
.left {
	float: left;
	margin:0 30px 10px 0;
}


.panorama  {
	padding: 0;
	margin: 0 auto;
}

.superlative  {
	width:650px;
}

#listings_box  {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10 0 10 0;
	text-align: center;
	background-color: #CCCCCC;
	border: thin;
	border-color: #333333;
	display: block;
	line-height: 2em;
}

#map_box  {
	width: 300px;
	height: 277px;
	float: left;
	margin: 0 auto 0 auto;
	border: thin;
	border-color: #333333;
	display: block;
}

h1.title  {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

h2 {
	font-size: 16px;
	color: #3366FF
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color:#000000;
}

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

.clear {clear:both}
