html, body, p, div, span, ul, li, ol, table, th, tr, td, thead, tbody, h1 {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(background1.png);
    background-repeat: repeat-x;
    background-color: #252525;
    font-family: 'Lucida Grande', 'Futura Std', Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

#wrapper {
    background-image: url(background.png);
    background-repeat: no-repeat;
    height: 800px;
}

h1#logo {
    background-image: url(logo.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 48px;
    width: 474px;
    left: 414px;
    top: 34px;
    text-indent: -20000px;
}

div#navigation {
    background-image: url(navigation.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 500px;
    padding-top: 8px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 120px;
    left: 480px;
}

div#navigation a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0 5px 0 5px;
}

div#navigation a:hover,
div#navigation a.active {
    color: #d29443;
}

div#download {
    background: url(download.png);
    background-repeat: no-repeat;
    width: 230px;
    height: 130px;
    position: absolute;
    top: 450px;
    left: 20px;
    padding: 10px;
}

div#download img {
    border: none;
    float: left;
    margin-right: 10px;
}

div#download p {
    padding: 8px 0 0 0;
}

div#download a.download {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

div#download a.download:hover {
    color: #d29443;
}

div#download p.downloadname {
    font-size: 10px;
    margin-top: -8px;
}

div.downloadmore {
    margin-top: 15px;
    margin-left: 10px;
}

div.downloadmore a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

div.downloadmore a:hover {
    color: #d29443;
}

div#content {
    width: 600px;
    min-height: 300px;
    position: absolute;
    top: 250px;
    left: 380px;
}

div#content div#top {
    background-image: url(contenttop.png);
    background-repeat: no-repeat;
    height: 20px;
}

div#content div#middle {
    background-image: url(contentmiddle.png);
    background-repeat: repeat-y;
    padding: 0 20px 0 20px;
}

div#content div#middle h1 {
    color: #d29443;
    font-size: 24px;
    font-weight: bold;
}

div#content div#middle h2 {
    color: #d29443;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

div#content div#middle p {
    text-align: justify;
}

div#content div#bottom {
    background-image: url(contentbottom.png);
    background-repeat: no-repeat;
    height: 20px;
}

div#middle ul {
    margin-left: 50px;
}

div#middle ul a,
div#middle a {
    color: #fff;
    text-decoration: none;
}

div#middle ul a:hover,
div#middle a:hover {
    color: #d29443;
}