BODY {
  font-family: verdana, Arial, Sans-serif;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}

ol, ul {
  font-size: 12px;
}


h1, h2, h3, p {
  color: #0d1a21;
}

a:link, a:visited, a:active {
  font-family: Tahoma, verdana, Arial, Sans-serif;
  font-weight: bold;
  color: #ffcb00;
  text-decoration: none;
  font-size: 12px;
}

a:hover {
  text-decoration: underline;
  color: #000000;
  /*border-bottom: 1px solid #ffcb00;*/
}

#wrapper {
  width: 770px;
  margin: 0 auto;
  padding: 0px;
  border: 1px solid #000000;
  background: url("../img/content_bg2.gif");
}

#left_bottom {
  background: url("../img/left_bottom.gif") no-repeat;
  background-position: bottom left;
}

#head {
  width: 770px;
  height: 65px;
  background: white url("../img/head.png");
}

#head2 {
  width: 760px;
  height: 20px;
  background: #f3c400 url("../img/head_title.png") no-repeat right top;
  padding-top: 25px;
  padding-left: 10px;
}

#head2 a:link, #head2 a:visited, #head2 a:active {
  font-weight: bold;
  color: #123456;
  text-decoration: none;
  font-size: 12px;
}

#head2 a:hover {
  text-decoration: underline;
}

#content {
  width: 770px;
  padding: 0px;
  background: url("../img/right_bottom.gif") no-repeat;
  background-position: bottom right;
  /*clear: both;*/
}


#content_left {
  width: 247px;
  /*height: 1000px;*/

  border-right: 0px solid #000000;
  padding-bottom: 160px;
}

.menu {
  width: 247px;
  margin: 0px;
  padding: 0px;
  padding-top: 80px;
  list-style: none;
  border: 0px solid #000000;
  background: url("../img/connector4.gif") no-repeat;
  background-position: top right;
  text-align: right;
}

.menu LI {
  height: 32px;
  color: #ffcb05;
  font-weight: bold;
  font-size: 17px;
  border: 0px solid #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 55px;
  /*background-color: #c00000;*/
}

.menu LI a:link, .menu LI a:visited, .menu LI a:active {
  color: #ffcb05;
  font-size: 17px;
  text-decoration: none;
}

.menu LI a:hover{
  color: #ffcb05;
  text-decoration: none;
  border: 0;
}

#content_right {
  width: 460px;
  /*height: 1000px;*/

  float: right;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
}


#foot_top {
  width: 770px;
  height: 10px;
  background: yellow url("../img/yellow_pix.png");
  clear: both;
}

#foot {
  width: 770px;
  height: 78px;
  clear: both;
}

.copy {
  color: #123456;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.inframe {
  background-color: transparent;
  background: url("../img/content_bg2.gif");
}

.inframe h1 {
  font-size: 14px;
}

#h_menu {
  list-style: none;
  width: 420px;
  border-bottom: 2px solid #000000;
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
  padding-bottom: 5px;
}

#h_menu li {
  display: inline;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #000000;
}

#h_menu .active {
  background-color: #000000;
  color: #ffcb05;
}

#h_menu .inactive {
  background-color: #fbee8a;
  color: #000000;
  text-decoration: none;
}

.inactive a {
  background-color: #fbee8a;
  color: #000000;
  text-decoration: none;
}

.list_head {
  background: yellow url("../img/yellow_pix.png");
  font-weight: bold;
}

.list_table {
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 10px;
  border: 1px solid #000000; 
}

.list_row_pair {
  background: url("../img/list_bg.png");
}

.list_row_unpair {
  background: url("../img/list_bg2.png");
}







