@import url(shared.css);

/* Standard element */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.87em 'Trebuchet MS', Tahoma, verdana, arial, sans-serif;
	background: #F0F0F0 url(pageLeft_bg.png) repeat-x;
	font-size: 0.87em;
	font-family: 'Trebuchet MS', Tahoma, verdana, arial, sans-serif;
}

div.thumbnailSection {
	color: White;
	background: #333 url(subtitle_bg.gif) repeat-x;
	padding: 4px 6px 4px 6px;
	border: thin ridge Gray;
	font: bolder;
	text-align: left;
	font-weight: bolder;
}

div.thumbnailTitle {
	color: #545454;
	background-color: Silver;
	font: bold 0.8em;
	border: thin ridge Gray;
	background: Silver;
	padding: 1px 4px 1px 4px;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	font-size: 0.8em;
}

div.thumbnails {
	text-align: center;
}

div.thumbnails img {
	border: thin solid;
	background-color: Black;
	border: thin ridge Gray;
	background: Black;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.galleryTitle {
	color: #545454;
	background-color: Silver;
	font: bold 1.2em;
	border: thin ridge Gray;
	background: Silver;
	padding: 1px 4px 1px 4px;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 1.2em;
	font-weight: bold;
}

div.gallery {
	text-align: center;
}

div.gallery img {
	border: thin solid;
	border: thin ridge Gray;
	background: Black;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.galleryDescription {
	color: #545454;
	font: italic bold 1em;
	padding: 1px 4px 1px 4px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	text-indent: 5%;
}