/* CSS Document */
#main{width:930px;left:0;}
#left{position:relative;width:930px;padding:0;margin:0;}
#right{width:508px;height:auto;padding-left:25px;float:left;}
/*.footer-container{top:-350px;} */

table#contact_us_table {
	font: 1.2em; 
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	color: #333;
}


#contact_us_table tr { padding: 15px; }
#contact_us_table td.separator {
  display:block;
  background: white;
  width: 10px;
  border: none;
  height: 10px;
  padding: 0;
}

#contact_us_table td { 
	padding: 15px;
	background: #F6F6F6;
/*	border: 1px solid #ccc; */
  width: 215px;

}
#contact_us_table .for_what { 
	font-size: 1.2em;
	font-weight:bold;
	color:black;
	padding-bottom: 10px;
}
#contact_us_table p { padding-top: 10px; margin-left: 0; }

#left img {
	width: 40%;
	position:relative;
	border:1px solid #ccc;
	float:left;
	
}
