/* CSS Document */

#main_container
{
  background-color:white;
  margin-left :auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/

  width:1009px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}



#footer_txt
{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #ffffff;
margin:45px 0px 0px 0px;
}


#top_txt
{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #ffffff;
margin:0px 0px 0px 0px;
background-image:url(../images/top_bg.jpg);
width:780px;
text-align:justify;
border-top:#999999 solid 5px;
}

#top_txt h1{
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: #000;
margin:0px 0px 0px 0px;
width:780px;
}
<!--
.txt {  font-family: verdana; font-size: 11px}
-->
