/* Cascading Style Sheet: Tony R's Steak and Seafood */


body {background-image:url(images/marble.jpg);color:white }

  table {margin-left:auto; 
         margin-right:auto; 
         width:740px; 
         height:700px;
         background-color:black; 
         border-style:ridge}
         
  td.nav {height:50px; 
          border-bottom:1px solid white;
          border-top:1px solid white} 
          
  td.left {background-color:#eae3cd; 
           vertical-align:top; 
           width:270px; 
           border: 2px solid maroon} 
           
  td.right {vertical-align:top; width:470px}         
           
  #head {vertical-align:top; height:100px}         
          
  h2.welcome {font-family: Arial, Helvetica, sans-serif; font-size:14pt}  
  
  p.logo {text-align:center;}
  

          
/* Main Navigation Rollover Stuff */

  a {color:white; font-family:Arial,Helvetica,Verdana,sans-serif;
     font-size:10pt; 
     text-decoration:none; 
     margin-left:5px}

  a:visited {color:white}
  a:hover {color:#e6e274;}
  
/* End Main Navigation Rollover Stuff */  

/* Google, Yahoo, MapQuest Rollovers */
  a.directions {color:maroon; font-family:Arial,Helvetica,Verdana,sans-serif;
       font-size:10pt; text-decoration:none; margin-left:15px}

  a.directions:hover {color:black; font-family:Arial,Helvetica,Verdana,sans-serif;
       font-size:10pt; text-decoration:underline; margin-left:15px}

  a.directions:visited {color:maroon; font-family:Arial,Helvetica,Verdana,sans-serif;
       font-size:10pt; text-decoration:none; margin-left:15px}
       
 /*End Map Rollovers */ 



/* Items Rollovers for Menu page */

  a.items {font-weight:bold; font-family:Arial,Helvetica, sans-serif; font-size:9pt; margin-left:0px;
          font-style:normal; color:maroon; margin-left:4px; margin-top: 10px; margin-bottom:20px}
  a.items:hover {text-decoration:underline}

  a.top{font-weight:bold; font-family:Arial,Helvetica, sans-serif; font-size:10pt; margin-left:0px;
            font-style:normal; color:red}     
  
 /* End Items Rollovers for Menu page */ 


  
  
  a.fish {color:#eae3cd; 
          font-family:Arial,Helvetica,sans-serif; 
          font-size:9pt; margin-left:1px}

    a.email {font-size: 9pt; 
             color:white; 
             text-decoration:none
             }

  a.email:hover {font-size: 9pt; 
                 color:white; 
                 text-decoration:underline
                 }
          
          
   address {text-align:center; 
            border-top:1px solid white; 
            padding-top:5px; 
            padding-bottom:4px; 
            font-size:9pt;
            font-family:Arial,Helvetica,sans-serif} 
            
            
 /* Form Stuff */
 table.form {width:650px; 
             height:400px;
             background-color:#eae3cd; 
             color:black; 
             font-weight:bold;
             font-family:Arial,Helvetica,sans-serif; 
             font-size:10pt; margin-top:10px;
             border: 2px solid maroon; }
             
  td.reserve {height:50px; 
              vertical-align:top}
              
  td.form {vertical-align:top; 
           height:30px}
           
  td.formleft {vertical-align:top; 
               height:30px; 
               width:170px; 
               padding-left:10px}
               
  h2.reserve {font-family: 
              Times; font-size:17pt;
              color:white; 
              text-align:center}
  
  /* End Form Stuff */