﻿img
{
    border:0px;
}
.pagewrapper
{
    width:100%;
    height:100%;    
}
.contentwrapper
{
    width: 785px;
    height:700px;
    background-color:Black;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
}
.topsection
{
    text-align: left;
    width: 100%;
    height: 80px;
}
.bottomsection
{
    margin-top:25px;
    text-align: right;
    width: 100%;
    height: 80px;
    color:#5A5B5B;
}
.bottomsection img
{
    border:0;
    margin-right:10px;    
}
.topsection .logo
{
    width:450px;
    float:left;
    height: 60px;
    padding-left:15px;
    padding-top:10px;
}
.topsection .topmenu
{
    float:left;
    margin-top:25px;
    width:300px;
    height:20px;
}
.separator
{
    clear:both;
    height:1px;
    width: 785px;
    background-color:#686868;
    margin-left:auto;
    margin-right:auto;
}
.content
{
    margin-left:10px;
}
.content .left
{
    float:left;
    margin-right:20px;
}
.content .right
{
    vertical-align:top;
    width:690px;
}
.content .clear
{
    clear:both;
}
