body
{
  margin: 0;
  padding: 0;
  background-color: #000000;
  text-align: center;
}

#header
{
  background-image: url(images1/header-background.gif);
  height: 149px;
  width: 100%;
  margin: auto;
}

#top-menu
{
  background-image: url(images1/top-menu-background.gif);
  height: 40px;
  width: 100%;
  margin: 0 auto 12px auto;
}

#top-menu-navi
{
  width: 790px;
  height: 40px;
  margin: auto;
  text-align: center;
}

#top-menu-navi a
{
  font-family: verdana, helvetiva, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#top-menu-navi a:hover
{
  color: #ffef8c;
}

#top-menu-navi .spacer
{
  display: inline;
  vertical-align: middle;
  width: 2px;
  height: 30px;
}

#columns
{
  width: 790px;
  margin: auto;
}

#left-column
{
  float: left;
  width: 145px;
  color:#ffffff;
}

#middle-column
{
  float: left;
  color:#ffffff;
  width: 500px;
}

#middle-column h2
{
  color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 18px;
  clear: left;
  margin: 0;
  padding: 13px 0 12px 0;
}

#right-column
{
  float: right;
  width: 145px;
  color:#ffffff;
}

#bottom-menu
{
  clear: both;
  background-image: url(images1/bottom-menu-background.gif);
  width: 790px;
  height: 32px;
  margin: 10px auto 10px auto;
  border-top: 1px solid #311008;
  border-left: 1px solid #311008;
  border-bottom: 1px solid #bd2421;
  border-right: 1px solid #bd2421;
}

#bottom-menu .spacer
{
  display: inline;
  vertical-align: middle;
  width: 2px;
  height: 32px;
}

#bottom-menu a
{
  font-family: verdana, helvetiva, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#bottom-menu a:hover
{
  color: #ffef8c;
}

#footer
{
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding-bottom: 20px;
}

.menu
{
  width: 138px;
  background-color: #8c1c18;
  padding: 7px 2px 4px 5px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

.menu h3
{
  font-size: 11px;
  font-weight: bold;
  margin : 0;
  padding : 0;
}

.menu hr
{
  width: 95%;
  border: 0px;
  border-top: 1px solid #311008;
  border-bottom: 1px solid #8c1c18;
  margin-bottom: 0;
  padding-bottom: 0;
  heigth: 1px;
}

.menu a
{
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 10px;
  border-bottom: 1px dashed #000000;
  padding: 5px 0 4px 3px;
}

.menu a:hover
{
  color: #ff0000;
  text-decoration: underline;
}

.index-box
{
  width: 150px;
  background-color: #8c1c18;
  margin: 0 5px 0 4px;
  padding: 7px 2px 2px 2px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;
  float: left;
}

.index-box h3
{
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.index-box hr
{
  width: 95%;
  border: 0px;
  border-top: 1px solid #311008;
  border-bottom: 1px solid #8c1c18;
  margin: 10px 0 6px 0;
  padding: 0;
}

.index-box .link
{
  background-color: #630400;
  width: 95%;
  padding: 3px;
  margin: 6px 0 0 0;
  font-size: 10px;
  font-weight: bold;
}

.index-box .link a
{
  font-weight: bold;
  color: #ffef8c;
  text-decoration: none;
}

.index-box .link a:hover
{
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}

.box1
{
  font-family: verdana, helvetica, arial, sans-serif;
  color: #ffffff;
  background-color: #8c1c18;
  width: 482px;
  padding: 2px;
  margin-left: 4px;
}

.box1 h1
{
  font-size: 15px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.box1 h3
{
  font-size: 15px;
  color: #fff794;
  padding: 0;
  margin: 0;
}


.box2
{
  text-align: right;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #000000;
  width: 478px;
  padding: 0 8px 0 0;
  margin: 0 0 10px 4px;
}

.box3
{
  text-align: left;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #000000;
  width: 486px;
  padding: 0;
  margin: 0 0 4px 4px;
  background-image: url(images1/box-background.gif);
  background-repeat: repeat-y;
}

.box3 h3
{
  font-size: 12px;
  color: #fff794;
  padding: 0 0 5px 0;
  margin: 0;
}

.box3 td
{
  vertical-align: top;
  font-size: 10px;
  color: #ffffff;
}

.box3-left
{
  float: left;
  width: 250px;
  padding: 4px;
}

.box3-right
{
  width: 220px;
  float: right;
  margin: 0;
  padding: 0;
}

.box3-right img
{
  border: 1px solid #FF0000;
  margin: 0;
  padding: 0;
}

.box4
{
  clear: both;
  text-align: left;
  font-family: verdana, helvetice, arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #000000;
  width: 478px;
  padding: 3px;
  margin: 0 0 20px 4px;
  border: 1px solid #ff0000;
}

.box4 h3
{
  font-size: 12px;
  color: #000000;
  padding: 0;
  margin: 0;
}

.box5
{
  text-align: left;
  font-family: verdana, helvetice, arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #000000;
  width: 478px;
  padding: 3px;
  margin-left: 8px;
}

.box5 h3
{
  font-size: 13px;
  color: #ffffff;
  padding: 0;
  margin-left: 0;
}