/**
	main container
**/
div#main-content div.presentation {
	height: 350px;
}

div#main-content div.presentation div.item {
	height: 345px;
}

div#main-content div.presentation div.item h4 a,
div#main-content div.presentation div.item h4 a:hover {
	text-decoration: none;
}

div#main-content div.presentation div.item h4 a span.text {
	margin-bottom: 1em;
	display: block;
}

div#main-content div.presentation div.item h4 a:hover span.text {
	text-decoration: underline;
}

div#main-content div.presentation div.item p {
	margin: 5px 10px 0 10px;
}

div#main-content div.presentation div.item a {
	top: 320px;
}

h3 a {
	text-decoration: none;
	color: #191919;
}
