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: 900px; 
	height: 75px;
	background: #F5F7E9; 
	margin: 0 auto;
}




/* 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;
	

}

div.thumbnail 
{
float:left;
width:112px;
height:275px;
border: none;
}

div.thumbnail p {
	color: #000;
	text-decoration: underline;	
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;

	
	}
	
div.thumbnail p a:link {
	color: #000;
	text-decoration: underline;
	text-align: center;
}

div.thumbnail p a:visited {
	color: #000;
	text-decoration: underline;
}

div.thumbnail p a:hover {
	color: #A3A87F;
	text-decoration: underline;
}

div.thumbnail p a:active{
	color: #000;
	text-decoration: underline;
}
 
#facebook {
	width: 530px;
	font-size:12px;
	padding:0 0 0 10px;
}


.clearfloats {
	clear: both;
}

