
/* CSS that applies to two column pages (Many)  */ 
/* Do Add Header Footter Tags  */



.this-body { overflow-y: scroll; margin-top: 135px; width: 100% ;
            background-color: #faf0e6; }
            
.last-line { padding-bottom: 75px; }
            
/*	.this-body { overflow-y: scroll; margin-top: 150px; background-color: #faf0e6 ; 
	            width: 100%; }            */
    
.column {
  float: left;
  height: 100%; 
  padding: 5px; 
  
}

.left {width: 25%; }
.right {width: 65%; border-left: 2px solid #dedede;}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

