@import url("reset.css");

body {
	font-family: "century gothic", helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 10px auto 0;
	padding: 185px 0 0 0;
	background: url('../images/splash-tiles.jpg') no-repeat top left;
}

#content {
	width: 400px;
	height: 235px;
	margin: 0 auto;
}

h1 {
	width: 400px;
	height: 90px;
	background: url('../images/splash-header.gif') no-repeat top left;
	text-indent: -99999px;
}

ul {
	float: right;
	list-style: none;
	margin-right: 12px;
}

li {
	margin: 5px 0;
	text-align: right;
}

a {
	text-decoration: none;
	font-size: 130%;
}

a:link {
	color: #8c8a6f;
}
a:visited {
	color: #8c8a6f;
}
a:hover {
	color: #000000;
}

.note {
	width: 780px;
	text-align: left;
	margin: 190px 0 0 10px;
	line-height: 1.2em;
}

.note a {
	font-size: 100%;
}

.note span, .note span a {
	font-size: 85%;
}

