table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.MainContent
{
    margin-top: 20px;
    margin-bottom: 10px;
}

.MainContent p
{
    width: 340px;
}

.MainContent img
{
    float: right;
}

#aboutnav a
{
    color: #000;
}


/*Nav Box*/
#aboutnavbox
{
    float: left;
    margin-right: 10px;
    margin-top: 23px;
    padding: 0;
    height: 285px;
    background: url(../images/sidebar_the_real_about_bg.jpg) no-repeat;
    width: 177px;
}

#contentaboutnavbox
{
    margin-top: 20px;
}

#aboutnavbox h6
{
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #999999;
}

#aboutnavbox a
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-left: 30px;
    color: #C3C3C3;
}

.hightlight
{
    width: 177px;
    margin-top: -15px;
    margin-left: -15px;
    padding: 0;
}

.hightlight:hover
{
    background-color: #383838;
}

.hightlighthead
{
    width: 177px;
    margin-left: -15px;
    padding: 0;
}

.hightlighthead:hover
{
    background-color: #383838;
}

#locationsnav
{
    background: url(../images/sidebar_line.gif) no-repeat bottom center;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 140px;
}

#theteamnav
{
    background: url(../images/sidebar_line.gif) no-repeat bottom center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 140px;
}

#aboutuslink
{
    height: 30px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 140px;
    background: url(../images/sidebar_line.gif) no-repeat bottom center;
}
#testimonials
{
    height: 30px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 140px;
}

#testimonials H6
{
    margin-bottom: 10px;
}

#leftcol
{
    float: left;
    margin-right: -300px;
}

#leftcol .fullspan
{
    width: 700px;
    margin-right: -500px;
}

#rightcol
{
    float: right;
    margin-right: 20px;
}


#leftbar
{
    float: left;
    margin-left: -177px;
    margin-top: 310px;
    padding: 0;
}

#statusboxouter
{
    margin-left: -9px;
    margin-top: 10px;
}

#statusbox
{
    background: url(../images/about_frees.jpg) no-repeat;
    background-color: #343434;
    width: 194px;
    min-height: 344px;
    padding-top: 8px;
    height: auto;
    text-align: center;
}

#statusbox h3
{
    color: #cccccc;
    margin-top: 10px;
    font-size: 0.8em;
    font-weight: normal;
    height: 20px;
}

#statusbox h4
{
    color: #cccccc;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: normal;
}

#statusboxfooter
{
    width: 195px;
    background: url(../images/about_frees_footer.jpg) no-repeat bottom;
    height: 21px;
}

    #videoJames
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 200px;
    /*background-image: url(../images/video-screen.jpg);
    background-repeat: no-repeat;*/
    text-align: center;
    width: 601px;
    height: 371px;
    font-size: 100%;
    }

/****************** assistants Info *****************/
.assistantsBox
{
    width: 500px;
    padding: 10px;
    border: 1px solid  #333;
    margin: 9px;
    font-size:75%;
    background-color: #151515;
}
.assistantsBox img
{
    float: right;
}
span.assistantsBoxTitle
{
    font-weight: bold;
    font-size:120%;
}

