﻿body 
{
    margin: 0; padding: 0;
    background-color: Black;
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
}

.h:hover 
{
    border: 4px #fdd97b solid !important;
}

#frame-header
{
    width: 1037px;
    height: 162px;
    margin: 0 auto;
    background: url(../images/frame-header.jpg);
    background-repeat: no-repeat;
}

#frame-body
{
    width: 1037px;
    height: 451px;    
    margin: 0 auto;
    background: url(../images/frame-body.jpg);
    background-repeat: no-repeat;
}

#frame-footer
{
    background: url(../images/frame-footer.jpg);
    background-repeat: no-repeat;
    width: 1037px;
    height: 157px;        
    margin: 0 auto;
}

a 
{
    color: White;
    text-decoration:none;
}

#wrapper 
{
}

#header
{
    width: 982px;
    height: 223px;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
}

#header_inside
{
    margin: 0 auto;
    padding-top: 70px;
    padding-left: 730px;
}

#sub 
{
    width: 982px;
    height: 84px;
    background: url(../images/sub.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;

}

#content 
{
    background: url(../images/body.jpg);
    background-repeat: no-repeat;
    width: 982px;
    height: 305px;
    margin: 0 auto;
}

#footer
{
    background: url(../images/footer.jpg);
    background-repeat: no-repeat;
    width: 982px;
    min-height: 170px;
    margin: 0 auto;
}

.blackborder 
{
    background-color: Black;
    padding: 9px;
}

#column_1 
{
    width: 400px;
    float: left;
    min-height: 400px;
    padding-left: 130px;
}

#column_2 
{
    width: 300px;
    float: left;    
    min-height: 400px;
}

#navigation 
{
    font-size: 18px;
    padding-left: 150px;
    padding-top: 10px;
}

#calculator 
{
    width: 173px;
    height: 243px;
    position:relative; top:-28px;
    float: right;
    margin-right: 130px;
}