body
{
  background: white;
  color: black;
  margin: 0px auto 0px auto;
  width: 950px;
  padding: 0px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
}

#header 
{
  background: #da202c;
  background-image: url("/images/header.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  height: 260px;
}

#header h1
{
  display: none;
}

#top_image_and_logo
{
  width: 500px;
  float: left;
}

#right_image
{
  float: right;
}

#container
{
  background-image: url("/images/background.gif");
  background-repeat: repeat-y;
}

#menu 
{
  background: #da202c;
  color: white;
  margin: 0px;
  padding: 0px;
  width: 225px;
  float: left;
}

#menu ul
{
  padding-left: 30px;
  list-style: none;
}

#menu li
{
  padding-bottom: 20px;
}

#menu a
{
  color: white;
  background: inherit;
  font-family: Arial, sans-serif;
  font-size: 15pt;
  text-decoration: none;
  font-weight: bold;
}

#content
{
  width: 650px;
  float right;
  margin-left: 240px;
  padding: 5px;
}

#content a
{
  color: #a9122a;
}

#footer
{
  background: #da202c;
  clear: both;
}
