
#navigation li.focus .nav_left
{
    background: url(../Images/Nav/left_red.gif) no-repeat left top;
}
#navigation li.focus .nav_right
{
    background: url(../Images/Nav/right_red.gif) no-repeat right top;
}
#navigation li.focus .nav_middle
{
    background: url(../Images/Nav/middle_red.gif) repeat-x left top;
}

#content
{
    padding: 0px 0px 20px 0px;
}

#content_image
{
    float: right;
}

#content_text
{
    float: left;
    width: 400px;
    padding: 65px 20px 0px 40px;
}

/* Content */

#content1
{
    float: left;
    width: 380px;
    padding: 0 40px;
    border-right: solid 1px #CCCCCC;
}

#content2
{
    float: right;
    width: 420px;
    padding: 0 20px;
}

h1
{
    color: #D41247;
    padding-bottom: 10px;
    font-size: 1.9em;
    font-weight: bold;
}

h2
{
    color: #D41247;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}

h3
{
    color: #e47104;
    font-size: 1em;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.ans
{
    font-size: 0.8em;
}

.box li
{
    background-position: 0px 50%;
    padding-left: 10px;
}

