html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
body,div,td,p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
}
#header {
  background: #fff url(img/m2.jpg) top right no-repeat;
}
#slogan {
  padding-left: 50px;
}
#menu {
  height: 38px;
  background: #9a0201 url(img/top_bg.jpg) top left repeat-x;
  text-align: center;
}
#links {
  padding-top: 10px;
}
#links a {
  bottom: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  padding: 0 10px;
}
#links a:hover {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
#wrapper {
  background: #fff url(img/tmenu2_bg.jpg) top left repeat-x;
}
#left {
  float: left;
  width: 210px;
}
*html #left {
  margin-right: -3px;
}
#right {
 float: right;
 width: 210px;
}
*html #right {
  margin-left: -3px;
}
#center {
 margin: 0 210px;
 background: #cbcbcb url(img/sep_cols.jpg) top left repeat-x;
}
#content {
 height: 800px;
 background: #fff url(img/tmenu2_bg.jpg) top left repeat-x;
 margin: 0 1px;
 padding: 10px;
}
*html #content {
  margin: 0 -2px;
}
#footer {
  height: 77px;
  background: #fff url(img/f_bg.jpg) left top repeat-x;
}
