@charset "utf-8";
@import "document.css";
@import	"fonts.css";
@import "header.css";
@import "navigation.css";
@import "page.css";
@import "footer.css";
@import "disclaimer.css";
@import "submitcase.css";
@import "headlines.css";
@import "blog.css";
div#gallery {
	clear:					both;
	width:					764px;
}
div#gallery h2 {
	font-size:				18px;
	line-height:			18px;
	margin:					0;
	text-align:				center;
}
div#gallery ul {
	padding-left:			15px;
	padding-top:			10px;
}
div#gallery li {
	float:					left;
	font-size:				12px;
	line-height:			12px;
	list-style-type:		none;
	padding-right:			10px;
	padding-bottom:			10px;
	text-align:				center;
	width:					97px;
}
div#gallery img {
	border:					solid 1px #000;
	height:					95px;
	width:					95px;
}
div#gallery img:hover {
	border:					solid 1px #05e;
}
div#gallery li a {
	background-color:		#05c;
	display:				block;
	height:					95px;
	width:					95px;
}
div#gallery p.center {
	text-align:				center;
	margin:					0;
}
div#gallery p.navigation {
	text-align:				center;
}
