/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#header {
    float: left;
    height: 75px;
    width: 1000px;
    background: #4DDBFF;
}

#navigation {
    float: left;
    height: 40px;
    width: 1000px;
    background: #FFFFFF;
}

#content {
    float: left;
    background: #B0E2FF;
    width: 700px;
}

#leftcolumn {
    background: #8FF0FF;
    width: 150px;
    float: left;
}

#rightcolumn {
    background: #8CC9FF;
    width: 150px;
    float: left;
}

#footer {
    height: 40px;
    width: 1000px;
    background: #85A5FF;
    clear: both;
}

