#menu {
	display: none;
}
#header h1 a {
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted black;
	display: block;
}

#content form label {
	line-height: 1.2em;
	display:block;
	color: #391513;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}
#content form input[type=text] {
	border:0px;
	width: 600px;
	padding-left: 50px;
}
#content form textarea {
	border:0px;
	width: 600px;
	height: 100px;
}
