@import url(/styles/base.css);

body {
	text-align: center;
}

#Header { margin: 20% auto; margin-bottom: 0;}
#Header h1 { margin: 0; text-align: center;}
#Header h1 a {
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 100px;
	background: transparent url(/images/rotarians_logotype.png) 0px 0px no-repeat;
	margin: 0px auto;
	border: none;
	padding: 0;
	overflow: hidden;
}

#Navigation {}

#Navigation a {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#Navigation a.selected {
	border-bottom: 1px solid #000;
}
