body {
  margin:0;
  padding:0;
  background:#f5e4b9;
  background-image: url('../img/red_bkg_tile.jpg');
  color:black;
  font-family:Verdana, Tahoma, sans-serif;
  font-size:9pt;
}

table {
  border:0;
  border-collapse:collapse;
  width:100%;
}

img {
  border:0;
}

a {
  color:#561115;
}

td {
  margin:0;
  padding:0;
  vertical-align:center;
}

h1, h2 {
  font-family:Georgia, "times New Roman", serif;
  color:#561115;
  font-style:italic;
  font-weight:normal;
  margin-top:0;
  margin-bottom:.5em;
}

h1 {
  font-size:18pt;
}

div#all {
  width:766px;
  background:#f5e4b9;
  border:1px solid white;
  margin:auto;
}

div#header {
  background:url(../img/top1.png) no-repeat top right;
  height:98px;
  min-height:98px;
  font-size:0;
  border-top:1px solid white;
  border-bottom:1px solid white;
}

div#visual {
  background:url(../img/index.jpg) no-repeat top right;
  height:151px;
  min-height:151px;
  font-size:0;
  border-top:1px solid white;
  border-bottom:1px solid white;
}


div.gray {
  background:#2c2a35;
  color:white;
  font-size:7.5pt;
  font-weight:bold;
  height:17px;
  min-height:17px;
}

div.topmenu {
  text-transform:uppercase;
  text-align:center;
  overflow-y:hidden;
  line-height:17px;
}

div.topmenu a {
  color:white;
  text-decoration:none;
}

div.topmenu span.marker {
  color:#ffd643;
}

div#box {
  background:url(../img/bg.gif) top left repeat-x;
  margin:0;
  padding:1em;
}

