body
{
  margin:0px;
  padding:0px;
  text-align:center;
  background-image:url('/images/back.gif');
  font-family:Verdana,Arial;
  font-size:90%;
  color:#777;
  margin-bottom:10px;
}

#container
{
  width:750px;
  \width:750px;
  w\idth:750px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  background-color:#fff;
  border:1px solid #999;
}

#header
{
  text-align:center;
  color:#000;
  padding-bottom:10px;
}

#menu
{
  text-align:center;
}

#menu table
{
  margin-left:auto;
  margin-right:auto;
}

#menu a
{
  text-decoration:none;
  color:#000;
}

#menu a:hover
{
  color:#d00;
}

#menu td
{
  width:100px;
  text-align:center;
  height:30px;
  background-image:url('/images/bone3.gif');
  background-repeat:no-repeat;
  background-position:center;
}

#footer
{
}

#content
{
  padding:10px;
}

#content th
{
  text-align:left;
  vertical-align:top;
  background-color:#ddd;
}

.error
{
  font-weight:bold;
  color:#d00;
  border:1px solid #d00;
}

img
{
  border:0;
}