/* Page Header/Title */
#content {
	background: #FFFFFF url("../images/bg_content.png") top repeat-x;
	width:800px;
	min-height:500px;
	margin:auto;
	padding:15px 25px 25px 25px;
	font-family:Arial;
	font-size:11px;
	z-index:1;
	position:relative;
	height:auto !important;
}

#submenu {
	float:left; 
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:10px;
	margin-bottom:20px;
	width:100%;
}

.submenu_item {
	margin: 0px 15px 0px 0px;
	text-align:center;
	font-weight:bold;
	float:left;
	font-family:Arial;
}

.submenu_item a {
	color: #9c060e;
	text-decoration:none;
}

.button {
	border:1px;
	padding:2px;
	background: #760605;
	color: #FFFFFF;
}

.fauxbutton {
	border:1px;
	padding:5px;
	background: #760605;
	color: #fff;
}

.fauxbutton a {
	text-decoration:none;
	color: #fff;
}

.pageTitle {
	font-size: 18pt;
	font-style:italic;
	font-family: Times New Roman;
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:20px;
	color:#c00000;
}

.listingdesc {
	font-size:10pt;
	vertical-align:top;
	padding-top:20px;
}

.addressPrice {
	font-weight:bold;
}

.listingimage {
	padding: 10px 15px 5px 0px;
	text-align:center;
}

.listingimage a {
	border:0px;
}

.listingimage img {
	margin-left:15px;
	border:0px;
	text-align:center;
}

.sold {
	color:red;
	font-weight:bold;
}

.viewDetailsButton {
	border:1px solid black;
	padding:0px;
	background: #760605;
	color: #FFFFFF;
	font-size:10px;
}