body {
    background-color: #333;
    font-family: Arial;
    color: #e0e0e0;
}

#main-wrapper {
    width: 900px;
    padding: 10px;
    background-color: #333;
}

#left-column {
    width: 680px;
    float:left;
}

#right-column {
    width: 200px;
    float:left;
}

h1 { font-size: 20px;}
p { font-size: 13px;}
a { color: #fff;font-weight:bold; }
a:hover {text-decoration:none; }
.ad-copy { font-size: 12px;}


