BODY
{
  background-color: Black;
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}

.mainDiv
{
  margin-left: 100px;
}

/* Main table */
.mainTableLeftCell
{
  background-image: url("images/left.jpg");
  width: 7px;
}

.mainTableRightCell
{
  background-image: url("images/right.jpg");
  width: 7px;
}

.mainTableMainCell
{
  background-color: #d7d0b3;
}

/* Content table */
.contentTable
{
  width: 752px;
}

.contentTableLeftCell
{
  width: 325px;
  padding: 15px;
  vertical-align: top;
}

.contentTableSeparatorCell
{
  width: 2px;
}

.contentTableRightCell
{
  width: 325px;
  padding: 15px;
  vertical-align: top;
}

.contentTableHeaderCell
{
	padding-left: 15px;
}


/* Dish */
.dishTable
{
  width: 100%;
  margin-bottom: 5px;
}

.dishHeader
{
  font-size: 12px;
  font-weight: bold;
}
.dishPrice
{
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
.dishImage
{
  width: 50px;
}
.dishDescription
{
}
                
