 .content_container {
	background:white; 
	padding:10px 18px; 
	width:657px; 
	min-height:600px;
	position:relative;
	margin-bottom:20px;
 }
 
#large {
	width:908px; 
}

.column {
	float:left;
	width:305px;
	padding-right:20px;
	}
	


/*---------AGENT PROFILES----------*/
.profile_panel {
	position:relative;
	height:105px;
	margin-bottom:20px;
	
	}

.profile_thumb {
	float:left;
	clear:left;
	width:70px;
	height:105px;
	padding:3px;
	border:1px solid #cccccc;
	}
	
.profile_txt {
	position:relative;
	margin-left:100px;
	}
	
/*--------PROPERTY DETAIL PAGE----------*/
.box {
	position:relative;
	width:310px;
	_width:300px;
	height:90px;
	border:1px solid #898989;
	}

#view-sold {
	background: url(/images/sold_full.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	float:left;
	width:134px;
	height:119px;
}

#view-sold a {
	width:134px;
	height:119px;
	float:left;
}

#view-leased {
	background: url(/images/leased_full.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	float:left;
	width:134px;
	height:119px;
}

#view-leased a {
	width:134px;
	height:119px;
	float:left;
}

#view-StatusExtra {
	position:absolute;
	left:0;
	top:0;
	float:left;
	width:134px;
	height:119px;
}

#view-StatusExtra a {
	width:134px;
	height:119px;
	float:left;
}