html {margin: 0; padding: 0;}
body {margin: 0; padding: 0; background: #303; font-family: Verdana, sans-serif; font-size: 12px; line-height: 1.5em;}
#topbar {margin: 0; padding: 0; background: #F93; position: absolute; z-index: 10; top: 0; left: 0; width: 100%;}
#topbar img {display: block; margin-left: 80px;}
#photo {position: absolute; z-index: 16; top: 50px; left: 0;}
#photo img {margin: 0; display: block;}
#nav {position: absolute; z-index: 6; left: 0px; top: 50px; height: 260; width: 100%; background: #FFF;}
#nav a.first {margin-top: 25px;}
#nav a {text-align: left; text-decoration: none; color: #636; display: block; line-height: 27px; padding-left: 400px;}
#nav a.current {background: #FC9; color: #c60;}
#nav a:hover {background: #F93; color: white;}

#content {margin: 0; padding: 0; position: absolute; top: 340px; left: 0px; background: #636; z-index: 5; height: 400px; width: 100%}
#content p {margin: 0; margin-left: 100px; width: 540px; background: transparent; color: #FFF;}
#content h1 {font-family: Times, serif; font-style: italic; font-weight: normal; font-size: 24px; line-height: 1.10em;  padding-top: 10px; padding-bottom: 10px; margin:4px 0 0 100px; color: #FC9;}
#content h2 {font-family: Verdana, sans-serif; font-size: 12px; background: #303; color: #F93; font-weight: normal; padding: 4px; margin: 0; text-align: center;}

#footer {position: absolute; left: 0; top: 310px; height: 40px; width: 100%; z-index: 20;}
#footer h5 {font-family: Verdana, sans-serif; font-size: 14px; background: #303; color: #F93; font-weight: normal; padding: 6px 0 6px 130px; margin: 0px;}

#credit {position: absolute; left: 0; top: 750px; width: 100%; z-index: 21;}
#credit h6 {font-family: Verdana, sans-serif; font-size: 10px; background: #303; color: #C9C; font-weight: normal; padding: 4px; margin: 0px; text-align: center;}
#credit h6 a:link {color: #FCF; text-decoration: none;}
#credit h6 a:hover {text-decoration: underline;}

#content a:link {
	color: #F93;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #F93;
}
#content a:hover {
	text-decoration: none;
	color: #F93;
}
#content a:active {
	text-decoration: underline;
	color: #F93;
}


