#left-and-center {
	width: 700px;
}
* html #left-and-center {
	width: 710px;
}
#left {
	width: 125px;
}
* html #left {
	width: 130px;
}
#center {
  width: 510px;
}
* html #center {
  width: 500px;
}
#right {
	width: 110px;
}
* html #right {
	width: 120px;
}

.boxed {
	border:1px solid;
	border-color:#333333;
	padding:7px 5px 10px 5px;
	background:#d4d0c8;
	text-align:center;
	margin-bottom:3px;
}

.boxed a {
	text-decoration: underline;
	margin-bottom:3px;
}
