body {
	margin: 0; padding: 0;
	background: #fff;
	font: 12px/1.5em tahoma, arial, sans-serif;
}

div, p, h1, h2 {
	margin: 0; padding: 0;
}

#header {
	position: relative;
	width: 662px; height: 59px;
	background: #fff url("../images/header_bg.gif") repeat-x; 
}

h1 {
	width: 662px; height: 59px;
	text-indent: -5000px; 
	font-size: 1%; line-height: 1%;
	background: #fff url("../images/logo.gif") no-repeat;
}

#nav {
	position: relative;
	width: 662px; height: 38px;
	background: #aaa;
}

#nav span {
	display: none;
}

#nav p {
	position: relative;
	width: 605px; height: 26px;
	padding-left: 44px;
	background: #510;
}

#nav a, #nav a:visited {
	display: block; float: left;
	margin: 0; padding: 0 14px;
	height: 26px;
	line-height: 2.05em;
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	background: #833;
}

#nav #current {
	background: #b73;
}

#nav #overlay {
	position: absolute; 
	left: 44px; bottom: 0;
	height: 12px; width: 256px;
	background: #ddd url("../images/shadow.gif") top repeat-x;
}

#verbiage a, #verbiage a:visited, #footer a, #footer a:visited {
	color: #722;
}

#verbiage a:hover, #footer a:hover {
	text-decoration: none;
}

#verbiage p {
	margin: 0 13px 17px 13px;
	font-size: 12px;
}

#verbiage em {
	border-bottom: 1px #000 solid;
	margin-right: 1px;
}

#photo p {
	position: absolute;
	bottom: 0; right: 0;
	color: #444;
}

#photo span, #footer span {
	padding: 0 4px;
	color: #888;
}

#footer {
	width: 606px; height: 40px;
	padding-left: 56px;
	padding-top: 5px;
	border-top: 5px #510 solid;
}