
html, body {
/* necesary for any background images to be located in directory with css file, because of IE vs FF issues */
	width: 758px;
	margin-left: auto; 
	margin-right: auto;
	background: #ffffff;
	}

body {
	width: 758px;
	background: #ffffff
	text-align:center; /*For IE6 Shenanigans*/
	/*was 12px */
	font-size: 14px;
	font-family: Tahoma, Arial;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	}
	
#wrap {
 width: 758px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0px;
	text-align:left;  
	}
	
	
A.menu { 
			text-decoration:none;
		 font-size: 12px;
		 font-family: "Tahoma, Arial";
			/* following is the mouseover color for the left nav menu, orange is ff9803 */
		 color: #ffffff
}

.body_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt}

.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	font-size: 17px;
}
.photo_caption {  font-family: Arial, Helvetica, sans-serif; font-size: small}

.subtitle-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
