body
{
  width:800px;
  height:auto;
  margin: 0 auto;

  background-image: url(textures/bg.jpg);
  background-repeat:repeat-x;

  background-color: #641808;
  color:white

}

#header
{
  width:800px;
  height:150px;
  border-bottom:solid black 2px;
}
#linksDiv
{
  width:790px;
  height:60px;
  border-bottom: solid black 2px;
}
#table
{
  width:100%;
  height:100;
}
.tableCol
{
  width:250px;
  height:55px;
 text-align:center;
  vertical-align:bottom;
  
}
#content
{
  width:800px;
  height:auto;
  float:left;
}
#textContent
{
  margin:25px;
  font-family: 'Times New Roman',Times,serif;
  font-size: 14px;
}
#footer
{
  margin:15px 0 0 0;
}
#footer p
{
  width:800px;
  height:25px;
  clear:both;
  text-align:Center;
  font-size:24px;
  font-weight:bold;
  border-top:solid black 2px;
  margin-top:5px;
}
a:link
{
  text-decoration:none;
  color: #ffffff;

}
a:visited
{
  text-decoration:none;
  color: #ffffff;
}
a:hover
{
  text-decoration:none;
  color:blue;
}
a:active
{
  text-decoration:none;
  color: #ffffff;
}
#syrupTable
{
  width: 780px;

}
.syrupRow
{
  width:250px;
}
