#content {
    width: 600px;
}
#newsContainer {
	border-left:1px solid #2061AF;
	padding:1px 20px 20px;
	float: right;
	width: 220px;
}
#newsBoxHead {
	font-variant:small-caps;
	margin:0 !important;
	padding-bottom:20px;
	text-align:center;
}
#teaserList {
}
.teaserItem {
    border-top: solid 1px #d0d0d0;
}
/* IE6 */
*html #content {
  float: left;
  position: relative;
}

*html #pageBottom {
  clear: both;
}

*html #newsContainer {
  position: relative;
}
*html #IE6newsClearer {
  display: block;
  clear: both;
}
