body {
  text-align: center;
  background-color: #c11400;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}
h1 {
  display: none;
}
h2 {
  font-size: 15px;
  color: #ca1300;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
}
a {
  text-decoration: none;
  color: rgb(30,30,30);  
}
a:hover {
  text-decoration: underline;
  color: #c11400;
}
.clear {
  clear: both;
  visibility: hidden;
}
#content {
  width: 794px;
  margin:20px auto;
  padding:0;
} 
#cheader {
  width: 794px;
  height: 130px;
}
#header {
  display: block;
  width: 517px;
  height: 81px;
  border: none;
  background-image: url('./images/header.png');
  background-position: left center; 
  float: left;
}
#header-right {
  width: 260px;
  float: right;
  text-align: center;
  color: #fff;
}
#header-right img {
  border: 4px solid #ec1500;
}
#top {
  width: 100%;
  height: 44px;
  border: none;
  background-image: url('./images/background-top.png');
}
#center {
  width: 100%;
  height: auto;
  min-height: 450px;
  _height: 450px;
  border: none;
  background-image: url('./images/background.png');
  background-repeat: repeat-y;
  text-align: left
}
#left {
  float: left;
  width: 21%;
  padding-left: 10px;
}
#left ul {
  list-style-type: none;
  border: 1px solid #808080;
  padding: 3px;
  height: 110px;
  margin: 0;
}
#left ul li {
  padding-top: 1px;
}
#right {
  float: right;
  width: 76%;
}
#right ul li {
  font-size: 14px;
}
#right p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 14px;
  width: 99%
}
#bottom {
  width: 100%;
  height: 35px;
  margin-top:-10px; 
  border: none;
  background-image: url('./images/background-bottom.png');
}
#footer {
  width: 100%;
  margin: 0 auto;
}
#footer p {
  width: 100%;
  text-align:center;
  padding: 0;
  margin-top: 2px;
  font-weight: bolder;
  color: #fff;  
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#top ul {
  display: inline;
  list-style-type: none;
  padding: 0;
}
#top ul li {
  display: inline;
  list-style-type: none;
  margin: 0;  
}
#top ul li a {
  display: block;
  float: left;
  width: 127px;
  height: 31px;
  margin-top: 7px;
  margin-left: 4px;
  line-height: 31px;  
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
}
#top ul li .first {
  margin-left: 6px;
}
#top ul li a:hover, #top ul li a.active {
  background-image: url('./images/button.gif');
  color: #191919;
}
#top-menu {
  width:100%;
  text-align: right;
  font-size:14px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold
}
#top-menu a {
  color: #fff;
}