.headerText{
	width: 410px;
}

.productDescription{
	width: 680px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.productPrice{
	font-weight: bold;
	font-size: 16px;
}

.soldPrice{
	text-decoration: line-through;
}

.contactText{
	margin-top: 10px;
}

.pictureFrame{
	margin-top: 15px;
	width: 335px; 
	border: 3px;
	border-color: black black gray lightgray;
	border-style: groove;
}

#footerLinks{
	margin-top: 10px;
	margin-bottom: 5px;	
}
.footerLink{
	padding-left: 10px;
	padding-right: 10px;
}