/*** HEADER IMAGE ***/
#header_image {
	border: 0px solid #FFF; 
	width: 1000px; 
	height: 326px;
	border-top: 2px solid #ED8100;
	border-bottom: 2px solid #ED8100;
}
/*** COLUMN WRAPPER ***/
#column_wrapper {
	border: 0px solid #f00; 
	width: 1000px;	
	background-color: #000;
	overflow: hidden;
}

/*** CENTER COLUMN ***/
#center_column {
	border: 0px solid #FFF; 
	width: 480px; 
	_width: 448px; 
	float: left; 
	margin: 20px;	
}
#center_column h1 {
	font-size: 30px;
	color: #ED8100;
	font-weight: normal;
	margin-top: 0;
}
#center_column h2 {
	font-size: 20px;
	color: #ED8100;
	font-weight: normal;
}
#center_column p {
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#center_column a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#center_column a:hover {
	font-size: 14px;
	color: #ED8100;
	text-decoration: underline;
}
/*** RIGHT COLUMN ***/
#right_column {
	border: 0px solid #FFF; 
	width: 215px; 
	float: left; 
	margin: 20px 25px 20px 0px;	
}
.right_column_header_bg {
	background: url(../holding_images/box_header_bg.jpg) no-repeat;
	width: 215px;
	height: 40px;
	margin-top: 0px;
}
.right_column_featured_text {
	background: url(../holding_images/box_footer_bg.jpg) no-repeat;
	width: 215px;
	height: 80px;
	margin-top: -3px;
}
.right_column_featured_property_image {
	border: 5px solid #FFF;
}
#right_column h2 {
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}
#right_column p {
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin-top: 0;
}
