body,html{
width: 100%;
height: 100%;
background: #1B2B42;
margin: 0;
padding: 0;
text-align: center;
}

#wholething{
width: 643px;
height: 500px;
text-align: left;
}

ul#navigation{
margin: 0;
list-style: none;
background: #1B2B42;
height: 20px;
}

li{
background: #1B2B42;
float: right;
padding: 0 5px 0 5px;
list-style: none;
height: 20px;
}

a.navvy{
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 15px;
font-variant: small-caps;
color: #FFFFFF;
}

a.navvy:hover{
color: #4E5AC6;
}

p{
font-family: Georgia, serif;
color: #B6A6F2;
}


.links{
position:relative;
top:30px;
width: 200px;
left: 25px;
}

img{
border: 0;
}

a.linky{
color: #000000;
text-decoration:underline;
}

a.linky:hover{
text-decoration:none;
}

.bio{
padding: 10px;
background: #FFFFFF;
position:relative;
width: 580px;
left: 22px;
top:10px;
text-align:center;
-moz-opacity:.75;
filter:alpha(opacity=75);
opacity:.75;
}

.biop{
color: #6D0B24;
}

.wellwed{
color: #3C3C3C;
text-decoration: underline;
}

.wellwed:hover{
color: #000000;
text-decoration: none;
}
