html
{
    background-image: url('/images/inner/page_bg.jpg');
    background-repeat: repeat-x;
    background-color: #001f48;
}

div.head
{  
    width: 100%;
    height: 264px;
    background: url('/images/inner/top_pic.jpg') no-repeat;
    margin-bottom: 40px;
    margin-top: 0px;
    
    border: 0px solid;
}

div.logo
{
    background: url('/images/logo_new.png') no-repeat;
    background-image: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo_new.png', sizingMethod='crop');
    
    width: 351px;
    height: 97px;
    
    float: left;
    margin-top: 15px;
    
    margin-left: 0px;
    
    border: 0px solid;
}
img.phones
{
    float: right;
    margin-top: 50px;
    padding-right: 3%;
}
img.yachta_logo
{
    float: right;
    margin-top: 60px;
    padding-right: 1%;
}
div.seagull
{
    background: url('/images/inner/bird.png') no-repeat;   
    background-image: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/inner/bird.png', sizingMethod='crop');
    
    height: 218px;
    width: 247px;

    float: right;
    margin-top: 0px;

}

div.container
{
    float: left;
    border: 1px solid;
}

.content p.contract br
{
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.content span.date
{
    color: #ffffff;
    font-weight: bold;
}

.content strong
{
    color: #ffffff;
}

/*----------------Submenu classes----------------------------*/
div.submenu
{
    margin-bottom: 50px;
}

div.submenu_item{
    margin-top: 16px;
    margin-bottom: 16px;
}

div.submenu_item a {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: regular;
    
    text-decoration: none;
    
    
    
    border-bottom: 1px solid #ffffff;
    
    color: #ffffff;
}
/*--------------Gallery-----------------------*/
div.gallery
{
    text-align: center;
}

div.gallery img
{
    border: 2px solid #c2c0c0;
    margin-bottom: 15px;
}

div.gallery p
{
    font-size: 14px;
    margin-bottom: 50px;
}
/*----------------Page index---------------------*/
div.page_index
{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
