

/*Used as a spacer div elsewhere*/

div.spacer {
	clear: both;
	text-align: right;	
	margin-bottom: 100px;
	margin-right: 20px;
}

/* The main gallery wrapper div - all gallery content is in here */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/* The main gallery breadcrumbs div */

#breadcrumbtrail {
	background-color: #9E0C0C;
	padding: 5px;
	margin: 0;
	color: #fff;
}

#breadcrumbtrail a {
	color: #fff;
}

#breadcrumbtrail a:hover {
	color: fff;
}

/* Individual thumbnail images */

div.thumb {
	float: left;
	height: 125px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 125px;
	text-align: center;
}

div.thumb a img {
	border: none;
	margin: 0;
}


h1 {
	font-size: 1.5em;
	margin: 0.25em 0 0.50em 0;
	font-weight:lighter
}


h2 {
	font-size: 1.5em;
	margin-bottom: .50em;
	font-weight:lighter
}

/*p {
	font-size: 12px;
}
*/
p.center {
	text-align: center;
}

/*a {
	color: #36c;
	background-color: White;
	font-size: 12px;
}
*/
/* Tables used on index.php */

td, th {
	width: 110px;
	padding: 5px;
}

/* Nested tables need a wider td than standard or IE 'squishes' them */

td.nest {
	width: 590px;
}

tr, th {
	border-bottom: 1px solid black;
	padding: 5px;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

/* Used for paging - next page, previous page etc */

.prevnext {
	clear: both;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: black;
}
.prevnext a, .prevnext a:visited {
	text-decoration: none;
	color: #36c;
}
.prevnext a:hover {
	text-decoration: none;
	background-color: #36c;
	color: white;
}