html, body				{
						
						text-align: center;
						margin: 0;
						padding: 0;
						height: 100%;
						}
						
body					{
						position: absolute;
						top: 0px;
						margin-left: auto;
						margin-right: auto;
						text-align: center;				
						font-family: Arial, Helvetica, sans-serif;
						font-size: 9pt;		
						margin-top: 0px;
						margin-bottom: 0px;
						background: #cccccc;
						color: #000;	
						height: 100%;	
						width: 100%;
						}
						
h1, h2	        		{
            			font-weight: bold;
						font-size: 1.3em;
						line-height: 1.3em;
						color: #eeeeee;
						padding: 0;
						padding-top: 10px;
						padding-bottom: 10px;
						margin:0;
           				}  
						
h3	        {
            font-size: 1em;
            text-align: center;
            margin-top: 10px;
            color: #666;  
            }   
			
			
						
a						{
						color: #00CCFF;
						}								
					
.pagetab				{
						width: 532px;
						margin: 0;
						padding: 0;
}
						
#container				{
						position: relative;
						width: 900px;
						margin-left: auto;
						margin-right: auto;
						text-align: center;
						margin-top: 0px;
						margin-bottom: 0px;		
						background: #666666;
						}

#home_page_wrapper		{
						position: relative;
						margin: 0;
						padding: 0;
						width: 100%;
						height: 100%;
						display: block;
						background: #000;
}
	
#home_page_enter		{
width: 480px;
margin-bottom: 20px;
padding-top: 10px;
background: #fff;
border: 3px solid #666;
margin-left: auto;
margin-right: auto;
}
	
#home_page_enter a	{
border: none;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 14px;
}

#home_page_enter a img {
						border: none;
}
						
#top					{
						position: relative;
						width: 890px;
						height: 137px;
						padding-right: 10px;
						background: #fff;
						clear: both;
						background: url('../images/logo.jpg') no-repeat #fff;
}

#top_right				{
						height: 135px;
						overflow: hidden;
						width: 500px;
						float: right;
}

#logo_link	a			{
						height: 135px;
						width: 200px;
						float: left;
						display: block;
}

#top_address				{
						float: right;
						text-align: right;
						font-size: 1.4em;
						padding-top: 5px;
						color: #000;
}

#top_telephone			{
						clear: both;
						margin-top: -10px;
						float: right;
						text-align: right;
						font-size: 2.2em;
						font-weight: bold;
						color: #000;
						font-family: Arial, Helvetica, sans-serif;
}

#flash					{
						position: relative;
						width: 900px;
						height: 252px;
						background: url('../images/flash_bg.jpg') no-repeat #999;
						clear: both;
						border-top: 5px solid #000;
						border-bottom: 15px solid #000;
}


#top_nav				{
						position: relative;
						clear: both;
						width: 900px;
						height: 37px;
						padding-top: 18px;
						color: #fff;
						font-size: 10px;
						background: url('../images/top_nav_tile.jpg') repeat-x #000;
						}
						
#top_nav a				{
						margin: 0;
						padding: 0;
						color: #FFFFFF;
						text-decoration: none;
						font-size: 14px;
						display: block;
						float: left;
						width: 111px;
}

#top_nav a:hover			{
						color: #FFFF99;
						text-decoration: none;
}
						
						
						
#content				{
						position: relative;
						clear: both;
						width: 900px;
						margin: 0;
						padding: 0;
						background: #ffffff;
						background: url('../images/content_tile.jpg') repeat-y #000;
}

						
#content #info			{
						position: relative;
						width: 530px;
						padding-left: 15px;
						padding-right: 15px;
						padding-bottom: 20px;
						background: #333333;
						color: #CCCCCC;
						float: left;
						font-family: verdana;
						letter-spacing: 0.05em;
						min-height: 765px;
						text-align: left;
						overflow: hidden;
}



#content #info p		{
						width: 520px;
}

#content_right			{
						position: relative;
						width: 305px;
						padding: 15px;
						padding-top: 10px;
						float: left;
						border-right: 5px solid #666;
						background: #ffffff;
						text-align: left;
						letter-spacing: 0.15em;
						line-height: 1.5em;
						font-family: Arial, Helvetica, sans-serif;
}

#content_right	 h2		{
						font-weight: bold;
						font-size: 2em;
						line-height: 2em;
						color: #000000;
						padding: 0;
						margin:0;
}

#content_right .testimonial_giver	{
						font-weight: bold;
						padding: 0px;
						margin: 0px;
}

#content_right li		{
						list-style: square;
						font-weight: bold;
						padding: 0;
						margin: 0;
						line-height: 1.3em;
}


#footer					{
						clear: both;
						width: 900px;
						height: 50px;
						overflow: hidden;
						background: #000;
}

						

		
				
			
       <!-- Alignment classes -->
      
      .imgalignleft   {
                      float: left;
                      margin-right: 5px;
                      margin-bottom: 5px;
                      }
      .imgaligncenter {
                      margin: 5px 0px;
                      text-align: center;                      
                      }
      .imgalignright  {
                      float: right;
                      margin-left: 5px;
                      margin-bottom: 5px;
                      } 
      .txtalignleft   {
                      text-align: left;     
                      }
      .txtaligncenter {
                      text-align: center;                 
                      }
      .txtalignright  {
                      text-align: right;
                      }   
      .titalignleft   {
                      text-align: left;
                      font-size: 14px;
					  font-weight: bold;
                      padding-bottom: 5px;
                      padding-top: 5px;  
                      }
      .titaligncenter {
                      text-align: center;
                      font-size: 14px;
					  font-weight: bold;
                      padding-bottom: 5px;                      
                      padding-top: 5px; 
                      }
      .titalignright  {
                      text-align: right;
                      font-size: 14px;
					  font-weight: bold;    
                      padding-bottom: 5px;   
                      padding-top: 5px;                                                   
                      } 		
						
						
			
#bottom_copyright {
					width: 950px;
					margin-left: auto;
					margin-right: auto;
					text-align: center;
					padding-top: 10px;
					color: 99af92;
					font-size: 9px;
}

.linktab			{
					width: 500px;
}

.leftcontainer	{
				width: 530px !important;
}



cat_td_img_td
