body     {
          margin:0px;
          padding:0px;
          background-color:#ff6600;
          background-image:url(../pics/final.gif);
          background-repeat:no-repeat;
          font-family: arial, helvetica;
          color:#000000;
          font-size:13px;
          }

#logo      {
            position:absolute;
            left:44px;
            top:10px;
            width:590px;
            height:80px;
            background:white;
            z-index:1;
            }


#main       {
             position:absolute;
            left:44px;
            top:108px;
            width:590px;
            padding:0;
            z-index:2;
             }

#topnavi    {
             height:26px;
             margin-left:25px;
             }

#navi        {
              position:absolute;
            left:44px;
            top:160px;
            width:190px;
            padding-bottom:10px;
            }

#text        {
              position:absolute;
            left:69px;
            top:130px;
            width:355px;
            min-height:350px;
            border-left:140px solid white;
            border-top:30px solid white;
            border-right:20px solid white;
            border-bottom:30px solid white;
            padding-left:40px;
            padding-right:10px;
            padding-bottom:10px;
            text-align:justify;
            background-color:#ff6600;
            }

#fotos       {
              position:absolute;
            left:694px;
            top:160px;
            width:200px;
            padding-bottom:10px;
            }


a.navi1       {
               display:block;
              width:180px;
              border: 2px solid white;
              background:#ff6600;
              margin-top:10px;
              padding:3px;
              color:white;
              font-weight:bold;
              text-decoration:none;
              }

a:hover.navi1 {
               color:white;
               background:#996633;
               border:2px solid black;
               }

a.navi2       {
               display:block;
              width:157px;
              border: 2px solid white;
              background:#ff6600;
              margin-top:0px;
              margin-bottom:0px;
              padding:2px;
              font-size:11px;
              color:white;
              font-weight:bold;
              text-decoration:none;
              }

a:hover.navi2 {
               color:white;
               background:#996633;
               border:2px solid black;
               }


a.navi3       {
               display:block;
              width:132px;
              border: 2px solid white;
              background:#ff6600;
              margin-top:0px;
              margin-bottom:0px;
              margin-left:25px;
              padding:2px;
              font-size:10px;
              color:white;
              font-weight:bold;
              text-decoration:none;
              }

a:hover.navi3 {
               color:white;
               background:#996633;
               border:2px solid black;
               }

a.topnavi      {
                width:150px;
                border-right: 2px solid white;
              border-bottom: 2px solid white;
              background:#ff6600;
              padding:3px 10px 1px 10px;
              color:white;
              font-weight:bold;
              text-decoration:none;
              margin-right:2px;
              }

a:hover.topnavi, #current  {
               color:white;
               background:#996633;
               border-color: black;
               }

#current       {
                color:black;
                }


h1             {
                font-size:15px;
                font-weight:bold;
                margin-top:10px;
                 margin-bottom:5px;
                 text-align:left
                }



h2             {
                font-size:13px;
                font-weight:bold;
                margin-top:10px;
                 margin-bottom:3px;
                }

ul              {
                 margin-top:0;
                 margin-bottom:5px;;
                 }


td, th               {
                  padding:3px;
                  vertical-align:top;
                  text-align:left;
                  }

#fotos img      {
                 border:2px solid white;
                 }