body {
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 12px;
background-color: white;
color: #666;
}

div#content {
position: relative;
width: 900px;
margin-right: auto;
margin-left: auto;
}

div#navigation {
width: 900px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
margin-bottom: 3px;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: right;
background-color: white;
color: #06c;
}

div#idfooter{
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: black;
color: white;
}

div#navigation a.nav {
padding: 0 10px 0 10px;
}

a.nav:link {
color: #936;
text-decoration: none;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
}

a.nav:visited {
color: #936;
text-decoration: none;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
}

a.nav:hover {
color: #936;
text-decoration: underline;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
}

a.nav:active {
color: #936;
text-decoration: underline;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
}


div.aboutBio {
position: absolute;
top: 70px;
left: 5px;
width: 439px;
height: 520px;
overflow: auto;
color: black;
}

div.aboutBio p {
padding: 0 5px 0 5px;
}
 
div.aboutBio h1 {
margin: 3px 5px 0 5px;
font-size: 16px;
border-bottom: 2px solid black;
color: black;
}

div.verticalPhoto {
position: absolute;
top: 55px;
left: 5px;
width: 495px;
overflow: auto;
color: black;
}

div.verticalPhoto p {
padding: 0 5px 0 5px;
}
 
div.verticalPhoto h1 {
margin: 3px 5px 0 5px;
font-size: 16px;
border-bottom: 2px solid black;
color: black;
}

.bottomlinks {
font-family: Verdana;
font-size: 11px;
margin: 3px 0 5px 0;
padding: 0;
color: #999;
text-align: center;
z-index: 10;
}

.bottomlinks a {
color: #999;
}

.copyright {
font-family: Verdana;
font-size: 11px;
margin: 0;
padding: 0;
color: #999;
text-align: center;
z-index: 10;
}



.credit {
font-family: Verdana;
font-size: 10px;
margin: 0;
padding: 0;
color: #999;
text-align: center;
z-index: 10;
}

.credit a {
color: #999;
}

