/* CSS Document */table#photostrip {	float: right;	margin: 0 0 10px 0;	padding: 0;}td.photostrip {	background: #eee;}td.caption {	padding: 2px 5px 5px 5px;	background: #eee;	text-align: center;	font-size: .9em;}td.pullquote {	padding: 5px 5px 8px 15px;	background: #EAF2F9;	text-align: left;	font-size: 1.1em;}td.pullquoteheader {	padding: 5px 5px 3px 15px;	background: #8ac;	color: #fff;	text-align: left;	font-size: 1.1em;	font-weight: bold;}div.boxy {	padding-left: 10px;	padding-top: 10px;	padding-right: 10px;	background: #EAF2F9;	border: 1px solid #ccc;}
