#header-wrapper
{
    background-color: #040404;
    margin-bottom: 50px;
}

#menu-wrapper
{
    float: left;
    width: 280px;
}

#menu-wrapper li
{
    margin-bottom: 30px;
	margin-left: 25px;
}

#menu-wrapper a
{
    height: 17px;
    width: 214px;
    background-position: 0px -17px;
    text-decoration: none;
    display: inline-block;
    background-repeat: no-repeat;
}

#menu-wrapper a:hover, #menu-wrapper .menu-active
{
    background-position: 0px 0px;
}

#content-wrapper
{
    float: left;
    font-size: 14px;
    line-height: 150%;
    width: 600px;
}

#content-wrapper p
{
    margin-bottom: 20px;
    margin-right: 50px;
}

#content-wrapper a
{
    text-decoration: none;
    color: #888888
}