/*  Recently Finished Projects Start  */

#recent {
	border: 1px solid #cccccc;
	width: 200px;
	min-height: 860px;
	position: absolute;
	top: 178px;
	left: 10px;
}
#recent h2 {
	font: 600 1em sans-serif;
	color: #990000;
	text-align: center;
	padding-top: 10px;
}
#recent img {
	border: 1px solid black;
	margin: 10px 10px 0 10px;
}
#recent hr {
	margin: 5px;
	border: 1px solid #cccccc;
}
#recent h3 {
	padding: 0 10px;
	font: bold .8em sans-serif;
	text-align: center;
	color: black;
}
#recent p {
	text-align: justify;
	padding: 0 10px;
	font: .7em sans-serif;
	color: black;
}
#recent ul {
	text-align: center;
}
#recent li {
	font: bold .95em sans-serif;
	margin-bottom: 5px;
}
#recent a {
	color: #990000;
}
#recent a:hover {
	color: #006600;
	text-decoration: underline; 
}
	
/*  Recently Finished Projects End  */
