#header {
    border:solid thin gray;
    text-align:center;
    margin:5px;
    }
       
.column {
      width: 48%;
      padding: 10px;
    }
    
.left {
      width: auto;
      margin:5px;
    }
     
.right {
      width: auto;
      margin:5px;
    }
    
    
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#footer {
	text-align: center;
	border-top:dashed thin gray;
	margin:5px;
	font-style:italic;
}

#clear {
	clear:both;
}

.background {
	/* background-color: #0064A2; */
	background-color: #e5e5e5;
}
