/* border: solid 1px #f00; For Testing*/

/* Page Structure
----------------------------------------------- */

body {
 	background: #fff;
	color: #38312A;
	margin: 0;
	padding-left: 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-align: center;
	}
	
html>body { /* be nice to Opera */
	font-size: 12px;
	}
	
a{
	color: #668563;
	text-decoration: underline;
}
a:hover{
	color: #BF002C;
	text-decoration: none;
}

h5 {
	margin: 2px 0 2px 0;
	padding: 0;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #BF002c;
	}
	
<!-- Sets Size of Div Holding Swap Out Photos -->
	
#featured {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 230px;
	}
	
<!-- Sets Size of Photos -->

#featured img{
	text-align: center;	
	width: 192px;
	height: 128px;
	margin: 0;
	
	}
