body {
    font-family: Trebuchet MS;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    padding: 0;
    font-size: 10pt;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

#left {
    position: absolute;
    left: 0;
    top:0;
    width: 300px;
    height: 800px;
    background-image: url(images/left2.jpg);
    text-align: center;
}

#contentWrapper {
    border: 0px solid red;
    margin-left: 310px;
    min-height: 800px;
}

#content {
    margin: 0;
}

#navigation {
    margin-top: 200px;
}

.link {
    width: 295px;
    color: blue;
    text-decoration: none;
    margin-bottom: 10px;
    border-top: 1px solid #ff8000;
    border-bottom: 1px solid #ff8000;
    display:block;
    background-image: url(images/red_opac_35.png);
}

.link:hover {
    border-top: 1px solid #C00000;
    border-bottom: 1px solid #C00000;
}