/***** META *****/
body {
  background: url("../img/diag.png");
  background-color: #dfb871;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: .8em;
}


/***** LINKS *****/
a:link, a:visited {
  color: #000032;
}



/***** CLASSES *****/
.header_link {
  display: block;
  width: 100%;
  height: 100%;
}

img  {
  border: 0px;
}

img.menu {
  width: 762px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bar_specials th{ text-align:center; background:#FFCC00; color:#003366; font-size:20px;}

.bar_specials .odd { background:#003366; color:#ffcc00; }

.bar_specials .even{ background:#FFCC00; color:#003366; }

/***** CONTENT *****/

body > #page {
  width: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
}

#page > #content {
  width: 1000px;
}

#content > #header {
  background: url("../img/header.png") no-repeat center;
  width: 1000px;
  height: 160px;
}

#content > #center {
  width: 1000px;
  background-color: #003366;
  padding-top: 0px;
  border-top: 1px solid #ffffff;
}

  #center > #menu {
    width: 200px;
    float: left;
  }

  #center > #main {
    background: #000000 url('../img/mainbg.png') no-repeat top;
    width: 762px;
    float: left;
    padding: 12px 12px 0px 12px;
    margin-left: 12px;
    border-left: 2px solid #ffffff;
  }

#content > #footer {
  background: url("../img/footer.png") no-repeat center;
  font-size: 1.2em;
  width: 988px;
  height: 50px;
  padding: 10px 6px 0px 6px;
  text-align: center;
  margin-top: 6px;
}
