/* Styles that control the presentation of the content area of the gallery.html page*/

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: auto; margin-right: auto;
	width: 800px;
	background-color: #EFF;
	color: #000066;
}

#content h2 {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

#content p {
	line-height: 1.3em;
}

#thumbnails {
	float:left;
}

#thumbnails img {
	border: thin solid #0000FF;
}

#thumbnails ul {
	margin-left: 0;
	padding: 0 1em 0 1em;
	margin 0;
	list-style-type: none;
}

#thumbnails li {
	padding-bottom: 0.5em;
	border: 0;
}