#main {
	text-align: center;
	background-image:url(media/home.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header {
	text-align: center;
}

#header h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 0.3em;
	line-height: 30px;
	margin: 0px 0px 24px;
	padding: 0px;
	font-variant: small-caps;
}

#homeaddy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 24px;
	margin-top: 24px;
}
#main a {
	font-weight: bold;
	text-decoration: none;
	color: #8E6333;
}
#main a:hover {
	text-decoration: underline;
	color: #000000;
}
#main img {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main p {
	margin-top: 0px;
	padding-top: 0px;
}
#main h1 {
	margin-top: 24px;
}

