body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

body {
  background-color: #eee;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}

.home {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -320px 0 0 -470px;
}

.footer {
    color: #aaa;
    font-size: 8pt;
    margin-top: 1px;
    padding-bottom: 18px;
	width: 930px;
}

.bio {
    float: left;
    width: 800px;
}

.photo {
    float: right;
	text-align: right;
    width: 130px;
}

.photo a { 
	color: #aaa;
	text-decoration: none;
}

.photo a:hover {
	color: #a07171;
	text-decoration: underline;
}

.splash {
    background-image: url('img/splash.jpg');
    width: 930px; height:620px;
}

.nav A {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Georgia, serif;
    font-size: 24px;
    color: #ddd;
    text-decoration: none;
    padding: 5px 8px;
}

.nav {
    position: absolute;
    width: 233px; height: 40px;
    background-color: #000;
}

.nav1 {
    left: 78px; top: 212px;
}

.nav2 {
    left: 176px; top: 258px;
}

.nav3 {
    left: 142px; top: 303px;
}

.nav4 {
    left: 110px; top: 362px;
}

.nav5 {
    left: 26px; top: 411px;
}

