#container {
	width: 700px;
	margin: 30px auto 10px;
	overflow: auto;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#left, #right, #middle {
	height: 50px;
	text-align: left;
}
#left {
	width: 200px;
	background: #A5BFCC;
	padding-top: 20px;
	float: left;
}
#right{
	width: 200px;
	float:right;
	background: #A5BFCC;
	padding-top: 20px;
}
#middle{
	width: 200px;
	margin: 0 auto;
	background-color: #A5BFCC;
	padding-top: 20px;
}
.thumb {
	margin-left: 5px;
	display: block;
	text-decoration: none;
	float: left;
}
