/********CSS FOR BETSYMATTHEWS.COM********/

* {
	margin:0;
	padding:0;
	border:0;
	}

body {
	color:#2E3092;
	font-size:12px;
	line-height:1.5em;
	font-family: "Trebuchet MS";
	background: url('http://www.betsymatthews.com/images/bk_wrapper.gif') repeat;
	}

p {
	margin-bottom:15px;
	color:#243A6C;
	}

h1 {
	color:#C91118;
	font-size:23px;
	margin:15px 0 10px 0;
	text-align:center;
	}

h2 {
	color:#C91118;
	margin:15px 0 5px 0;
	font-size: 18px;
	}
	
h3 {
	color:#C91118;
	font-size:13px;
	}

a:link, a:visited {color:#C91118;}

a:hover {
	background-color: #C91118;
	color:#fff;
	text-decoration:none;
	}

small {
	color:#fff;
	font-size:10px;
	text-align:center;
	display:block;
	}
	
/********ID'S********/
	
#wrapper {
	margin: 15px auto 0 auto;
	padding:0 20px 5px 20px;
	width:752px;
	background: url('http://www.betsymatthews.com/images/bk_body.jpg') no-repeat;
	background-color:#fff;
	overflow:hidden;
	}

#mainContent {
	float:left;
	width:477px;
	margin-top:200px;
	margin-bottom:0;
	}

	#mainContent img {
	float:left;
	border: solid 1px #243A6C;
	padding:3px;
	margin: 5px 10px 10px 0px;
		}
	
#subContent {
	float:right;
	width:255px;
	margin:250px 0px 0 0;
	border-left:1px solid #243A6C;
	padding:0 0px 0px 10px;
	}
		
	#subContent img {
		margin:0px auto;
		display:block;
		}

	#subContent h2 {
		color:#C91118;
		margin-bottom:10px;
		font-size: 14px;
		text-align:center;
		}

#properties {margin-top:200px;}
	
#footer {
	background: url('http://www.betsymatthews.com/images/bk_footer.jpg') no-repeat bottom;
	height:8px;
	margin:0px auto 10px auto;
	_margin:-20px auto 10px auto;
	color:#fff;
	font-size:24px;
	width:792px;
	}
	
	
/********CLASS'S*********/

.floatL {
	float:left;
	margin:0px 10px 15px 0;
	}

.floatR {
	float:right;
	margin: 0px 0px 15px 10px;
	}
	
.date {
	color:#243A6C;
	font-size:10px;
	}

.searchButton a{
	background: url('../../../images/button_searchproperties.gif') no-repeat top left;
	width:470px;
	height:65px;
	display:block;
	text-indent:-3000px;
	}

	.searchButton a:hover {
		background: url('../../../images/hover_searchproperties.gif') no-repeat top left;
		}

.dotLine {
	border-bottom: dotted 1px #243A6C;
	}

.clear {clear:both;}

.bigRed {
	font-size:30px;
	color: #BA1118;
	}

.border {
	border:solid 1px #243A6C;
	}