*{
	margin: 0;
	padding: 0;
}

body{
	background: #1A191A;
	font-family: Futura, "Lucida Grande", Arial, serif;
	color: #FFFEEC;
	text-rendering: optimizeLegibility;
}

a{
	color: #FFFEEC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
	position: relative;
	top: 1px;
}

h1{
	text-indent: -9999em;
	background: url(/images/pendleton-and-cross.jpg) no-repeat #FFFEEC center top;
	display: block;
	width: 100%;
	height: 156px;
}

h2{
	margin: 2em 0 0.4em 0;
	font-weight: normal;
}

#wrapper{
	width: 856px;
	margin: 2em auto;
	text-align: center;
}