/* CSS Document */


body 
{
	background: url(../images/bg_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d3c4a7;
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;	
}


h1
{	background-color: #525252; 
	color: #E4E4E4; 
	font-family: Tahoma;
	font-size: 20px
}



h2
{	font-size: 13px;
	font-family: Tahoma;
	color:#626262;
}

h3
{	font-size: 13px;
	font-family: Tahoma;
}

.footer_background 
{	
	background: url(../images/bg_bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.footer_link
{
	color: #d2cbbb;
	text-decoration: none;
}
.footer_link a:link
{
	color: #d2cbbb;
	text-decoration: none;
}
.footer_link a:visited
{
	color: #d2cbbb;
	text-decoration: none;
}
.footer_link a:active
{
	color: #d2cbbb;
	text-decoration: none;
}
.footer_link a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.footer_text
{
	color: #4b3b32;
}
.testimonial_link
{
	color: #3d3027;
	text-decoration: none;
}
.testimonial_link a:link
{
	color: #3d3027;
	text-decoration: none;
}
.testimonial_link a:visited
{
	color: #3d3027;
	text-decoration: none;
}
.testimonial_link a:active
{
	color: #3d3027;
	text-decoration: none;
}
.testimonial_link a:hover
{
	color: #ce0000;
	text-decoration: none;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
