html
{
    background-image: url('/images/background.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #1e4782;
}

div.head_right
{
    width: 100%;
    float: right;
    margin-left: -400px;
}
/*----------------Submenu classes----------------------------*/
div.head_content {
  margin-left: 380px;
  
  padding-left: 20%;
  
  text-align: left;
  margin-top: 25px;
}

div.ships{
    margin-top: 10px;
}

div.ships a {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: regular;
    
    text-decoration: none;
    
    padding-bottom: 10px;
    
    border-bottom: 1px solid #ffffff;
    
    color: #1e4782;
}

div.ships
{
    margin-bottom: 15px;
}

div.head_left
{  
    width: 380px;
    float: left;
}

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: right;
    margin-top: 0px;
}
