@charset "utf-8";

/* CSS Document */
.descri {
	margin-left:3em;
	font-size:0.8em;
	font-weight: normal;
}

#galleryIndex {
	margin:0px auto;
	width:820px;
}

#galleryIndex ul {
	display:inline;
	width: 100%;
	float: left;
	margin: 1em auto 2em auto;
}

#galleryIndex li {
	width:250px;
	display:block;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}
#galleryIndex h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-top:50px;
	width: 100%;
	border-bottom: 1px dotted #333333;
	padding: 1em auto;
	clear:both;
}

#galleryIndex h3, #galleryIndex ul{
	clear:both;}
#galleryIndex a{text-decoration:none;}
#galleryIndex a:hover{text-decoration:underline;}
