body {
    color: #000000;
    background-color: #CCD9CE;
    margin: 0;
    padding: 0;
    text-align:left;
    font-size: 100%;
    font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
    width: 100%;
}

a:link, a:visited {
    text-decoration: none;
    color: #032408;
    font-family: sans-serif;
}

a:hover {
    color: #CE7100;
    font-family: sans-serif;
}


#header {
    background-color: #CCD9CE;
    height:45px;
    border: none;
    background-image:url(/header.jpg);
}

#header-line {
    background-color: #ffffff;
    position: absolute;
    left: 280px;
    top: 6px;
    text-align: left;
    color: #02420B;
    font-size: 16px;
    font-weight: bold;
}

#header-menu a, #header-menu a:link, #header-menu a:visited {
    color:#02420B;
    text-decoration:none;
}

#header-menu a:hover {
    color: #A45202;
    text-decoration:none;
}

#header-menu a:active {
    color: #A45202;
    text-decoration:underline;
}

div#banner {
    border-bottom: 1px dashed #CE7100;
    border-top: 1px solid #CCD9CE;
    background-color: black;
    margin: 0px;
    min-height: 100px;
    background-image: url(images/lochraster.jpg);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

div#banner h1 {
    font-size: 1.8em;
    margin: 20px 20px 0px 20px;
    letter-spacing: .1em;
    border: none;
    padding: 0px;
    text-align: right;
}

div#banner h2 {
    margin: 0px 20px 10px 20px;
    font-size: 1em;
    font-weight: normal;
    text-align: right;
}

div#content {
    width: 80%;
    float: left;
    border-right: 1px dashed #3976ff;
    margin-top: 20px;
    min-height: 400px;
}

div#content h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: white;
    padding: 7px;
    margin: 10px 7px 5px 40px;
}

div#content h2 {
    font-size: 1em;
    font-weight: bold;
    border-left: 1px solid #3976ff;
    border-top: 1px solid #3976ff;
    padding: 7px;
    margin: 30px 7px 5px 20px;
}

div#content h3 {
    margin: 3px 3px 0px 30px;
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: bold;
}

div#content h4 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

div#content table {
    border: 1px solid #e8a515;
    margin-left: 30px;
}

p {
    margin: 5px 20px 30px 40px;
}

.code {
    border: 1px dotted yellow;
    padding: 5px;
    margin: 20px 20px 5px 40px;
}

div#sidebar {
    float: right;
    width: 19%;
}

.menu {
    margin: 0px 5px 0px 5px;
}

.menu h2 {
    margin: 20px 10px 5px 0px;
    font-size: 1em;
    font-weight: bold;
}

#content img {
    border: 1px dotted yellow;
    margin: 4px;
    padding: 4px;
    float: left;
}

.menuentry {
    margin: 0px;
}

p#footer {
    clear: both;
    font-size: 0.8em;
    padding: 5px;
    text-align: left;
    border-top: 1px dashed #3976ff;
}

p.imagebox {
    min-height: 480px;
}

p.imagebox2 {
    min-height: 200px;
}

ul {
    float: clear;
}
