body
{
  margin: 0px;
  font-family: arial;
  font-size: 80%;
}

h1
{
  color: #652D2D;
  font-size: 130%;
  font-family: veranda;
}

h2
{
  color: #652D2D;
  font-size: 110%;
  font-family: veranda;
}

a
{
  color: #A02E35;
  text-decoration: none;
}

a:visited
{
  color: #A02E35;
}

a:hover
{
  color: #690F0E;
  text-decoration: underline;
}
 

#headerblock
{
  width: 741px;
  height: 82px;
  margin: 0px auto;
  background: url("logo.jpg") no-repeat;
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
  color: #999;
  font-size: 90%;
}

#headerblock a
{
  color: #ffffff;
}

#headerblock a:hover
{
  color: #cccccc;
  text-decoration: none;
}


div#menublock
{
  width: 746px;
  margin: 0px auto;
  background-color: #CE999D;
  height: 21px;
  position: relative;
  top: -2px;
}

div.menuitem
{
  background-color: #A02E35;
  float: left;
  border-bottom: #61080D solid 1px;
  margin-bottom: 3px;
}

div.menuitem a
{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 2px;
  width: 100px;
  border-right: #fff solid 1px; 
  text-align: center;
}

div.menuitem a:hover
{
  text-decoration: none;
  color: #000;
  background-color: #CE999D;
  width: 100px;
  display: block;
  border-right: #fff solid 1px;
}

div.menuitem a:visited
{
  color: #fff;
}

#maincontent
{
  width: 746px;
  margin: 0px auto;
  clear: both;
  margin-top: 20px;
}

#footerblock
{
  width: 740px;
  margin: 0px auto;
  clear: both;
  margin-top: 50px;
  background-color: #EBEAEA;
  color: #666;
  padding: 3px;
  font-size: 77%;
  margin-bottom: 6px;
  
}

.pagelist
{
  width: 700px;
}

.pagelisthighlight
{

  background-color: #FCECEA;
  padding: 3px;
}

