.col1, .col2, .col3, .cols { float:left;}

.col1{ width:200px;}
.col2{
	width: 100%
}
.col3{ width:440px}

/*======= index.html =======*/
/*======= index-1.html =======*/
#page2 #content .col1{ width:280px;}
#page2 #content .col2{ width:600px;}
#page2 #content{ padding-bottom:20px;}
#page2 #content2{ padding-bottom:40px;}
/*======= index-2.html =======*/
#page3 #content .col1{ width:280px;}
#page3 #content .col2{ width:600px;}
#page3 .dropcap_1{ margin-bottom:0}
#page3 #content2{ padding-bottom:12px;}
/*======= index-3.html =======*/
#page4 #content .col1{ width:280px;}
#page4 #content .col1 p{ width:190px; float:left;}
#page4 #content2{ padding-bottom:9px;}
/*======= index-4.html =======*/
#page5 #content{ padding-bottom:40px;}
#page5 #content2 .col1{ width:280px;}
#page5 #content2{ padding-bottom:9px;}
/*======= index-5.html =======*/




.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}
