@charset "UTF-8";
/* CSS Document */

#intro {
	margin: 20px 0
	line-height: 2;
	
}

#main-image {
	background: url(../images/img_home.jpg) no-repeat;
	width: 443px;
	height: 332px;
	text-indent: -999999px;
	margin: 0 0 20px 0;
}
#ongoing-projects {
	list-style: none;
}
#ongoing-projects li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none;
}
#ongoing-projects li h5 {
	background: #666;
	color: white;
	font-size: 24px;
	font-weight: normal;
	padding: 4px;
	
}
#ongoing-projects li h6 {
	background:#666 ;
	color: white;
	font-size: 18px;
	font-weight: normal;
	padding: 4px;
	text-indent: 10px;
		
}

#ongoing-projects li p {
	padding: 0 0 0 210px;
	color: #666;
	line-height: 1.5;
	margin: 12px 0;
	
}



#ongoing-projects li img {
	position: absolute;
    top: 51px;
    border: 2px black;
 
}

#ongoing-projects li  .button {
	position: absolute;
	top: 220px;
	left: 38px;
	
	
}