/* CSS Document */
body {
	background: #CAB096;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 28px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
}
.page {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	
	border: 0px dashed red;
}
.header {
	height: 60px;
	border: 0px dashed blue;
	width: 1003px;
}
.searchform {
	position: absolute;
	top: 100px;
	left: 110px;
	width: 430px;
	height: 140px;
	border: 0px dashed red;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.searchform input {
	font-size: 11px;
}
.searchform select {
	font-size: 11px;
}
.header .home {
	display: block;
	width:80px;
	height:60px;
	float:left;
	background: url(images/home.gif);
}
.header .selling {
	display: block;
	width:180px;
	height:60px;
	float:left;
	background: url(images/selling.gif);
}
.header .mortgages {
	display: block;
	width:121px;
	height:60px;
	float:left;
	background: url(images/mortgages.gif);
}
.header .contact {
	display: block;
	width:97px;
	height:60px;
	float:left;
	background: url(images/contact.gif);
}
.header .home:hover {
	background: url(images/home_hov.gif);
}
.header .selling:hover {
	background: url(images/selling_hov.gif);
}
.header .mortgages:hover {
	background: url(images/mortgages_hov.gif);
}
.header .contact:hover {
	background: url(images/contact_hov.gif);
}
a:link, a:visited {
	color: #993300;
}
a:hover {
	color: #CC3300;
}
#bluelink {
	color:#BFD5E6;
}
#bluelink:hover {
	color:#66BBFF;
}

