body{
    width:955px;
    margin:0 auto;
    font-family:Arial, sans-serif;
}

#head{
    height:100px;
    border-bottom:5px solid #06C;
}

#menu{
    float:left;
    width:200px;
    background-color:#06C;
    font-size:0.8em;
}

#menu ul{
    list-style:none;
    margin:0;
    padding:0;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    margin-bottom:15px;
}

#menu .title{
    color:#fff;
    background-color:#39F;
    padding:2px 5px;
}

#menu .selected{
    background-color:#3BE;
    padding:2px 5px;
    color:#363636;
    font-weight:bold;
}

#menu ul li a{
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    display:block;
    padding:2px 5px;
}

#menu ul li a:hover{
    background-color:#3BE;
}

#main{
    margin:0 0 0 210px;
    font-size:0.8em;
}

#main a, #footer a{
    text-decoration:none;
    color:#06C;
    font-weight:bold;
}

#main a:hover, #footer a:hover{
    color:#069;
    text-decoration:underline;
}

#footer{
    height:50px;
    clear:both;
    font-size:0.7em;
    text-align:center;
    font-family:Tahoma;
}

h1,h2,h3,h4,h5{
    color:#069;
}

h1{
    font-size:1.7em;
    text-decoration:underline;
}

h2{
    font-size:1.4em;
}

.location_spacer{
    float:left;
    width:75px;
}

.biog_box{
    width:auto;
    border-bottom:1px solid #06C;
    margin-bottom:10px;
    height:350px;
}

.biog_pic{
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
