/*    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;
}

#topbar {
    float: left;
    height: 50px;
    width: 100%;
    color: #FFFFFF;
    background: #000000;
}

#header {
    float: left;
    height: 150px;
    width: 1000px;
    background: #FF6633;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 850px;
}

#rightcolumn {
    background: #CC33FF;
    width: 150px;
    float: left;
}

#footer {
    height: 40px;
    width: 100%;
    background: #000000;
    clear: both;
}

