
.content {
	width: 601px;
	/*
	position: relative;
	top: 0px; FIXME: why doesnt this work right?
	*/
}

div.body-image {
	margin-bottom: 15px;
}

div.body-image img {
	display: block;
}


/****************** resources **********************/

#resource-list { /* NOTE: id needed for the borders */
	width: 601px;
	margin-bottom: 12px;
	clear: both;
	
	border: 1px solid white; /* IE style */
	border-style: hidden; /* FF style */
}

table.resource-list td {
	border: 24px solid white;
	
	font-family: Arial, Sans Serif;
	font-size: 12px;
}

table.resource-list .resource {
	width: 283px;
}

