html, body 
{
    height:100%; 
    width:100%;
}

body, body *
{
    font-family: Tahoma;
    font-size: 12px;
}

body
{
    /*background: white url('/images/bg.jpg') repeat-x top left;*/
    /*background: url('/images/substrate.jpg') no-repeat bottom right;*/
    
}
                           
.substrate
{
    width:100%;
    height:100%;   
    /*background: url('/images/substrate.jpg') no-repeat bottom right;*/
    border: none;
    position: relative;
} 
 
.top_block
{
     width: 100%;
     height: 110px;       
     background: white url('/images/bg.jpg') repeat-x top left;                                             
}
 
.middle_block
{
     position: relative;
     width: 100%;
     height: 100%;
     color: white;
}

.top_block_left
{
     float:left;
     width:39%;
}

.top_block_right
{
    float:left;
    width:59%;
}

.top_block_right_inner
{
    margin-top: 60px; 
}

.top_block_right_inner a
{
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.top_block_right_inner a:hover
{
    text-decoration: underline;
}

.photowrapper
{
    position: absolute;
    left: 30px;
    top: 10px;
    color: white;
    line-height: 18px;
    z-index: 2000;
}

.photowrapper a
{
    color: white;
    text-decoration: none;
}

.photowrapper a:hover
{
    text-decoration: underline;
}

.photowrapper, .photowrapper a
{
    font-size: 14px;
}

.mainContent strong
{
    display: block;
    color: #000;
    font-size:16px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.mainContent 
{
    color: #6C6C6C;
    font-size: 13px;
    margin-top: 40px;
    line-height: 16px;
    margin-right: 20px;
}

.mainContent a
{
    color: #6C6C6C;
    text-decoration: underline;
    color: #6C6C6C;
}

.mainContent a:hover
{
    text-decoration: none;
}

ul.mainList
{
    color: #000;
    font-size: 12px;
    line-height: 20px;   
}

ul.mainList a
{
    color: #6C6C6C;
    font-size: 12px;
    text-decoration: underline;
}


ul.mainList a:hover
{
    text-decoration: none;
}