 body
 {
   background-image: url(images/background_tile.png);
   background-repeat: repeat;
   font-size: 14px; font-family:Helvetica;
   border:0; margin:0; padding:0;
 }
 
		
 
 div.header
 {
 background:url(images/top_banner.png) left top repeat-x;
   position:absolute;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:249px;
	 padding:0px;
 }

 div.logo
 {
 margin:0 auto;
 background:url(images/top_banner_logo.png) center top no-repeat;
   position:relative;
	 height:206px;
	 width:100%;
 }
 
 div.Container
{
   position:relative
   width:1024px;
   height:700px;
}

 
 div.main
 {
   position:relative;
	 top:40px;
	 left:30%;
	 right:75%;
	 width:695px;
	 height:440px;
	 background-image: url(images/text_box01.png);
	background-repeat: no-repeat;
 }

 div.maintext
 {
   position: relative; 
   padding: 12px 20px 0; 
   float: left; 
   z-index:20; 
   width:60%;
   height: 400px;
   color: #dddddd;
   overflow: auto; 
} 
 div.links
 {
    position:absolute;
	 top:209px;
	 height:40px;
	 left:25%;
	 width:50%;
 	 text-align:center;
 }

 div.menuitem
 {
	position:relative;
	top:1px; 	
	
 }
 
img 
{
	border=0;
} 
 
 a:link {
	color: white;
 }  
 
.menuitem a:link, .menuitem a:visited 
{
		color: transparent;
		background-color: transparent;
		text-decoration:none;
} 

 
  
table.center {margin-left:auto; margin-right:auto;}

