﻿body { 
    width: 100%; 
    height: 100%; 
    background-color: #0F1D26;  
    background-image: url(bkg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 40px 0 0 0;
}

#container { width: 650px; margin: 0 auto; padding: 25px; background-color: #fff; }

#page { 
    width: 650px;     
}

#header {
    background-color: #0F1D26; 
    background-image: url(header.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 76px;
    padding: 12px;
    font-family: Trebuchet MS, helvetica, Sans-Serif;
    font-size: 12px;
    color: #fff;
}


#banner {     
    height: 120px;
    background-image: url(banner.png);
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: solid 4px #8CBAEE;    
}

#content {
    background-color: #025380;
    padding: 20px;
    width: 610px;
    min-height: 400px;
    color: #fff;
    font-family: Trebuchet MS, helvetica, Sans-Serif;
    font-size: 12px;
}

h1 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #0F1D26;
    font-size: 25px;
}

h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

h3 {
    margin: 0;
    padding: 0;
    color: #8CBAEE;
    font-size: 10px;
}

#footer {
    width: 700px; 
    margin: 0 auto; 
    padding: 5px 0px;
    color: #025380;
    font-family: Trebuchet MS, helvetica, Sans-Serif;
    font-size: 11px;
    text-align: right;
}

#banner ul { margin: 0; padding: 1px 0 0 0; display: block; list-style-type: none; }

#banner li { 
    display: inline; 
    background-color: #B05308;
    background-image: url(orange_pixel.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: 0 -3px 0 0; 
    padding: 4px 6px 4px 6px; 
    color: #fff; 
    font-family: Trebuchet MS, helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}

#banner li.selected { background-color: #012640; }

#banner li a { text-decoration: none; color: #fff; }
#banner li a:hover { color: #602600; }
#banner li.selected a:hover { color: #025380; }

a { text-decoration: none; color: #8CBAEE; }
a:hover { text-decoration: underline; color: #fff; }
