body {
margin:0 auto;
width:809px;
background-color:#dedede;
}

.left_column {
background-color:#EEE7DD;
float:left;
height:auto;
width:210px;
}
.right_column {
	background-color:#fff;
	float:right;
	height:auto;
	width:599px;
	text-align: justify;
}
 
.footer {
	background-color: #7BCBD6;
	float:right;
	clear:right;
	height:30px;
	width:599px;
	font-size: 11px;
	font-family: Tahoma;
	color: #666;
}
