#bg {
/* damned IE messes things up with "fixed" */
/*	position: fixed;	*/
	position: absolute;
	top: 20px;
	left: 500px;
	width: 200px;
	height: 675px;
	z-index: 2;
	background: #fff url("images/bgTest.gif") no-repeat left top;
}

#news {
	clear: left;
	margin: 20px 0 0 0;
	width: 450px;
}
.newsItem {
	clear: left;
	margin: 10px 0 30px 50px;
}
.newsItem h1 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.newsItem h2, .newsItem h3 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	float: right;
}
.newsItem h3 {
	padding: 10px 40px 0 0;
}
.newsItem p {
	margin: 5px 0 0 20px;
}

.event {
	margin: 5px 0 30px 30px;
}
.event h1 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.event h2 {
	margin: 0 0 0 10px;
	font-size: 11px;
	font-weight: normal;
}
