body {
	background-image: url('../_images/background_main.gif');
}
#body {
	margin-top:160px;
}
#welcome {
	position: absolute;
	top: 102px;
	height: 86px;
	width: 707px;
	border: 1px solid #324071;
	background-color: #ffffff;
	background-image: url('../_images/welcomeBackground.gif');
	background-repeat: repeat-x;
	padding: 8px 30px 0px;
	color: #324071;
}
.firstletter {
	font-size: 190%;
	line-height: .92em;
}
#main, #spotlight {
	width:500px; 
	float:left;
}
#main {
	margin-bottom:20px;
}
#podcast, #latestMessage, #events {
	margin-left:515px;
}
#main img.main {
	float:right; 
	margin-left:5px;
}
#latestMessage ul, #events ul {
	padding-left:0px;
	margin-left:0px;
}
#latestMessage li, #events li {
	display: block;
	list-style: none;
	margin-bottom:10px;
}
#latestMessage li {
	font-size: 90%;
	background-image: url('../_images/latestMessageBackground.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 10px 0px;
} 
#events li {
	padding: 3px 3px 5px 0px;
}
#spotlight a img {
	margin-right: 2px;
}
