body 
{
    margin: 0 auto;
    padding: 0 auto;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background: #fff;
    border: 0px solid #00ffff;
}

h1
{
    font-weight: normal;
    font-size: 1.7em;
    padding-left: 10px;
    border-bottom: 1px solid #000;
}

h2
{
    font-weight: normal;
    font-size: 1.5em;
    text-decoration: none;
}

h2.no_top_margin
{
    margin-top: 0px;
}

tr, td
{
    margin: 0px;
    padding: 0px;
}

#top_bar
{
    width: 100%;
    height: 15px;
    margin-top: 200px;
    /*background-color: #3c4127;*/
    background-color: #000;
    position: absolute;
}

#content_container
{
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0 auto;
    overflow: auto;
    border: 0px solid #000;    
    background-color: #fff;
}

#container_left
{
    display: inline;
    width: 320px;
    float: left;
    margin: 0 auto;
    padding: 0 auto;
    border: 0px solid #000;
}

#logo
{
    width: inherit;
    height: 350px;
    background: #a6c139 url(images/logo1.png) no-repeat bottom left;
}

#content_left
{
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#content_left h2
{
    padding-left: 10px; 
    padding-top: 20px;
}

#content_left p
{
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
}

#container_right
{
    display: inline-block;
    width: 580px;
    float: right;
    margin: 0 auto;
    padding: 0 auto;
    border: 0px solid #000;
}

#menu
{
    width: 98%;
    height: auto;
    margin-top: 175px;
    float: right;
    border: 0px solid #000;
}

#menu a
{
    padding-top: 5px;
    text-decoration: none;
    color: #999999;
    font-size: 0.8em;
    letter-spacing: 1px;
}

#menu a:hover
{
    color: #000;
    background: url(images/menu_arrow.jpg) no-repeat top;
    padding-top: 15px;
}

#menu a.selected
{
    color: #000;
    background: url(images/menu_arrow.jpg) no-repeat top;
    padding-top: 15px;
}

.menu_item
{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    border: 0px dotted #000;
}

#content_right
{
    width: 95%;
    height: 400px;
    margin-top: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#content_right p
{
    font-size: 0.8em;
    line-height: 20px;
}

#content_right ul li
{
    font-size: 0.8em;
    line-height: 20px;
}

.profile_pic
{
    width: 180px;
    height: 200px;
    float: left;
    display: inline-table;
    border: 0px solid #000;
    margin-right: 10px;
}

#profiles
{
    font-size: 0.8em;
    vertical-align: top;
    border: 1px;
}

#footer
{
    width: 100%;
    height: auto;
    padding-top: 10px;    
    float: left;
    border-top: 1px dotted #333333;
    font-size: 0.7em;
}

#footer_nav
{
    width: auto;
    float: left;
}

#footer_nav > a
{
    text-decoration: none;
    color: #333333;
}

#footer_nav > a:hover
{
    text-decoration: underline;
}

#copyright
{
    float: right;
    width: auto;
    height: auto;
    text-align: center;
    border: 0px solid #000;
}