/*======= index.html =======*/
#main .col-1{
	width:286px;
	padding-right:38px;
	margin-right:36px;
	background: url(../images/border.png) right repeat-y;
}

#main .col-2{
	width:518px;
}

#about_us .col-1{
	width:476px;
	padding-right:36px;
	margin-right:36px;
	background:url(../images/border.png) right repeat-y;
}

#about_us .col-2{
	width:328px;	
}

#services .col-1{
	width:266px;
	padding-right:35px;/*36px;*/
	margin-right:35px;/*36px;*/
	background:url(../images/border.png) right repeat-y;
}

#services .col-2{
	width:542px;
}

#contacts .col-1{
	width:522px;
	background:url(../images/border.png) right repeat-y;
	margin-right:34px;
	padding-right:34px;
}
#contacts .col-2{
	width:288px;
}

#contacts .colum{
	width:124px;
	float:left;
	margin-right:40px;
}

#contacts .colum.lst{
	margin-right:0;
}
/*=========================*/


