/* Realtor Stylesheet */



/* Column Right */

#columnright {
	float: right;
	width: 170px;
	margin-top: 50px;
	height: 630px;
	padding-right: 40px;
	background-color: #FFFFFF;
}

.realtorbox {
	width: 160px;
	float: right;
	margin-top: 45px;
}

.realtorlabel {
	width: 130px;
	text-align: center;
	margin-top: 10px;
	color: #000000;
	clear: right;
	float: right;
	line-height: 140%;
	margin-bottom: 10px;
	font-size: 90%;
}

.realtorpic {
	margin-left: 30px;
}

.photoborder {
	border: 1px solid #FFF;
}




/* Miscellaneous */


.spacerfix {
	clear: both;
	height: 2px;
	width: 30px;
}




/* Column Left */


#columnleft {
	width: 530px;
	margin-top: 1px;
	float: left;
	margin-left: 10px;
	background-color: #FFF;
	margin-bottom: 25px;
}

.main_heading {
	font-size: 200%;
	color: #FF0000;
	text-align: center;
	margin-top: 30px;
	padding-top: 20px;
}

.main_paragraph {
	font-size: 120%;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 30px;
	text-align: justify;
	line-height: 150%;
}

.column1 {
	width: 266px;
	float: left;
}

.column1_body {
	color: #333333;
	text-align: justify;
	line-height: 150%;
	font-size: 120%;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 30px;
}

.column2 {
	width: 256px;
	float: right;
}

.column2_body {
	color: #333333;
	text-align: justify;
	line-height: 150%;
	font-size: 120%;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 18px;
}

.columnpic {
	text-align: center;
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
}

#column_headings {
	font-size: 200%;
	color: #FF0000;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#column_headings a:link {
	text-decoration: none;
	color: #FF0000;
}

#column_headings a:visited {
	text-decoration: none;
	color: #FF0000;
}

