/* MASCOTS Styles */

#mascots {
	width: 800px;
}
ol {
	display: inline;
	list-style: none;
}
.photo_p {
	border: 1px solid #666;
	margin: 15px;
	padding: 15px;
	line-height: 1.5em;
	width: 250px;
	text-align: center;
	background-image: url(images/mascots/gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float:left;
}
.photo_l {
	border: 1px solid #666;
	margin: 15px;
	padding: 15px;
	line-height: 1.5em;
	width: 300px;
	text-align: center;
	background-image: url(images/mascots/gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}