@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/layoutPorch_01.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	background-color: #FFFFFF;
}
#mainContent  {
	background: #FFFFFF;
	float: left;
	width: 956px;
	margin-bottom: 40px;
}
#mainContent #flash {
	float: left;
	width: 582px;
}
#mainContent #contact {
	float: right;
}
#text .style3 img {
	float: right;
	margin-left: 10px;
}

#contact #text {
	padding-left: 20px;
	text-align: justify;
	width: 335px;
}
#contact #conBox {
	background-image: url(../images/layoutPorch_08.jpg);
	width: 355px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	background-repeat: no-repeat;
}
#conBox #conForm {
	margin-top: 50px;
	float: left;
	padding-left: 50px;
}

#mainContent #greetings {
	float: left;
	width: 582px;
	text-align: justify;
	margin-top: 20px;
	height: 275px;
}
#greetings .style2 {
	padding-left: 20px;
}

#mainContent #ECL {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	width: 335px;
	height: 275px;
}
#ECL .style2 #smallPic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

#mainContent #owner {
	float: left;
	width: 582px;
}
#owner .style2 {
	padding-left: 20px;
	text-align: justify;
}

#mainContent #price {
	float: left;
	width: 335px;
	padding-left: 20px;
}
#price .style2 a {
	color: #8F6C56;
	text-decoration: none;
}
#owner .style2 a {
	text-decoration: none;
	color: #8F6C56;
}



#footer  {
	background-color: #FFFFFF;
	float: left;
	clear: both;
	margin-bottom: 40px;
}
#footer #copy {
	float: left;
	width: 800px;
}
#footer #copy a {
	color: #8F6C56;
	text-decoration: none;
}

