strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6, #menu li, dt {
	font-family: tahoma, sans-serif;
	font-weight: normal;
	line-height: 1em;
}

h1 {
	font-size: 200%;
	color: white;
}

h2 {
	font-size: 125%;
	margin-bottom: 2.5em;
}

h3 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 2em;
	text-align: center;
}

h4 {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

p {
	margin-bottom: 1em;
	margin-top: 1em;
}

body {
	width: 100%;
	margin: 0;
}

#all {
}

#fingers {
	border: solid black 1px;
	background: white;
	padding: 7px;
}

#fingers {
	position: absolute;
	left: 30px;
	top: 80px;
}

#banner {
	background: url('banner.jpg');
	height: 100px;
	color: white;
	
	position: relative;
}

#names h1 {
	border-top: solid white 1px;
	border-bottom: solid white 1px;
    margin: 4px 0;
}

#names {
	background: #321;
	padding: 0.25em 0;
}

h1, h2 {
	text-align: right;
	padding: 0.5em 0.25em;
}

h1 {
	padding-left: 260px;
}

.column {
	float: left;
}

#footer {
	clear: both;
}

#menu {
	height: 100%;
	width: 198px;
	background: #ed9;
}

#menu ul {
	padding-top: 100px;
	width: 198px;
}

#menu li {
	text-align: right;
	padding: 0.25em 0.5em 0.5em;
	list-style-type: none;
	margin-left: 0;
}

#menu li a {
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	color: black;
}

#menu li.current {
	background: #321;
	overflow: hidden;
}

#menu li.current a {
	width: 100%;
	float: left;
	color: white;
	text-decoration: none;
}

#body {
	width: 100%;
}

#body td {
	vertical-align: top;
	text-align: left;
}

#body #left-spacer {
	width: 38px;
}

#body #right-spacer {
	width: 30px;
}

dt {
	font-weight: bold;
	font-size: 80%;
}

dd {
	margin-left: 2.5em;
	margin-bottom: 1em;
}

#mapsearch {
	float: right;
	width: 365px;
}

ul li {
	list-style-type: disc;
	margin-left: 2.5em;
}