/* external CSS file */
/* filename style.css */
/* for mvcompadre web site */



     body {
           font-family: arial,helvitica,sans-serif;
           font-size: 12pt;
           line-height: 15pt;
           color: black;
           }
     
     h1   {
           font-family: arial,helvitica,sans-serif;
           color: black;
           font-size: 18pt; 
          }
  
     h2   {
           font-family: arial,helvitica,sans-serif;
           color: black;
           font-size: 13pt; 
          }


     div#navbar {     
                      
                 display: block;
                 float: left;
                 width: 180px;
                 min-height: 600px;
                 line-height: 60px;
                 color: #660000;
                 padding: 0 0 0 0;
                 background-color: #E6E6E6;
                 }

              a {text-decoration: none}
              a {font-size: 18px;}  
         a:link {color: #660000;}
      a:visited {color:#660000;}
        a:hover {text-decoration: underline;color:navy;}

      body#index #nav-index a,
      body#tour #nav-tour a,
      body#history #nav-history a,
      body#construction #nav-construction a,
      body#gallery #nav-gallery a,
      body#projects #nav-projects a,
      body#owners #nav-owners a,
      body#links #nav-links a {
                  color:navy;
                  background:white;
                  }        

     div#main  {
                
                float: right
                width: 70%;
                margin-left: 200px;
                height:auto;
                min-height: 600px;
                padding: 0 10px 0 0;
                max-width: 760px;
                }

     #footer   {float: left;
                display: block;
                width: 100%;
                height: 50px;
                border-top: solid 2px #004680;
                font-size: 11pt;
                line-height: 12pt;
                color: black;
                
                
               }

     #footer-left {
                   float: left;
                   width: 300px;
                   padding: 5 0 0 15px;
                  }

      #footer-right {
                     float: right;
		     width: 300px;
                     text-align: right;
                     padding: 5px 15px 0 0px;
                    }
      
 
