body {
	font: 12px helvetica, "trebuchet ms", arial, sans-serif;
	letter-spacing: 1.5px;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

h1 {
	font: 2em "century gothic", helvetica, "trebuchet ms", arial, sans-serif;
	letter-spacing: 2px;
	word-spacing: 10px;
}

h2 {
	color: #960;
	font: 1.5em "century gothic", helvetica, "trebuchet ms", arial, sans-serif;
}

h3 {
	color: #000;
	font: 1.25em "century gothic", helvetica, "trebuchet ms", arial, sans-serif;
}

a:link {
	color: #960;
	text-decoration: none;
}

a:visited {
	color: #660;
	text-decoration: none;
}

a:hover, a:active{
	color: #fc0;
	background: #960;
}

#header {
	border-top-color: #960;
	border-top-width: 20px;
	border-top-style: solid;
	border-bottom-color: #960;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	text-align: center;
	background: #fc0;
}

#main {
	margin: 20px;
	
}

#footer {
	border-bottom-color: #960;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	text-align: right;
	padding: 5px;
	font-size: .75em;
	background: #fc0;
}