         
/* CONTENT START */
        
         #righttcolumn{
	margin-left: 145px;
         background-color: #ffffff; 
	}

	#leftcolumn{
	float: left;
	width: 145px;
	margin-left: -750px;
	background: #dfdfdf;
	}

/* CONTENT END */


/* GALLERY IMAGES */
	
         #galleryimageCont{
	float: left;
	clear: both;
	width: 325px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:solid 1px #999999;
	}

	.galleryimage{
	float: left;
	width: 75px;
	height: 75px;
	margin: 5px;
	padding: 10px;
	border:solid 1px #cecece;
	}


	.galleryimage:hover{
	float: left;
	width: 75px;
	height: 75px;
	margin: 5px;
	padding: 10px;
	background-color: #EFEFEF;
	border:solid 1px #333333;
	}
         
/* COUNTRY EXPERIENCE START */

	.country_block{ 
	float: left;
   	height: 115px;
         width: 510px;
	margin-top: 5px;
	}

	.country_image{  
	float: left;
	padding: 5px;
	height: 75px;
	width: 75px;
	margin-right: 5px;
	}
	
	
	.country_copy{ 
	float: left;
	padding: 5px;
	width: 400px; 
         height: auto;
	}
 /* COUNTRY EXPERIENCE END */
 
 /* EXPERIENCE START */

 	.experience_block{
	float: left;
         height: auto;
         width: 510px;
	margin-bottom: 20px;
         margin-left: 5px;
	}

	.experience_image{
	float: left;
	height: 75px;
	width: 75px;
	}
	
	
	.experience_copy{
	float: left;
         margin-left: 10px;
	width: 390px; 
         height: auto;
	}
 /* EXPERIENCE END */
 
 
 /* PRODUCT START */

	.product_wrapper{
         height: auto;
         width: 600px;         
         }

	.product_gallery{
	float: left;
	padding: 5px;
	height: auto;
	width: 100px;
	margin-right: 5px;
	}
	
	
	.product_copy{
	float: left;
	padding: 5px;
	width: 390px; 
         height: auto;
	}
         
         .product_map{
         width: 500px;
         height: auto;
         padding: 5px;
         }
	
         .googlemap{
         width: 500px; 
         height: 400px;
         }        
         
/* PRODUCT END */