body { 
	margin:0px; 
	padding:0px;
	background: #F5F7E9;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	scrollbar-face-color: #232515;
	scrollbar-track-color: #a3a87f;
	scrollbar-arrow-color: #F5F7E9;
	scrollbar-highlight-color: #F5F7E9;
	scrollbar-3dlight-color: #313326;
	scrollbar-shadow-color: #e7edbe;
	scrollbar-darkshadow-color: #313326;
}


#container {
	margin: 0 auto;
	background: #F5F7E9;
	width: 900px;

}

#contentArea { 
	width: 875px; 
	background: #F5F7E9; 
	padding-top: 0px;
}

.caption {
	color: #000;
		
	font: 15px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
.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;
}
 
.p {
	text-align: justify;
	padding: 5px 10px 5px 10px;
	} 
.p a:link {
	color: #000;
	text-decoration: underline;
	
}

.p a:visited {
	color: #000;
	text-decoration: underline;
	
}

.p a:hover {
	color: #A3A87F;
	text-decoration: underline;
}

.p 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;
	
	

}



.borderallround{
	border: 1px solid #E3C671;
}
.background {
	color: #232515;
}

#bgImage {
	background-image:url(images/otherStuff.jpg);
	width: 900px;
	height: 275px;
}

.thumbnail 
{
float:left;
width:180px;
height:300px;

border: none;
}

.justify {
	text-align: justify;
}



.clearfloats {
	clear: both;
}

#stuff {
	width: 900px;
	height: 275px;
	background-image:url(images/otherStuff.jpg);
}