#wrapper {
	font: 14px Arial, Helvetica, sans-serif;
	margin: auto;
	width: 800px;
}
#wrapper #nameplate {
	color: #926F37;
	font: normal 80px Georgia, "Times New Roman", Times, serif;
	margin: auto auto 10px;
	border-bottom: 1px solid #926F37;
	width: 800px;
	letter-spacing: 15px;
}
#wrapper #footer {
	border-top: 1px solid #926F37;
	padding: 10px;
}
#wrapper #footer a {
	color: #9D0A0E;
	text-decoration: none;
}
#wrapper #footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
