#projectGallery{
	display: block;
	width: 98%;
	margin-bottom: 2px;
	margin-left: 15px;
	font-size: 10px;
	color: #666;
	height: auto;
	float: left;
	margin-top: 20px;
}
#projectGallery h2 {
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
	border-bottom-color: #CFD1C7;
}



#projectGallery div{
	display: block;
	text-align: left;
	height: auto;
	padding-bottom: 10px;
	width: 100%;
	color: #666;
}
#projectGallery div a img {
	border: 1px solid #B99A61;
	float: left;
	width: 170px;
	height: 110px;
	margin-bottom: 0px;
}

#projectGallery div a  {
	display: block;
	height: 145px;
	width: 170px;
	float: left;
	margin: 8px;
	color: #036;
}
#projectGallery p:first-line {
	font-size: 11px;
	color: #6D5016;
}

#projectGallery  div  a  strong {
	font-size: 12px;
	color: #990000;
	display: block;
}

#projectGallery h6 {
	font-weight: bold;
	color: #FFF;
	background-color: #663400;
	display: block;
	font-size: 10px;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-top: 7px;
	margin-bottom: 2px;
	text-decoration: none;
	cursor: auto;
}
#projectGallery  div  a:hover  img
    {
	border: 1px solid #990000;
}
#projectGallery div a p{
	display: block;
	height: 33px;
	width: 172px;
	float: left;
	color: #900;
	font-size: 11px;
	margin-bottom: 6px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 6px;
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#projectGallery div a:hover p {
	color: #036;
	background-color: #FFFFFF;
}
