body { 
	margin:0px; 
	padding:0px;
	background: #F5F7E9;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;

}


#container {
	margin: 0 auto;
	background: #F5F7E9;
	width: 900px;

}

.stuffHeading {
	font: bold 20px  "Times New Roman", Times, serif;
	text-align: left;
	padding: 10px 0 5px 0;
	

}

.thumbnail 
{
float:left;
width:200px;
height:300px;
border: none;
}

#stuff {
	width: 900px;
	height: 275px;
	background-image:url(images/otherStuff.jpg);

}

#gutter {
	float: left;
	width: 3%;
	height: 1px;
}

#contentArea { 
	width: 800px; 
	background: #F5F7E9; 
	padding-top: 0px;
	margin: 0 auto;
	
}

.caption {
	color: #000;
		
	font: 15px Arial, Helvetica, sans-serif;
	
	}
	
.caption a:link {
	color: #000;
	text-decoration: underline;
}

.caption a:visited {
	color: #000;
	text-decoration: underline;
}

.caption a:hover {
	color: #A3A87F;
	text-decoration: underline;
}

.caption a:active{
	color: #000;
	text-decoration: underline;
}