h2 {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-weight:normal;
	margin-left:5px;
}
table#img_container {
	float:left;
}
table#img_container td {
	width:460px;
	height:351px;
	/*border:1px solid #ccc;
	background-color:#f4f4f4;*/
	vertical-align:middle;
	text-align:center;
}
#img_container img {
	border:1px solid #aaa;
	margin:0 auto;
}
#photo_text_container {
	float:right;
	width:220px;
	height:auto;
	background:transparent url(../images/swirls.jpg) no-repeat top right;
}
#photo_text_container p {
	width:175px;
	height:293px;
	margin-top:55px;
	overflow:auto;
}
.backbutton {
	display: block;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #ccc;
	text-decoration:none;
	margin:10px 10px 20px 0;
}
.backbutton:hover {
	border:1px solid #ccc;
	color:#FFF;
	background:#004990;
}