html {
	text-align: center;
	background-color: #DE783E;
	font: 11px Trebuchet, Arial, AkzidenzGrotesk;
	color: white;
	font-weight:bold;
}

#logo img {
	margin-top: 50px;
	margin-bottom: 50px;
	text-decoration: none;
	border: none;
}

p {
	color: #423604;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 17px;
	font-weight:bold;
}

h1 {
	font: 11px Trebuchet, Arial, AkzidenzGrotesk;
	text-decoration: none;
	color: white;
	font-weight:bold;
}

#line {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#mailto {
	font: 11px Trebuchet, Arial, AkzidenzGrotesk;
	text-decoration: none;
	color: white;
	font-weight:bold;
}

#mailto a {
	font: 11px Trebuchet, Arial, AkzidenzGrotesk;
	text-decoration: none;
	color: white;
	font-weight:bold;
}

#mailto a:hover {
	text-decoration: none;
	color: #423604;
	font-weight:bold;
}

a {
	text-decoration: none;
	color: #423604;
	font-weight:bold;
}


#content {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}




