@charset "utf-8";
/* CSS Document */
body {
  background: #400000;
}
#logo
{
  position: absolute;
  top: 9px;
  left: 9px;
  width: 300px;
  background: #400000;
}
#menu 
{
  position: absolute;
  top: 225px;
  left: 9px;
  width: 235px;
  padding-left: 8px;
  background: #CAC0BE;
  font-size: 11pt;
  font-weight: bold;
  font-family: helvetica, san-serif, serif;
}
#menu a:link
{
  color: #000000;
  text-decoration: none;
}
#menu a:visited
{
  color:  #000080;
  text-decoration: none;
}
#menu a:hover
{
  color: #400000;
  text-decoration: underline;
}
#main
{
  position: absolute;
  top: 225px;
  left: 312px;
  width: 800px;
  color: #FFFFFF;
  background: #400000;
  padding-left:  8px;
  font-size: 12pt;
  font-weight: bold;
  font-family: helvetica, san-serif, serif;
}
#main a:link
{
  color: #FFFF80;
  text-decoration: none;
  font-weight: bold;
  font-family: helvetica, san-serif, serif;
}
#main a:visited
{
  color: #C0FFFF;
  text-decoration: none;
  font-weight: bold;
  font-family: helvetica, san-serif, serif;
}
#main a:hover
{
  text-decoration: underline;
  font-weight: bold;
  font-family: helvetica, san-serif, serif;
}
#main h1
{
  display:  inline;
}
#garlic  
{
  position: absolute;
  top: 580px;
  left: 9px;
} 