body {
	background-image:url(images/contactbg.jpg);
	background-repeat:no-repeat;
	background-position: 400px 160px;
}

img.header {
	float: left;
	position: absolute;
	top: 10px;
	left: 400px;
}

p.quote {
	position: absolute;
	top: 130px;
	left: 30px;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 20px;
	padding-bottom: 1em;
	width: 340px;
	text-align: justify;
	font-size: small;
	font-style: italic;
}

p.quote span{
	position: absolute;
	bottom: -8px;
	right: 20px;
	text-align: right;
	font-style: normal;
}

ul.contact {
	list-style-type: none;
	padding:  0;
	margin:  0;
	clear: both;
	position: absolute;
	top: 230px;
	left: 30px;
	width: 300px;
}

.contact li {
	display: block;
	text-align: left;
	margin-top: 3px;
	float: left;
	width: 425px;
}

.contact input, textarea {
	background: #002B5E;
	color: #96A8B4;
	border:  1px solid #004080;
	font-family: Arial, Helvetica, sans-serif;
}

.contact textarea {
	width: auto;
}

.contact label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: inside;
}

.contact span {
	float: right;
}

p.more {
	position: absolute;
	top: 300px;
	left: 180px;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	font-size: large;
	text-decoration: underline;
}

p.email {
	position: absolute;
	top: 300px;
	left: 100px;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	font-size: large;
	text-decoration: underline;
}
