/*    Generated by http://www.cssportal.com    */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

li{
	list-style-type: none;	
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#header {
    float: left;
    height: 150px;
    width: 1000px;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 500px;
}

#leftcolumn {
    width: 250px;
    float: left;
}

#rightcolumn {
    width: 250px;
    float: left;
}

#footer {
    height: 40px;
    width: 1000px;
    clear: both;
}

