* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #666;
  background-color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
}

.red {
  color: #ee1f17; /*#f47454; #f47354;*/
}

h1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0;
}

h2 {
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  /*border-bottom: 1px solid #c8c8c8;*/
}

h3 {
  font-size: 11px;
  font-weight: bold;
}

p, table {
  color: #666;
}

p.clear {
  clear: both;
}

p.spacer {
  line-height: 10px;
}

tr.head {
  font-weight: bold;
}

td {
  padding: 0 10px 3px 0;
}

div#header {
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #d1d1d1;
}

div#header h1, div#header div#banner p {
  display: none;
}

div#header div#banner {
  width: 800px;
  height: 70px;
  margin: 0 auto;
  background: url(../pics/bg_header_text.jpg) top left no-repeat #d1d1d1;
}

div#container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

div#menu {
  float: left;
  width: 800px;
  height: 25px;
  background: url(../pics/bg_menu.jpg) top right no-repeat #fff;
}

div#menu ul {
  margin: 10px 0 0 0;
  list-style-type: none;
}

div#menu ul li{
  float: left;
}

div#menu ul li a {
  font-weight: bold;
  display: block;
  float: left;
  color: #000;
  padding: 0 25px 0 15px;
  background: url(../pics/bg_menu_link_normal.gif) top left no-repeat;
}

div#menu ul li a:hover {
  background: url(../pics/bg_menu_link_active.gif) top left no-repeat #dadada;
}

div#menu ul li a.active {
  background: url(../pics/bg_menu_link_active.gif) top left no-repeat #dadada;
}

div#content {
  clear: left;
  float: left;
  width: 810px;
  margin-top: 40px;
}

div#footer {
  /*clear: left;
  float: left;
  width: 800px;
  height: 100px;
  background: url(../pics/bg_footer.gif) bottom left no-repeat #fff;*/
  position:fixed;
  margin:0; 
  bottom:0;
  height: 40px;
  left:0;
  display:block;
  width:100%;
  z-index:5;
  overflow:hidden;
  text-align: center;
}

div#footer p {
  width: 800px;
  margin: 0 auto;
  line-height: 40px;
  background: url(../pics/bg_footer.gif) bottom left no-repeat #fff;
}

div#content ul.sub_menu {
  clear: both;
  height: 20px;
  margin: 0;
  list-style-type: none;
}

div#content ul.sub_menu li{
  float: left;
}

div#content ul.sub_menu li a {
  color: #000;
  display: block;
  padding: 0 15px 0 15px;
  background: none;
}

div#content ul.sub_menu li a:hover {
  background: url(../pics/arrow_red.gif) 0 2px no-repeat;
}

div#content ul.sub_menu li.nav a {
  color: #000;
  display: block;
  padding: 0 15px 0 0px;
  background: none;
}

div#content ul.sub_menu li.nav a:hover {
  background: none;
}

div#content ul.sub_menu li a.active {
  background: url(../pics/arrow_bred.gif) 0 2px no-repeat;
}
