@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFF;
}

#container {
	float: left;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	background-color: #FFF;
}

#head {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	max-height: 250px;
	max-width: 800px;
	overflow: hidden;
	clip: rect(0px,800px,250px,0px);
	float: left;

}

#content {
	width: 800px;
}

#nav {
	font-family: "Helvetica Neue";
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #000;
	background-color: #CCC;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#nav a:hover {
	color: #FFF;
}

#foot {
	background-color: #000;
	font-family: "Helvetica Neue";
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}

.float {
	float: left;
	width: 800px;
	margin-left: 50px;
}

.home {
	height: 1195px;
	background-image: url(images/provcont.jpg);
	float: left;
	margin-left: 50px;
}

.contact {
	height: 450px;
	background:url(images/bgcontact.jpg);
	float: left;
	margin-top: 5px;
	margin-left: 50px;
}

#sendecho {
}

h2 {
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
}

#textarea {
	text-align: left;
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 25px;
	width: 450px;
	margin-top: 25px;
	margin-left: 175px;
}
#submitbutton {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 25px;
}
.form {
	width: 450px;
	margin-top: 25px;
	margin-left: 175px;
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}
.formlabel {
	width: 100px;
	float: left;
}

.formfield {
	width: 450px;
	margin-left: 175px;
	font-family: "Helvetica Neue";
	line-height: 25px;
	font-size: 12px;
	text-align: right;
}
#navfield {
	height: 100px;
	width: 800px;
	display: block;
	position: fixed;
}
