#homepage{	
}

#homepage_top{
	background: url(/images/main.bg-w-sidebar.png);
	margin-bottom: 3px;
}

#homepage_top #main_photo{
	float: right;
	height: 379px;
	width: 591px;
}

#homepage_bottom div#spotlight{
	background: #e6dec6; /* light peach */
	float: left;
	height: 121px;
	overflow: hidden;
	padding: 10px;
	width: 431px;
}

#homepage_bottom div#spotlight h3{
	background: url(/images/home.spotlight.png);
	float: left;
	height: 121px;
	text-indent: -55555px;
	width: 41px;
}

#homepage_bottom div#spotlight ul{
	float: left;
}

#homepage_bottom div#spotlight ul li{
	display: inline;
	float: left;
	margin-left: 8px;
	text-align: center;
	width: 121px;
}

#homepage_bottom div#news_events{
	background: #cedfe3; /* light blue */
	float: right;
	height: 121px;
	overflow: auto;
	padding: 10px;
	width: 261px;
}

#homepage_bottom div#news_events h3{
	background: url(/images/home.news-events.png);
	height: 12px;
	text-indent: -55555px;
	width: 155px;
}

#homepage_bottom div#news_events ul li{
	margin: 8px 0 0 0;
}

#homepage_bottom div#news_events ul li a, #homepage_bottom div#news_events ul li strong{
	color: #5f879b; /* dark teal */
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#homepage_bottom div#news_events ul li a:hover{
	color: #99b8c1; /* sidebar blue */
}

