﻿#blackboard
{ 
  background-color:Black;
  text-align:center;
  width:640px;
  border:solid 1px black;
  padding:15px;
  color:#FFF;
}

#blackboard li
{
  list-style-type:none;
}

#rightcolumn
{
  float:right;  
  width:300px;
  background-color:Gray;  
}

#rightcolumn li
{
  margin-left:15px;
}

#leftcolumn
{
  float:left;  
  width:300px;
  background-color:Gray;
}

#leftcolumn li
{
  margin-right:15px;
}

#content table
{
  width:100%;
  background-color:#d4d4d4;
}

#content table h2
{
  margin:0 0 10px 0;
  border-bottom:1px dotted #f6f6f6;
  padding:10px;
}

#content td
{
  height:400px;
  background-color:#333333;
  padding:9px;
  color:#e6e6e6;
  vertical-align:top;
  text-align:center;
  width:50%;
}

#content .breakfast
{
  height:200px;
}

#content table ul
{
  margin:0;
  padding:0;
  list-style-type:none;
}

#content table li
{
  background:none;
  margin:0 0 10px 0;
  padding:0;
}

#content table li span
{
  display:block;
  font-size:0.8em;
  color:#d4b33b
}

#content table td p
{
  display:block;
  font-size:1.0em;
  color:#d4b33b
}



