h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1contact.png) no-repeat left top;
    border: none;
}

#banner-contact {
	background-image: url(../images/banner-contact.jpg);
	background-position: left top;
	background-repeat: no-repeat;

}
.banner {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	background-image: url(../images/wrapperBG-contact.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height:600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bodytext {
	padding: 0px;
	margin-right: 280px;
	margin-top: 10px;
	margin-left: 0px;
	position: relative;
	z-index: 1;
}

#navigation {position: absolute;
	top: -210px;
	left: 350px;}
	


/*---------- 6. forms stuff ---------- */

input.txt {
	color: #fff;
	background-color: #e6b798;
	border: 1px solid #222222;
	width: 200px;
}

input.btn {
	}
form p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #222222;
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 25%;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #222222;
}
input:focus {
	background-color: #eee8e4;
	border: 1px solid #ba5312;
	color: #222222;
}
textarea:focus {
	background-color: #eee8e4;
	border: 1px solid #ba5312;
	color: #222222;
}
fieldset {
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 2px;
}.form {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 3px;
}
