﻿#photo-gallery {
	background-color: #330000;
	width: 500px;
	margin: 0px 0px 0px 300px;
	padding: 0px;
	border: 1px inset #000000;
}
.photo-gallery {
	height: 500px;
	background-color: #330000;
}
#photo-gallery ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-family: Candara, "Trebuchet MS", sans-serif;
	font-size: 13px;
}
#photo-gallery li {
	width: 145px;
	height: 145px;
	float: left;
	background-color: #330000;
	border: 1px inset #000000;
	margin: 6px;
	padding: 2px;
}
.clear {
	clear: both;
	height: 2px;
}
.image-style {
	width: 143px;
	height: 143px;
}
.photos {
	top: 10px;
	height: 225px;
}
#photos {
	background-color: #330000;
	width: 500px;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 1px none #330000;
}
#photos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Candara, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 26px;
}
#photos li {
	width: 143px;
	height: 143px;
	float: left;
	background-color: #330000;
	border: 1px none #000000;
	margin: 6px;
	padding: 2px;
}
.clear {
	clear: both;
	height: 2px;
}
.image-style {
	width: 143px;
	height: 143px;
	text-align: center;
	vertical-align: middle;
}
