
#page, #out, #head, #foot {
	border: solid #bbb;
}
#page, #out {
	border-width: 0 8px;
}
#page {
	width: 800px;
}
#out1 {
	background-color: #cde;
	border-left:  170px solid #ef9;
	border-right: 160px solid #cce844;
}
#center {
	width: 454px;
}
#left {
	width: 170px;
	margin-left: -632px;
}
#right {
	width: 160px;
	margin-left: 8px;
	margin-right: -168px;
}
#head, #foot {
	border-width: 8px 0;
}
