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

@import url("reset.css");


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

p 
{
    padding: 10px;
}


#wrapper 
{
    margin: 0 auto;
    width: 900px;
}


#header 
{
    float: left;
    height: 160px;
    width: 900px;
    background: #FFFFFF;
}


#navigation {
    float: left;
    height: 60px;
    width: 900px;
    background: #FFCC33;
}


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


#leftcolumn {
    background: #FFFFFF;
    width: 25px;
    float: left;
}


#rightcolumn {
    background: #C8D7E1;
    width: 250px;
    float: left;
}


#footer {
       width: 900px;
    background: #FFFFFF;
    clear: both;
}

