div#body_content {
	width: 960px;
}

div#introduction, div#list_body {
	font-family: georgia;
	vertical-align: top;
}

div#introduction {
	float: left;
	margin-right: 20px;
	width: 280px;
}

div#list_body {
	float: right;
	overflow: hidden;
	width: 660px;
}

div#introduction p:first-child {
	margin-top: 0px;
}

div#introduction p {
	font-size: 0.9em;
	text-align: justify;
	width: 278px;
}

h2 {
	border-bottom: 1px solid #666666;
	font-size: 1.2em;
	margin-top: 0;
}

div.divider {
	background-image: url(/images/news/background.jpg);
	height:2px;
}


ul#menu {
	list-style-type: none;
	padding: 0px;
}
ul#menu li {
	padding-bottom: 20px;
}
.date_posted {
	font-size: 0.8em;
	font-style: italic;
}

li.spotlight {
	background-color:#FEFEE0;
	border:1px dotted #CCA;
	margin:0px 0px 15px 0px;
	padding:5px;
}
li.spotlight:hover {
	background-color:#FEFEA0;
}
