#content {
	position: relative;
	height: 350px;
}
#news {
	position: absolute;
	top: 28px;
	left: 21px;
}
#news h2 {
	font-weight: bold;
	line-height: 1.5;
}
#news ul {
	width: 210px;
	height: 231px;
	overflow: auto;
	list-style: square;
}
#news li {
	line-height: 1.5;
	margin: 7px 14px 14px 28px;
}
#menu {
	position: absolute;
	top: -14px;
	left: 266px;
}
#menu dt {
	padding: 14px 0 0 42px;
	margin-top: 28px;
}
#menu dt * {
	font-weight: bold;
	font-family: Optima, Georgia, serif;
}
#menu a {
	font-size: 18px;
}
#menu dd {
	margin-top: 10px;
}

