html, body {
    margin: 0;
    padding: 0
}

body {
    font: 76% arial, sans-serif;
    text-align: center
}

p {
    margin: 0 10px 10px
}

a {
    color: #FFFFFF;
    padding: 0;
    text-decoration: none;
}

div#header h1 {
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding-left: 10px;
    background: #FFFFFF;
    color: #79B30B;
}

div#header {
    height: 150px;
    width: 800px;
}

div#banner {
    width: 800px;
    height: 100px;
    color: #FFFFFF;
}

div#container {
    text-align: left;
}

div#contentleft {
    width: 480px;
    height: 390px;
    text-align: justify;
    padding-left: 5px;
    padding-top: 10px;
}

div#contentright {
    float: right;
    height: 390px;
    width: 300px;
}

div#content p {
    line-height: 1.4;
}

div#extra {
    color: #FFFFFF;
    align: top;
}

div#footer {
    background: #ffffff;
    color: #333333;
    text-align: center;
    font-weight: normal;
}

div#footer p {
    margin: 0;
    padding: 5px 10px;
    height: 25px;
}

div#container {
    width: 800px;
    margin: 0 auto;
}

div#navigation {
    float: right;
    width: 300px;
}
div#bugs {
    float: right;
    width: 300px;
}

div#extra {
    float: left;
    width: 500px;
}

div#footer {
    clear: both;
    width: 100%
}
ul
{
list-style-type: none;
list-style-position: outside;
font-size: 12px;   
padding: 0px;
margin: 0px;
}
li
{
padding-left: 14px;
line-height: 23px;
}
img{border:none;}