/*@CHARSET "ISO-8859-1";*/
/*******************************************************
* RIGHT COLUMN
********************************************************/
#rightcol{
	width: 725px;
	min-height: 700px;
	float: right;
}


div#pagebody{
  /*margin-top: 20px;*/
}
  div#pagebody div.head{ 
    background: transparent url('../img/cruise-bg.png') no-repeat left -30px;
    height: 25px;
  }
    div#pagebody div.head h2{ 
      font-size: 14px;
      font-weight: bold;
      line-height: 25px;
      padding-left: 10px;
      color: #fff;
    }

  div#pagebody div.content{
    color:#333;
    padding: 1px 10px 0 10px;
    background-color: #fff;
  }
  
  div#pagebody div.content p.headp{
    color: #90f;
    font-size: 15px;
    font-weight:bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  div#pagebody div.content img{
    margin: 0 10px 10px 20px;
  }
  div#pagebody div.content table{
    margin-bottom: 10px;
  }
  div#pagebody div.content table td{
    vertical-align: top;
  }
  div#pagebody div.content p{
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
  }
  div#pagebody div.content p.introduction{
    color: #36c;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
  }
  div#pagebody div.content p.assuline{
    color: #f60;
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0px 15px 25px;
    background: transparent url('../img/dotlink.gif') no-repeat left top;
    padding-left: 20px;
  }
  div#pagebody div.content p.assudesc{
    margin: 10px 10px 10px 25px;
  }
  div#pagebody div.content p.assudesc a{
    color: #90f;
    text-decoration: none;
  }
  div#pagebody div.content p.assudesc a:hover{
    text-decoration: underline;
  }
  div#pagebody div.content p.contacttype{
    border: 1px solid #ccc;
    background: #ebebeb;
    padding: 10px;  
  }
  div#pagebody div.content span.contacttitle{
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }
  
  div#pagebody div.content span.brand{
    color:#36c;
  }
div#pagebody div.footer{ 
    height: 10px;
    background: transparent url('../img/cruise-bg.png') no-repeat left -90px;
   }
   