@charset "utf-8";
#mod-gallery {
	padding: 15px;
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
#mod-gallery a{
	color:#006699;
}
#mod-gallery a:hover{
	color:#CC8A15;
}
#mod-gallery .mod-title h1 {
	font-size: 150%;
	color: #006699;
	font-weight: bold;
	padding: 10px;
	line-height: 80%;
}
#mod-gallery #mod-photos img {
	float: left;
	border: 1px solid #333333;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
}

#mod-gallery .mod-title {
	width: 500px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC8A15;
}
#mod-gallery #mod-photos {
	width: 500px;
}

