body {

    padding: 44px 0 0 0;

    margin: 0 0 0 0;    

    background-color: black;

    background-image: url("/img/background.jpg");

    background-position: top center;

    background-repeat: no-repeat;

    font-family: Helvetica, Tahoma; 

//  overflow-y: hidden; 

}



img

{

    border-style: none; 

}

a:active, a:focus, img { outline: 0; }



.container

    {

    width: 980px;   

    margin:0px auto;

    text-align:left;

    color: white;       

    }

.slogan{    

    vertical-align: bottom;

    font-style: italic;

    color: #aadbff;

    padding: 17px 0 0 40px;

    height: 25px;

    font-size: 17px;   

    width: 500px;   

    margin: 0 0 20px 0;

}

.footer

{   

    width: 980px;

    height: 140px;

    background: url("/img/footer_back.png");

    background-repeat: no-repeat;

    background-position: top center;

    color: #007ae4;

    font-style: italic;

    font-size: 12px;

}

.footer a{

    color: #50aeff;

}

.footer a:hover{

    color: #9dd1ff; 

}

.footer .left{

    float: left;

    padding: 92px 0 0 69px;

}

.footer .right

{

    float: right;

    padding: 92px 69px 0 0;

}

.content

{

    font-size: 14px;

    color: black;

    width: 980px;

    overflow: auto;

    height: 1%;

}

.content .left{

    overflow: auto;

    float: left;

}

.content .left, .content .left .top, .content .left .middle, .content .left .bottom

{

    width: 732px;   

    clear: left;     

    //overflow-y: hidden;

}

.content .left .top{

    background: url('/img/contenttop.png') no-repeat top right;

    height: 6px;    

}

.content .left .bottom{

    background: url('/img/contentbot.png') no-repeat top right;

    height: 6px;

}

.content .left .middle{

    background: url('/img/contentback.png') repeat-y top right;

    padding: 5px 0 5px 0;   

    

}

.content .left h1{

    background: url("/img/h1_plate.png") no-repeat top left;

    padding: 12px 0 0 37px;

    color: white;

    margin: 0;

    font-style: italic;    

    font-size: 16px; 

    height: 45px;

}

.content .left h2{        

    margin: 0;

    font-style: italic;    

    font-size: 14px;

    padding: 0 0 0 85px;

}

.content .left p{

    padding: 0 20px 0 85px;    

}

.content .left .comment{

    height: 95px;

    font-size: 16px;

    font-style: italic;

    margin: 20px 52px 0 0;

    padding: 15px 38px 0 120px;

    background: url("/img/commentback.png") no-repeat top right;

}



.content .right

{

    font-size: 13px;

    width: 202px;

    float: right;

    color: #00d2ff;

    font-weight: bold;

    font-style: italic;

    line-height: 25px; 

}

.content .right a

{

    color: #e1eafe;

    font-weight: normal;        

}

.content .right a:hover

{

    color: #00d2ff;   

}

.content .left ul{

    font-size: 12px;

    list-style-image: url("/img/ulbullet.png");

    line-height: 20px;

    padding: 0 0 0 100px;

}

.content .left ul a{

    color: #0058ba;

    font-weight: bold;

    font-style: italic;

}

.content .left ul a:hover{

    color: gray;

}

.content .left li

{

    padding-bottom: 15px;

}