body {
	/*background: #FFFFCC;*/
	color: navy;
	font-family: papyrus, verdana, geneva, helvetica, arial, sans-serif;
	margin: 0px;
}

/*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;
	margin-top: 60px;
	padding: 10px;
	width: 600px;
	border: 1px solid black;
	background: #FFFFFF;
	text-align: center;
}

/* The main gallery breadcrumbs div */

#breadcrumbtrail {
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0;
	color: #36c;
}

#breadcrumbtrail a {
	color: #36c;
	background-color: #FFFFFF;
}

#breadcrumbtrail a:hover {
	font-size: 13px;
	text-decoration: none;
/*	background-color: #F6EB13; */
}

/* Individual thumbnail images */

div.thumb {
	float: left;
	height: 175px;
	margin-bottom: 40px;
	margin-right: 20px;
	width: 175px;
	text-align: center;
	font-size: 10px;
	background: #FFFFFF;
}

div.follies_year {
	background-color: #454DA2;
	border: 1px solid black;
	font-size: 13px;
}

div.shiftcontainer{
position: relative;
left: 3px; /*Number should match -left shadow depth below*/
top: 3px; /*Number should match -top shadow depth below*/
}

div.shadowcontainer{
/*width: 300px; /* container width*/
background-color: #d1cfd0;
}

div.shadowcontainer div.innerdiv{
/* Add container height here if desired */
/*background-color: white;*/
border: 1px solid gray;
padding: 0px;
position: relative;
left: -3px; /*shadow depth*/
top: -3px; /*shadow depth*/
}

</style>

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

h1 {
	font-size: 16px;
	text-align: center;
}


h2 {
	font-size: 13px;
}

p {
	font-size: 13px;
}

p.center {
	text-align: center;
}

a {
	color: #36c;
	font-size: 13px;
}

a.sidemenu {
	color: #36c;
	font-size: 13px;
	background-color: #FFFFCC;

}
td.middle {
	text-align: center;
	align: center;
}

/*td.menu {
	background-color: #FFFFCC;
}*/

/*table {
	background: #FFFFFF;
	height: 100%;
}

/* Tables used on index.php */

/* td, th {
	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;
	font-size: 12px;
}

td.left {
	text-align: left;
	font-size: 12px;
}

td.center {
	text-align: center;
	font-size: 12px;
}

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

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