/* S C R E E N S H O T S */

a{
			font-family:arial;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
}
a:hover{
			font-family:arial;
			font-size:12px;
			font-weight:bold;
			text-decoration:underline;
}

	/* page bg*/
		td.td_content_about {
			/*background-color:#000000;*/
			background-image:url('_images/bg_general.gif');
			
			background-color:#B3BAC5;	
			
		}
	/*table holding the pics and descriptions*/
		table.about {
			/*background-color:#000000;*/
			background-image:url('_images/bg_general.gif');
			background-repeat:repeat-x;
			width:800px;	
		}
		
		
		td.td_left {
			font-family:arial;
			font-size:16px;
			font-weight:bold;
			background-image:url('_images/bg_about_us.gif');
			background-repeat:repeat-y;		
			width:267px;	
			height:200px;		
		}
		
		td.td_right {
			font-family:arial;
			font-size:16px;
			font-weight:bold;
			background-image:url('_images/bg_screenshot_desc_left.gif');
			background-repeat:repeat-y;				
			width:400px;	
		}		

		
		img.about_img {
			width:400px;
			border-width:0px;
		}