/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color:#130129
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
    background: #130129;
}

#navigation {
    float: right;
    height: 90px;
    width: 1000px;
    background: #130129;
}

#content {
    float: left;
    background: #130129;
    color: white;
    width: auto;
    margin-left: 15px;
}

#leftcolumn {
    background: #130129;
    width: 180px;
    float: left;
}

#footer {
    height: 40px;
    width: 1000px;
    background: #130129;
    clear: both;
    color: white;
}

