body {
    margin:0;
    padding:0;
    height: 100%;
    background: #5eb300 url('../img/header.jpg') repeat-x top left;
    font-family: Arial;
}
body.with_flash {
    background: #2d2d2d;
}

hr.clear {
    clear: both;
    visibility: hidden;
}
#content {
    width:100%;
    height:100%;
}
.fineprint {
    font-size: 10px;
    text-align: right;
}

object{
    display:block;
}

#wrapper {
    width: 990px;
    margin: 0 auto;
}

#header {
    height: 120px;
    position: relative;
    top: 0;
}

#logo {
    margin: 13px auto 0px auto;
    width: 55px;
}

img {
    border: none;
}

#nav li {
    float:left;
    padding: 5px;
}

h1 {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5 {
    /*color: #fff;*/
}

#flash {

}
    #flash p {
            line-height: 22px;
            margin: 0px;
            margin-top: 5px;
            font-size: 14px;
    }
        #flash p a {
                text-decoration: underline;
                color: #000;
        }

div.notice {
    margin-top: 15px;
    border: 1px #ffa200 solid;
    padding-left: 40px;
    color: #000;
    background: #ffe9c3 url('../gfx/icons/help_ie.png') no-repeat 10px center;
}

a {
    font-weight: bolder;
    color: #fff;
    text-decoration: none;
    outline: none;
}

#canvas {
    margin-top: 50px;
}

ul {
    list-style-type: none;
}

ul.splash {
    width: 550px;
    margin: 0 auto;
}
ul.splash li{
    float: left;
    margin: 5px 30px;
}
