#content_wrap
{
    background: #FFF;
}

#content_wrap .language_selector
{
    float: right;
    margin-top: -20px;
}

#content_wrap .language_selector *
{
    font-family: "Terminal Dosis", Arial, sans-serif;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

#content_wrap h1
{
    color: #F37020;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Open Sans Condensed Bold", Arial, sans-serif;
}

#content_wrap .content
{
    clear: both;
    margin-top: 15px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

#content_wrap .content *
{
    line-height: 16px;    
}

#content_wrap .content p, #content_wrap .content li
{
    margin-bottom: 15px;
}

#content_wrap .content ul, #content_wrap .content ol
{
    margin: 0 0 0 17px;
}

#content_wrap .content ul
{
    list-style: disc;
}

#content_wrap .content ol
{
    list-style: decimal;
}

#content_wrap .content em
{
    font-style: italic;
}

#content_wrap .content a
{
    text-decoration: none;
}