	.col_left {
	float: left;
	width: 15em;
	background-color: #CDDBEB;
	text-align: center;
	padding-bottom: 0.5em;
	clear: both;
	}
	
  .col_left p {
	padding-top: 0.5em;
	font-size: .9em;
	font-weight: bold;
	}
	
	.col_left img {
	border: solid 1px black;
	}
	
  .col_right {
	float: left;
	margin-top: 1em;
	margin-left: 1em;
	padding-left: .3em;
	}
	
	
	#footer { 
  float: left;

  width: 100%;
  clear: both;
 }

 #footer p {
 font-size: 0.8em;
 color: #000000;
 }