/* styles for index.php */

div.content_box#info .boxbody
{
	min-height: 0;
	font-size: 12pt;
	line-height: 1.5em;
}
div.content_box#info h2
{
	font-family: "Times New Roman",Georgia,Serif;
	text-align: center;
	line-height: 1.2em;
}

div.content_box#info .boxbody #photos
{
	float: right;
	width: 40%;
	padding: 5px;
	
	font-size: 10pt;
}
div.content_box#info .boxbody #photos img
{
	margin: 5px;
	width: 95%;
}


/* photo coontainer */
div.photo_box
{
}
div.photo_box a img
{
	text-decoration: 	none;
	border: none;
}

div.photo_box .title
{
	font-size: 8pt;
	line-height: 1.0em;	
	color: black;
	background-color: #EEEEFF;
	position: relative;
	width: 80%;
	left: 10px;
	top: -40px;
	padding: 2px;
}