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


body {
	background-color:#ffffff;
	padding: 0;
	margin:0 auto;
	text-align: center;
}

#proj_just_completed {
	background-image: url(images/main_pg/bg_projects_just_completed.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 544px;
	height: 282px;
	
}
.proj_topimg {
	margin-right: 5px;
	margin-bottom: 5px;
}
.proj_toplastimg {
	margin-bottom: 5px;
}
.proj_btmimg {
	margin-right: 5px;
}

.proj {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

h1 {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	padding-top:2px;
}

.imgborder {
border: 1px #666666 solid ;
margin-bottom:5px;}

#proj_completed_table {padding-left:3px;}
