* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    height: 100%;
    font-family: calibri, helvetica, arial, sans-serif; 
    color: white;
}

#left {
    position: absolute;
    top: 250px;
    left: 50%;
    width: 200px;
    margin-left: -260px;
}
#right {
    min-height: 100%;
    float: right;
    width: 50%;
    background: #1A5496;
}
#headshot {
    width: 200px;
    height: 300px;
    border: 10px solid #2D445E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#header {
    margin: 100px 0 0 40px; 
}
#content {
    display: block; 
    margin: 88px 40px 0 40px; 
    line-height: 1.5em; 
}

h1, h2 {
    color: #A7C4E5;
}
h1 {
    font-size: 50px;
    border-bottom: 3px solid white;
}
h2 {
    font-size: 22px;
}
#content p {
    font-size: 16px;
}
#content ul {
    margin-left: 40px;
}
h2, #right p, #right ul, .displaybox {
    margin-bottom: 12px;
}
#content a {
    color: white;
}
#content a img {
    border: 0;
    opacity: 0.8;
}
#content a:hover img {
    border: 0;
    opacity: 1;
}
.hidden {
    display:none;
}

#footer {
    margin: 200px 0 25px 25px;
    font-size: 12px;
    color: black;
}
#footer a, #footer a:visited {
    color: black;
}

* html #right {
    height: 100%;   
}
