

header {
    width: 100%;
    height: 175px;
}

nav {
    clear: both;
    height: 100px;
}

#logo {
    width: 150px;
    padding: 30px 0px 30px 50px;
}

#footer_logo {
    width: 75px;

}
nav ul {
    float: right;
    margin: 0px;
    padding: 40px 30px 40px 30px;
}

nav li {
    display: inline;
    padding-right: 50px;
}

nav li a {
    font-weight: lighter;
    font-size: smaller;
    color: grey;
    text-decoration: none;


}

nav li a:hover, nav li a.current {
    color: black;
}

aside { float:right;

}
#headshot {
    width: 25%
}

p {
    font-style: Georgia, serif;
}
footer {
    clear: both;
    height: 50px;
    font-size: .8em;
}