body {
	background: #404040;
	margin: 0;
	padding: 0;
	font: .8em "Helvetica Neue","Lucida Grande",Arial,Sans-serif;
	color: #fff;
	text-align: center;
}
img {
	border: none;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#contact {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	text-align: left;	
}

h1 {
	background: url('img/wwd.jpg') no-repeat center top;	
	width: 428px;
	height: 317px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

h1 span {
	display: none;
}

#navigate {
	margin: 70px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#navigate li {
	display: inline;
	padding: 0 20px;
}
#navigate li a {
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	lineheight: 30px;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


fieldset {
	border: none;
}
legend {
display: block;
width: 500px;
height: 60px;
margin-bottom: 20px;
background: url('img/logo.gif') no-repeat center top;
}
legend span {
display:none;
}
input {
	display: block;
	margin: 5px 0;
}
label {
	display: block;
	margin: 10px 0 5px;
	font-weight: bold;
	color: #ccc;
}
#errors {
	background: #999;
	margin: 0 20px;
	padding: 10px;
	border: 1px solid #fff;
	font-weight: bold;
	color: #000;
}
#send {
	float: right;
}
.long {
	width: 100%;
	border: 1px solid #999;	
	font-size: 1.3em;
	color: #666;
}
.req {
	color: #FD7801;
}
.tiny {
	font-size: 90%;
	font-weight: normal;
}
#sent {
	line-height: 1.6em;
}
#contact a{
 font-weight: bold;
 color: #eee;
 text-decoration: none;
 display: block;
 text-align: right;
}

#note {
color: #777;
font-size: 90%;
}
#note p {
margin: 0;
padding: 0;
}