
body {
    background: white;
    color: black;
    font-family: verdana, geneva, sans-serif;
    font-size: small;
}

a {
    color: #003388;
}

h3 a {
    text-decoration: none;
}

#content_pos {
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
}
#content {
    padding-left: 120px;
    padding-right: 150px;

    border-top: 1px solid black;
}

#title {
    position: absolute;
    top: 127px;
    left: 10px;
}
#title_high {
    position: absolute;
    top: 10px;
    left: 10px;
}

#photobox {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100%;
    height: 400px;

    background-image: url("images/photo.jpg");
    background-repeat: no-repeat;
    background-color: #778899;

    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#navbar {
    position: absolute;
    top: 558px;
    right: 25px;
}

#copyright_pos {
    position: absolute;
    top: 670px;
    width: 100%;
}
#copyright_pos_rel {
    padding-top: 40px;
}
#copyright {
    text-align: center;
    width: 100%;
    color: #CCCCCC;
}

