@charset "UTF-8";
/* CSS Document */

.link a {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold}
.link a:hover {color:#842222; text-decoration: none;}

body {
	background-image:url(images/background_pattern.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#01376f;
	text-align:center;
}
#wrapper {
width:922px;
position:relative;
margin: 0px auto -1px auto;
padding-bottom:20px;
}
#header {
position:relative;
width:922px;
}
#nav {
position:relative;
width:922px;
height:50px;
}

#content_left {
float:left;
width:51px;
}
#content_main {
background-image:url(images/repeat.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-top:30px;
}
#content_right {
float:right;
	width:51px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
width:922px;
height:51px;
}
.bodycopy{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:1.3em;
}
.redheadline{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#842222;
line-height:1.3em;
}
.bodycopy_big_bold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#000000;
line-height:1.3em;
}
.bodycopy_bold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#000000;
line-height:1.3em;
}
.recentlysoldtext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
line-height:1.5em;
}
.testimonial{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:1.3em;
margin-left:20px;
margin-right:20px;
}



