body { 
    background: #CCFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #006B7E;
    margin-bottom: 0px;
}

h1, h2 {
    text-align: center;
}

.thumbnail {
    margin: 0px 5px 0px 5px;
    border: 1px solid #006B7E;
}

a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover   { color: #000000; text-decoration: underline; }
a:active  { color: #000000; text-decoration: underline; }

#header, #footer { clear: left; }
#header {
    width: 1000px;
    height: 300px;
    text-align: center;
    margin: 20px auto 20px auto;
    border: 2px solid #006B7E;
}

#footer {
    text-align: right;
    font-size: small;
    margin-top: 5px;
}

#header_image {
    width: 75%;
    height: 300px;
    float: right;
    margin: 0px;
}

#header_logo {
    width: 25%;
    max-height: 300px;
    overflow: visible;
}

#menu {
    /*position: absolute;*/
    float: left;
    width: 200px;
    border: 2px solid #006B7E;
    padding: 10px 0px 20px 10px;
    text-align: left;
    line-height: 1.6;
}

#content {
    /*position: absolute;*/
    font-size: 11pt;
    margin-left: 250px;
    width: 750px;
}

