  body {
	  font-family:Arial, Helvetica, sans-serif;
	  background-color: #3c3c3c;
	  margin: 0px 0px;
  }
  table {
	  backgroung-color: #3c3c3c;
  }
  table.main {
	  width: 850px;
	  height: 100%;
  }
  table.submain {
	  width: 100%;
	  height: 100%;
  }
  table.descript {
	  width:100%;
	  height:100%;
  }
   td.leftborder {
	  width: 30px;
	  height: 100%;
	  background-image: url(../images/border_left.jpg);
  }
  td.rightborder {
	  width: 30px;
	  height: 100%;
	  background-image: url(../images/border_right.jpg)
  }
  td.logo {
	  background-image: ;
	  height: 140px;
  }
  td.nav {
	  width:170px;
	  height: 21px;
	  background-image: url(../images/navbg.jpg);
	  background-repeat: repeat-y;
  }
  td.navspace {
	  width:170px;
	  background-image: url(../images/navbg.jpg);
	  background-repeat: repeat-y;
  }
  td.topdivider1 {
	  height: 26px;
	  width: 702px;
	  background-image: url(../images/bar_mid2.jpg);
  }
  td.topdivider2 {
	  height: 26px;
	  width:100%;
	  background-image: url(../images/topdividerbg2.jpg);
	  background-repeat: repeat-x;
	  text-align:right;
  }
  td.content {
	  width: 100%;
	  height: 100%;
  }  
  td.tablediv {
	  height:19px;
	  background-image:url(../images/table_div.jpg);
  }
  td.descript {
	  width: 100%;
	  height: 80px;
  }
  td.topdescriptbg {
	  background-image: url(../images/content_div.jpg);
	  height: 19px;
  }
  td.bottomdescriptbg {
	  background-image: url(../images/content_div.jpg);
	  height: 19px;
  }
  td.verybottom {
	  height: 30px;
	  background-image: url(../images/verybottom.jpg);
  }
  div.descript {
	  font-size:10px;
	  color: white;
	  text-align:justify;
	  margin: 10px 10px;
  }
  iframe {
	  width:100%;
	  height:100%;
  }