body {
    background:url('/img/bg2.png') repeat center #51555f;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

DIV#header, DIV#content {
    margin:auto;
    width:80%;
    min-width:800px;
    max-width:1100px;
}

DIV#header {
    background:#7bb823;
    padding:0 10px 0 10px;
    margin-top:20px;
}

DIV#header H1, DIV#header H2 {
    color:white;
    text-align:left;
    padding:10px 0 0 15px;
    float:left;
}

DIV#header H1 {
    margin:0 0 20px 0;
}

DIV#header H2 {
    font-size:16px;
    font-weight:normal;
    
}

DIV#header H1 A, DIV#header H2 A {
    color:white;
    text-decoration:none;
}

DIV#header H1 A:hover {
    color:#bde947;
}

UL#menu {
    margin:0;
    padding:0 0 0 22px;
    clear:both;
}

UL#menu LI {
    float:left;
    list-style:none;
    margin-right:8px;

}

UL#menu LI A {
    color:white;
    text-decoration:none;
    display:block;
    padding:5px 11px 5px 11px;
}

UL#menu LI A:hover, UL#menu A.current {
    background:#FFF;
    color:#2f4413;
}

UL#menu A.current {
    color:#77A13D;
}

DIV#content {
    padding:5px 10px 5px 10px;
    background:white;
    text-align:left;
}

P#footer {
    font-size:11px;
    margin-top:15px;
}

P#footer, P#footer A {
    color:#DDD;
}

P#footer A {
    text-decoration:none;
}

P#footer A:hover {
    text-decoration:underline;
}

.clear {
    clear:both;
    margin:0;
    padding:0;
}