html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  text-align: center;
}

a img { border: none; }

form { display: inline; }

.img {
  border: 1px solid #ffffff;
}

td, p, a, h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  word-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

#page {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 1024px;
  margin-left: -512px;
  margin-top: auto;
}

#menu {
  width: 528px;
  height: 68px;
  background-image: url(../images/mnu_bg.jpg);
  background-repeat: no-repeat;
  text-align:left;
}

#main {
  width: 747px;
  height: 251px;
  border-top: 1px solid #ffffff;
  background-color: #333333;
  padding: 15px;
}

#foot {
  height: 43px;
  text-align: right;
  border-top: 1px solid #ffffff;
  vertical-align: top;
  padding: 5px;
}

#content {
  width: 100%;
  height: 100%;
  position: static;
  background-image: url(../images/site_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

td#mnu01 a { display: block; background-image: url(../images/mnu_item01a.gif); background-repeat: no-repeat; }
td#mnu01 a:hover { display: block; background-image: url(../images/mnu_item01b.gif); background-repeat: no-repeat; }
td#mnu02 a { display: block; background-image: url(../images/mnu_item02a.gif); background-repeat: no-repeat; }
td#mnu02 a:hover { display: block; background-image: url(../images/mnu_item02b.gif); background-repeat: no-repeat; }
td#mnu03 a { display: block; background-image: url(../images/mnu_item03a.gif); background-repeat: no-repeat; }
td#mnu03 a:hover { display: block; background-image: url(../images/mnu_item03b.gif); background-repeat: no-repeat; }
td#mnu04 a { display: block; background-image: url(../images/mnu_item04a.gif); background-repeat: no-repeat; }
td#mnu04 a:hover { display: block; background-image: url(../images/mnu_item04b.gif); background-repeat: no-repeat; }
td#mnu05 a { display: block; background-image: url(../images/mnu_item05a.gif); background-repeat: no-repeat; }
td#mnu05 a:hover { display: block; background-image: url(../images/mnu_item05b.gif); background-repeat: no-repeat; }
td#mnu06 a { display: block; background-image: url(../images/mnu_item06a.gif); background-repeat: no-repeat; }
td#mnu06 a:hover { display: block; background-image: url(../images/mnu_item06b.gif); background-repeat: no-repeat; }
td#mnu07 a { display: block; background-image: url(../images/mnu_item07a.gif); background-repeat: no-repeat; }
td#mnu07 a:hover { display: block; background-image: url(../images/mnu_item07b.gif); background-repeat: no-repeat; }

td.bg {
  background-color: #333333;
  vertical-align: top;
}

td.tabActive, td.tabDefault {
  width: 60px;
  height: 17px;
  text-align: center;
}

td.tabActive a {
  background-image: url(../images/tab_active.gif); 
  background-repeat: repeat-x;
  display: block;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}

td.tabDefault a {
  background-image: url(../images/tab_default.gif);
  background-repeat: repeat-x;
  display: block;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  color: #bbbbbb;
}

td.tabDefault a:hover, td.tabActive a:hover {
  text-decoration: none;
  color: #ffffff;
}

.rights {
  padding-left: 8px;
  padding-right: 8px;
}

h1 {
  font-size: 14px;
  margin: 0px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

div.tabActive {
  width: 60px;
  height: 17px;
  background: url('../images/tab_l_active.gif') top left no-repeat; 
  float: left; 
  padding: 0px; 
  margin: 0px;
  white-space: nowrap;
}

div.tabDefault {
  width: 60px;
  height: 17px;
  background: url('../images/tab_l_default.gif') top left no-repeat; 
  float: left; 
  padding: 0px; 
  margin: 0px;
  white-space: nowrap;
}

div.tabActive a {
  display: block;
  width: 60px;
  line-height: 17px;
  text-align: center;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: url('../images/tab_r_active.gif') top right no-repeat;
  margin: 0;
  white-space: nowrap;
}

div.tabDefault a {
  display: block;
  width: 60px;
  line-height: 17px;
  text-align: center;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: url('../images/tab_r_default.gif') top right no-repeat;
  margin: 0;
  white-space: nowrap;
}

div.tabDefault:hover {
  width: 60px;
  height: 17px;
  background: url('../images/tab_l_active.gif') top left no-repeat; 
  float: left; 
  padding: 0px; 
  margin: 0px;
}

div.tabDefault:hover a {
  width: 60px;
  line-height: 17px;
  text-align: center;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: url('../images/tab_r_active.gif') top right no-repeat;
  margin: 0;
}

div.tabDefault a:hover {
  width: 60px;
  line-height: 17px;
  text-align: center;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: url('../images/tab_l_active.gif') top right no-repeat;
  margin: 0;
}
