/* css styles for the gallery pages

	The templates for the gallery pages are in the files:
	/includes/gallery.htm	- for viewing a whole gallery
	/includes/gallery-image.htm - for viewing a single image

*/

body, div{
	font-family: verdana;
	font-size: 10pt;
}

body{
	margin: 0px;
	text-align: center;
	background-image: url("img/Grey_Background_800x600.jpg");
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.fit{
	text-align: center;
	width: 700px;
	margin: 10px auto;
	background-color: #ffffff;
	color: #ffffff;
	border: 3px solid #efefef;
}

.footer{
	padding: 4px;
	text-align: center;
	color: #bbbbbb;
}

.footer a{
	color: #cccccc;
}

.topbanner{
	width: 468px;
	height: 60px;
	border: 1px solid white;
	margin: 10px auto;
}

.bottombanner{
	width: 468px;
	height: 60px;
	border: 1px solid navy;
	margin: 10px auto;
}

.thumbholder{
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}

.thumb{
	border: 2px solid #000000;
}

.thumbinfo{
	color: #000000;
}

.imageholder{

}

.image{
	border: 2px solid black;
}

.images{
	clear: all;
}

.galleryname{
	border-bottom: 3px solid #828CA1;
	background-color: #9FA7B8;
	color: #2A374E;
	font-weight: bold;
	padding: 4px;
}

.galleryname a{
	color: #ffffff;
}

.galleryintro{
	padding: 4px;
	color: #000000;
}

.imageinfo{
	color: #000000;
}

.imagename{

}

.next{
	float: right;
	padding: 5px;
}

.prev{
	float: left;
	padding: 5px;
}

.next a, .prev a{
	text-decoration: none;
	color: black;
}

