#wrapper_home { 
	background-color: #002f8a; 
	background-image: url(../images/bg_content_home.jpg); 
	background-repeat: no-repeat; 
	width: 980px; 
	margin: auto; 
	border: 0;
}

#home_content_wrapper {
	width: 300px;
	margin-top: 60px;
	margin-left: 46px;
	padding-bottom: 15px;
}

#recent_projects {

	width: 885px;
	margin-top: 60px;
	margin-bottom: 20px;
	border: dotted 1px #ccc;
	padding-left: 15px;
	padding-bottom: 10px;
}


#recent_projects ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#recent_projects li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}

#recent_projects img {
	border: 0;
}

#recent_projects img:hover {
	opacity: .8;
}

#recent_projects a {
	position: relative;
}

#recent_projects a span {
	display: none;
}

#recent_projects a:hover span {
	display: block;
	position: absolute;
	top: -5px;
	left: 12px;
	background: #fff;
	color: #333;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
	width: 160px;
	border: solid 2px #000;
	z-index: 100;
}

#recent_projects p {
	text-align: right;
	margin: 0 25px 0 10px;
}
