/* CSS Document */



body {

	background-color: #CCA57C;

	/*background-color: #A5AA78; */

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	color: #333333;

	margin-top:0px;

	background-position: center;

	background-image: url(images/bg.gif);

}

.back{

background-color: #A5AA78;

width:684px;

}



#container {

	

	width: 648px;

	background-color:#FFFFFF;

	margin: 0px;

	padding: 0px;

}

#main {

	height: auto;

	width: 590px;

	background-color:#FFFFFF;

	text-align: left;

	margin: 0px;

	padding: 18px 0px;

}

#mainestimate {

	height: auto;

	width: 300px;

	background-color:#FFFFFF;

	text-align: left;

	padding-top: 10px;

}

#footer {

	color: #A5AA78;

	text-align: center;

	font-weight: 500;

	padding: 10px 10px 18px;

	width: 590px;

}

#main a:active, #main a:visited, #main a {

	text-decoration: none;

	color: #A5AA78;

}

#main a:hover {

	background-color: #EBEBEB;

	color: #8B915B;

}

#footer a:active, #footer a:visited, #footer a {

	text-decoration: none;

	color: #A5AA78;

}

#footer a:hover {

	background-color: #EBEBEB;

	color: #8B915B;

}

#imgmap a:hover {

background-color: #999999;

}

#leftform {

	float: left;

	width: 200px;

}

#ff input, #ff textarea {

	font-family: Helvetica, Geneva, Arial, sans-serif;

	font-size: 12px;

	color:#000000;

	width:300px;

}

#ff input:focus, #ff textarea:focus {

background-color:#F5F7F0;

}