/* This is styles for Al Bondigas */

body {background-color: #000000;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    background-image: url(images/pencilpattern.jpg);

    margin:0 auto;
    text-align: center;}
    
    #container {width:1049px;
    margin:0 auto;
    text-align: center;
    overflow: auto;}
    
    #header {height: 119px;
    margin: 0px;
    /* background-image: url(images/masthead.jpg);
    background-repeat: no-repeat;
    background-position: top; */
    }
    
    #banner {height: 119px;
    width: 468px;
    float: left;
    top: 0px;
    margin: 0px;
     }
    
   #nav {margin: 50px 0px 0px 10px;
   height: 20px;
   width: 500px;
   float: left;}
    
    #nav a:link, #nav a:visited
  {text-decoration: none;
  margin: 50px 0px;
  padding: 10px 20px;
  background-color: #000000;
  font-family: Arial,
  Helvetica, sans-serif;
  font-size: 12px;
  color: #e6b200;
  letter-spacing: 1px;
  }
  
  #nav a:hover {
    background-color: #2b2b2b;
    color: #e6b200;
  }
  
  #nav a:active {
    background-color: #B60202;
    color: #e6b200;
  }

  
  #leftcol {width: 450px;
  float: left;
  height: 385px;
  margin-top: 15px;
  }
  
  #rightcol {width: 550px;
  float: right;
  height: 385px;
  text-align: left
  }
  
  h1 {font-size: 30px;
  color: #e6b200;
  }
  
  h3 {font-size: 20px;
  color: #e6b200;
  }
  
  #footer {clear: both;
  height: 169px;
    }
  
  #footer p {padding-top: 130px;
  color: #FFFFFF;
  font-size: 10px;}
  
  #footer a {color: #FFFFFF;
  font-size: 10px;}
  
  table { width: 450px;
}

 #content {height: 480px;
 }