@charset "UTF-8";
/* CSS Document */

/* ///// BEGIN PHOTO STYLES ///// */

.contentPhoto {
	width: 900px;
	color: #CCC;
	float: left;
	padding-top: 25px;
	padding-bottom: 15px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 40px;
}

.contentPhoto h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 15px;
	margin-top: 0px;
}

.contentPhoto h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #69F;
	margin-bottom: 5px;
	margin-top: 0px;
}

.contentPhoto p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
	margin-bottom: 10px;
}

.contentPhoto ul li {display: inline;}

.contentPhoto ul li a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 97px;
	width: 99px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.contentPhoto ul li a:hover {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 97px;
	width: 99px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0CF;
}
