/*
# $Id$
*/

#banners {
	height: 160px;
	margin-bottom: 20px;
	position: relative;
	width: 618px;
}

	.banner {
		height: 160px;
		left: 0px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		visibility: hidden;
		width: 618px;
		z-index: 1;
	}

#main p {
	color: #000;
}

#main h2, .h2 {
	margin: 2em 0px 1em 0px;
}

#recent-projects li {
	background: url('images/project-bg.jpg') repeat-x left bottom;
	float: left;
	height: 283px;
	margin-right: 8px;
	position: relative;
	width: 147px;
}

	#recent-projects li p {
		color: #FFFFFF;
		font-size: 12px;
		line-height: 100%;
		margin: 10px;
	}

	#recent-projects li h2 {
		background: #0e106e;
		color: #FFFFFF;
		display: block;
		padding: 10px;
		font-size: 15px;
		margin: 0px;
	}

	#recent-projects li a {
		color: #FFFFFF;
		display: block;
		padding: 10px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		text-decoration: none;
	}