div.clear {
	clear: both;
}

div#column_right {
	width: 600px;
    height: 400px;
	margin: 40px 0;
	float: right;
	background: white;
}

div#column_left {
	width: 600px;
	height: 400px;
	margin: 40px 0;
	float: left;
	background: white; 
}

div.column_left_box h2 {
   font-family: tahoma;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   margin: 20px;
  
 }
 

 div.column_right_box h2 {
   font-family: tahoma;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   margin: 20px;
 
 }
 
 div.column_right_box h2 a:hover{
    color: black;
	text-decoration: underline;
 }
 
  div.column_left_box h2 a:hover{
   text-decoration: underline;
 }
 
  div.img {
   text-align: center;
   margin: 0px 65px 0px 65px;
   padding: 15px 0px 12px 0px;
   list-style-type: none;
   background: #eee;
   overflow: auto;
  
}   
