@charset "UTF-8";
body {
	background-color: #6eb7d4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
}
div {
	margin: 0px;
	padding: 0px;
}
a {
	color: #666;
}
#wrapper {
	margin: auto;
	width: 708px;
	position: relative;
}
#header {
	background-image: url(../artwork/header-site.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
}
#content {
	background-color: #FFF;
	position: relative;
	background-image: url(../artwork/background_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6eb7d4;
}
#content h1 {
	font-weight: normal;
	color: #0033cc;
	text-align: center;
	font-size: 2.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#content p {
	font-size: 2.2em;
	padding: 0px;
	line-height: 30px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
	text-align: center;
}
#letter {
	background-color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#letter .border {
	background-color: #FCF;
	margin: auto;
	width: 58%;
	padding: 8px;
	border: 1px solid #999;
}
#letter #drheidi {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#letter p {
	font-size: 1.8em;
	padding: 0px;
	line-height: 30px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
}
#bottom {
	background-image: url(../artwork/background_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 65px;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 29px;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.highlight {
	color: #0033cc;
	font-size: 24px;
}
.center-text {
	text-align: center;
}
.single-space {
	line-height: normal;
}
.underline {
	text-decoration: underline;
	cursor: pointer;
}

