#header

{

   width:800px;

   height:20px;

   background-image:url("images/header.jpg"); 



}

body

{

     width:800px; 

	 height:auto;

	 text-align:left;

     background-image:url("images/background.jpg");

	 font-size:12px; 

	 font-family:Verdana, Arial, Helvetica, sans-serif;

	 margin:auto;



}

#all_content

{

    width:800px; 

	height:auto;

	background-color:white;

  

}

#banner

{

     width:800px; 

	 height:110px; 

	 background-image:url("images/banner.jpg");  

}

#left_nav

{

     width:200px; 

	 height:auto; 

	 /*background-image:url("images/left_repeat.jpg");

	 background-repeat:repeat-y;*/

	 background-color:#336600; 

	 float:right;

	

}

#right_content

{

     width:580px; 

	 height:auto; 

	 float:right;

	 padding-left:20px; 

	 

}

.clear

{

   clear:both; 

 }

#main_content

{

     width:800px; 

	 height:auto;

	 background-image:url("images/main_repeat.jpg"); 

	 background-repeat:repeat-y;

}

#footer

{

   width:800px;

   height:25px;

	background-image:url("images/footer.jpg");

}
#footer_content
{
    
     width:800px; 

	 height:auto;

	 text-align:center;

     background-image:url("images/background.jpg");

}

td#links

{

   height:20px; 

   width:200px; 

   text-align:left;

   padding-left:20px;


}



td#links a

{

   text-decoration:none; 

   color:white; 

}



td#links a:hover

{

   font-weight:bold; 

   border-bottom:dotted;

   border-bottom-width:thin;  

   border-bottom-color:#99CC99;

   color:#99CC99;

 }
 tr.tableHead
 {
    color:white;
	font-weight:bold;
	background-color:#336600;
	
}
td.address
{
      padding-left:20px; 
	 
	  
}

 


