html, body, a {
    font-family:sans-serif;
    font: 13px/20px "Century Gothic";
    font-weight:normal;
    text-align:justify;
}

body {
    margin:40px 0 40px 40px;
    background:#222;
    color:#fff;
}

#allcontent {
    padding: 0 0 0 20px;
    width:910px;
    background:green;
    background:#444;
    border:1px solid #777;
}

#content {
    margin:0;
    padding:0 20px 0 0;
    width:300px;
    float:left;
}

#content2 {
    margin:0;
    padding:0;
    float:left;
}

div.clearer {
    clear: left;
    line-height: 0;
    height: 0;
}

img {
    margin: 16px 0 0 0;
    border:1px solid white;
}

a {
    color:#ff0;
    text-decoration:none;
}

a:hover {
    color:#f90;
    text-decoration:underline;
}