html, body {     
    height: 100%;
    margin: 0px auto;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    overflow: auto;
    text-align: left;
    background-image: url(/images/bg.gif);
}

#header {
    background-color: #fff;
    height: 120px;
    color: #828282;
    font-size: 10px;
}

#header a {
    color: #828282;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}
#header a:hover {
    color: #333;
}

#image {
    height: 163px;
    border-top: 3px #D2DF09 solid;
}


#container {
    margin: 0px auto; 
    width:800px; 
    background: #fff;
    border-left: 1px solid black;
    border-right: 1px solid black;
    min-height: 600px;
}

#nav {
    background-image: url(/images/nav_bg.gif);
    background-repeat: repeat-x;
    height: 30px;
}

#nav a {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #ECECEC;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
    background-image: url(/images/nav_trenner.gif);
    background-position: right;
    background-repeat: no-repeat;
    text-transform: uppercase;
}
/*
#nav a:hover {
    color:  #D2DF09;
}
*/

#nav a.active {
    color:  #D2DF09;
    border-bottom: 4px #D2DF09 solid;
}


#content .text {
    font-size: 11px;
}
