body  {
      text-align: center;
      font-size: 12px;
      font-family: Helvetica, Arial; 
      height: 100%;
      }
          
p   {font-size: 12px;}          
h1  {font-size: 18px;}
h2  {font-size: 16px;}
h3  {font-size: 14px;}

      
div.container {
          width: 650px;
          height: 420px;
          background-position: center center;
          margin-left: auto; 
          margin-right: auto;
          overflow: visible;
          text-align: left;
          filter: alpha(opacity=80);
          opacity: 0.8;
          -moz-opacity: 0.8 

                    }
                          
      div.left
          {
          width: 71%;
          float: left; 
           clear: left;
          
          
          } 
          
              div.title {
                        height: 75px; 
                        font-size:20px;
                        letter-spacing: 15px;
                        text-transform: uppercase
                          } 
                    
              div.content {
                        min-height: 200px; 
                             }

      div.right
            {
                width: 27%;
                float: right;
                clear: right
            }
      
                div.image {
                          height: 250px;
                          margin: auto auto;
                          align: center
                          }

                div.menu    {      
                          height: 200px; 
                            } 
          
      div.footer {
                clear: both;
                }
     
                div.contact {
                          height: 100px;
                          width: 650px;
                          background-position: center center;
                          margin-left: auto; 
                          margin-right: auto;
                          overflow: visible; */
                          text-align: center;
                          filter: alpha(opacity=80);
                          opacity: 0.8;
                          -moz-opacity: 0.8;                      
                            }
   

div.spacer {
      font-size: 6px;
      }
          
    