body { 
	margin:0px; 
	padding:0px;
	background: #F5F7E9;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;

}


#container {
	margin: 0 auto;
	background: #F5F7E9;
	width: 900px;

}

#contentArea { 
	width: 875px; 
	background: #F5F7E9; 
	padding-top: 0px;
}

.caption {
	color: #000;
	text-decoration: underline;	
	font: 15px Arial, Helvetica, sans-serif;
	text-align: center;
	
	}
	
.caption a:link {
	color: #000;
	text-decoration: underline;
	text-align: center;
}

.caption a:visited {
	color: #000;
	text-decoration: underline;
}

.caption a:hover {
	color: #A3A87F;
	text-decoration: underline;
}

.caption a:active{
	color: #000;
	text-decoration: underline;
}
 




/* default link style - needed to make the :active work correctly in IE */
a{ 

text-decoration: none;
}
a:link{ 

text-decoration: none;
}
a:visited{ 

text-decoration: none;
}
a:active{ 

text-decoration: none;
}

a:hover {
	color:#232515;
}

.portfolioHeading {
	font: bold 20px  "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 15px 0px 0px 10px;
	

}

.thumbnail 
{
float:left;
width:100px;
height:275px;
border: none;
}

.clearfloats {
	clear: both;
}

