body {
	font-size: 12px;
	font-family: arial,verdana, tahoma, Arial;
	color: black;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-color: #8B836F;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url("images/bg1.jpg");		
	
}

textarea.contact {
	width: 100%;
	height: 150px;
	border: 1px solid #7cb1d2;
	background-color: #e6f4fd;
}
input.contact {
	width: 100%;
	border: 1px solid #7cb1d2;
	background-color: #e6f4fd;
}


a:visited {
	color: #EE7126; text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #EE7126; text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #EE7126; text-decoration: underline;
	font-weight: bold;
}
.footer {
	border-top: 1px solid #D8D4CA
}