#left_column{
	float:left;
	margin:15px 0 0 25px;
	width:790px;
}

*html #left_column {
	float:left;
	margin:15px 0 0 0;
	width:790px;
}
#right_column {
	margin:0 0 0 20px;
}
*html #left_column {
	margin:15px 0 0 15px;
}
#left_column ul{
	width:600px;
	height:35px;
	float:left;
}

#left_column img{
	float:left;
	padding:10px;
}

*html #content {
	padding:50px 0 0 35px;
}