body, html {
	padding: 0px;
	margin: 0px;
	background: #fff;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div.header {
	border-top: 4px solid #008000;
}

div.container {
	width: 800px;
	margin: 0px auto;
}

div.title {
	margin-top: 20px;
	text-align: center;
}

div.title h1 {
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 80px;
	color: #00B800;
	text-shadow: #666 1px 1px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

div.title h2 {
	padding: 10px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 10px;
	border-bottom: 1px solid #ccc;
}

div.colophon {
	margin-top: 25px;
	font-family: courier, serif;
	color: #666;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	padding-bottom: 35px;
}

ul {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	list-style: none;
}

li {
	display: inline;
	padding-right: 14px;
}

li.first {
	font-size: 24px;
}

li.second {
	font-size: 18px;
}

li.third {
	font-size: 14px;
}

a, a:link {
	text-decoration: none;
	color: #00AE00;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0BA900;
}

div.contact {
	padding: 10px;
}

div.contact a, div.contact a:link {
	color: #666;
}

div.contact a:hover {
	color: #00AE00;
}