html {
  height: 100%;
}
img { border: 0px; }
body {
  background: #000000;
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
table td {
	text-align: left;
}

#MainWrap {
  overflow: none;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
}
#LeftColumn {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  min-height: 860px;
  width: 283px;
  background: url("images/zx_web/left_pan.gif") no-repeat 0px 0px;
}
  #LeftColumn .menu_item {
    margin: 0px;
    float: left;
  }
  #LeftColumn .add_links {
    margin: 0px;
    float: left;
    display: inline;
    clear: left;
    margin-left: 30px;
  }
  #LeftColumn img {
    border: 0px;
  }
#CenterColumn {
  width: 554px;
  height: 830px;
  margin: 0px auto;
  top: 0px;
}
  #CenterColumn .MainContent {
    width: 100%;
    overflow: none;
    margin-top: 0px;
    height: 510px;
    background: url("images/zx_web/news_bkg.gif") no-repeat center center;
    background-attachment: scroll;
  }
#RightColumn {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  width: 295px;
  background: url("images/zx_web/right_pan.gif") no-repeat 0px 0px;
  height: 100%;
  min-height: 860px;
  clear: right;
}
#Spacer {
  clear: both;
}
.content_iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;

}
.boldfont {
  font-family: Arial, Tahoma, Helvetica, sans-serif; 
  text-decoration: none; 
  font-size: 13px; 
  font-weight: bold; 
  color:#FFFFFF;
}
.regfont {
  font-family: Arial, Tahoma, Helvetica, sans-serif; 
  text-decoration: none; 
  font-size: 13px; 
  font-weight: normal; 
  text-align: justify; 
  color:#FFFFFF;
}
.lyrfont {
  font-family: Arial, Tahoma, Helvetica, sans-serif; 
  text-decoration: none; 
  font-size: 12px; 
  font-weight: normal; 
  color:#FFFFFF;
}
.bigfont {
  font-family: Arial, Tahoma, Helvetica, sans-serif; 
  text-decoration: none; 
  font-size: 17px; 
  font-weight: bold; 
  color:#FFFFFF;
}
.greyfont {
  font-family: Arial, Tahoma, Helvetica, sans-serif; 
  text-decoration: none; 
  font-size: 10px; 
  font-weight: bold; 
  color:#777777;
}
.smallfont {
  font-family: Arial, Tahoma, Helvetica, sans-serif; 
  text-decoration: none; 
  font-size: 9px; 
  font-weight: normal; 
  color:#777777;
}
a {
  color:#FFFFFF; 
  text-decoration:none;
}
a:visited {color:#FFFFFF;}
a:hover {color:#CCCCCC}

