/*======= index.html =======*/
#about_us .col-1{
	width:318px;
	margin-right:85px;
}

#about_us .col-2{
	width:392px;
}

#services .col-1{
	width:308px;
	margin-right:90px;
}

#services .col-2{
	width:425px;
}

#contacts .col-1{
	width:312px;
	margin-right:90px;
}

#contacts .col-2{
	width:394px;
}

div.photosholder		{ margin:250px auto 0; position:relative; width:900px; max-height:400px; overflow:auto;}
div.photosholder img	{ float:left; display:block; width:100px; height:74px; padding:5px; border:1px solid #424242; margin:5px 5px 0 0; background:#cccccc;}


