.col-1, 
.col-2, 
.col-3,
.col-4 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content .row-1 .inside { padding-top:21px;}
#page1 #content .row-1 .col-1 { width:208px; margin-right:44px;}
#page1 #content .row-1 .col-2 { width:214px; margin-right:38px;}
#page1 #content .row-1 .col-3 { width:208px; margin-right:38px;}
#page1 #content .row-1 .col-4 { width:208px;}

/*======= index-1.html =======*/
#page2 #content .row-1 .col-1 { width:466px; margin-right:38px;}
#page2 #content .row-1 .col-1 .col-1 { width:200px; margin-right:53px;}
#page2 #content .row-1 .col-1 .col-2 { width:204px; margin-right:0;}
#page2 #content .row-1 .col-2 { width:208px; margin-right:38px;}
#page2 #content .row-1 .col-3 { width:208px;}

/*======= index-2.html =======*/
#page3 #content .row-1 .col-1 { width:466px; margin-right:38px;}
#page3 #content .row-1 .col-2 { width:208px; margin-right:38px;}
#page3 #content .row-1 .col-3 { width:208px;}

/*======= index-3.html =======*/
#page4 #content .row-1 .col-1 { width:208px; margin-right:44px;}
#page4 #content .row-1 .col-2 { width:214px; margin-right:38px;}
#page4 #content .row-1 .col-3 { width:208px; margin-right:38px;}
#page4 #content .row-1 .col-4 { width:208px;}

/*======= index-4.html =======*/
#page5 #content .row-1 .col-1 { width:466px; margin-right:38px;}
#page5 #content .row-1 .col-1 .col-1 { width:210px; margin-right:43px;}
#page5 #content .row-1 .col-1 .col-2 { width:204px; margin-right:0;}
#page5 #content .row-1 .col-2 { width:208px; margin-right:38px;}
#page5 #content .row-1 .col-3 { width:212px;}

/*======= index-5.html =======*/
#page6 #content .row-1 .col-1 { width:466px; margin-right:38px;}
#page6 #content .row-1 .col-2 { width:208px; margin-right:38px;}
#page6 #content .row-1 .col-3 { width:208px;}
/*========================= FOOTER ============================*/
#footer { 
	height:88px;
	  /*  background:url('./images/top_black_bgrd.jpg') repeat center;  */
	background-color: #1C1C1E;
	padding:10px;
}
#footer *, #footer a{ 
	color:#EEEEEE;
	font-size:10pt;
	font-weight:600;    
	text-decoration:none;
}
#footer p {
	padding:0 4px;
}
#footer a:hover {
	text-decoration:underline;
	color:red;
}
