body {padding:0; margin:0; background: #ffffff; font-size:16px;font-family: Arial;}
a {text-decoration: none;}
h1 {font-size: 22px; color: #0000cc;}
h2 {font-size: 20px; color:#0000cc;}
h3 {font-size: 18px; color: #0000cc;}
  #main {
        position: relative;
       padding:0;
        width: 1000px;
        height: auto;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
      }
        #logo {
        position: relative;
        float:left;
        background: url("img/yahts_01.jpg");
        background-repeat: no-repeat;
        
        width: 1000px;
        height: 136px;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }
 #menu {
        position: relative;
        float:left;
        background: url("img/yahts_02.jpg");
        background-repeat: no-repeat;
        
        width: 1000px;
        height: 60px;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }
       #content {
        position: relative;
        float:left;
        padding:0;
        width: 1000px;
        background: url("img/blo_14.jpg");
        background-repeat: repeat-y;
        height: auto;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }
       #content1 {
        position: relative;
        float:left;
        padding:0;
        width: 1000px;
        background: url("img/yahts_03.jpg");
        background-repeat: no-repeat;
        height: auto;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }

       #left {
        position: relative;
	float:left;

        padding-top:10px;
        background: url("img/3_15.png");
        background-repeat: no-repeat;
	background-position: 50% 50%;
        width: 200px;
        height: 515px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
      }
       #right {
        position: relative;
float:right;
        padding:15px;

        width: 770px;
        height: auto;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
      }
       #down {
        position: relative;
        float:left;
        background: url("img/blo_15.png");
        background-repeat: no-repeat;
        width: 1000px;
        height: 44px;
        top: 0;
        right: auto;
        bottom: 100px;
        left: 0;
      }
       #footer {
        position: relative;
clear:both;
        float:left;
                background: url("img/blo_16.png");
        background-repeat: no-repeat;
        width: 1000px;
        height: 79px;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }
