@charset "UTF-8";
/* CSS Document */


/* -------- Photo Gallery Styles -------- */

.photorow{
	width:626px;
	float:left;
}

.photocell{
	width:313px;
	float:left;
}

.photocaption{
	width:313px;
	float:left;
}

.photocaption2 {
	width:270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	color: #039;
}

.photoleft{
	padding:0px 10px 0px 5px;
}

.photoright{
	padding:0px 15px 15px 0px;
}

.photoright2{
	padding:0px 5px 15px 5px;
}

