body {
	background-image: url(/images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
.headerbg {
	background-image: url(/images/headerbg.gif);
	background-repeat: no-repeat;
}
.contentbg {
	background-image: url(/images/contentbg.gif);
	background-repeat: repeat-y;
}
.footer {
	font-size: 11px;
	color: #987a1a;
	padding-right: 5px;
	padding-top: 3px;
}
.footer a{
	color: #987a1a;
}
.navigation {
	color: #8d0b1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}
.navigation a{
	color: #8d0b1d;
}
.dreamhome {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.links {
	padding-left: 31px;
	padding-bottom: 25px;
}
.blackdivider {
	background-color: #000000;
	width: 1px;
}
.contact {
	font-size: 11px;
	color: #efefef;
	padding-right: 20px;
	padding-top: 9px;
}
h1 {
	font-size: 18px;
	color: #8D0B1D;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #8D0B1D;
	font-weight: bold;
	margin: 0px;
}
.addressprice {
	font-weight: bold;
}



.contact a{
	color: #efefef;
}
.content {
	font-size: 13px;
	color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 25px;
}
.content a{
	text-decoration:none;
	}

a{
	color: #8d0b1d;
}
.error{ color: red; font-weight: bolder; }
.success{ color: #006400; font-weight: bolder; }
.required{ color: red; font-weight: bolder; }
