/* Combined style sheet for the index pages and the slide pages. */

/* CSS gymnastics to make tables center properly in all browsers */
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center table {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

/* Just in case... */
img { border-width: 0; }

/* Custom link styles */
a {	color: #DDDDDD; }
a:hover { color: #4444aa; }

/* Style for all bodies and to control the margin on top. */
body {
	margin-top: 40px;
	margin: 40px 1ex 2px 1ex;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #DDDDDD;
	background-color: #330000;
	background-repeat: repeat-x;
}

/* Style for the titles */
.leftheader {
	position: absolute;
	left: 1ex;
	top: 5px;
	font-weight: bold;
	white-space: nowrap; 
}	

.rightheader {
	position: absolute;
	right: 1ex;
	top: 5px;
	font-weight: normal;
	color: #888888;
	white-space: nowrap; 
}

/* Style for Included Header info */
.incheader { margin-bottom: 1.5em; }

/* Style for Included Footer info */
.incfooter { margin-top: 1.5em; }

/* Style for copyright message */
.copyright { margin-top: 1em; font-size: x-small; text-align: center; }

/* Style for the folders and thumbnails */
.cell { text-align: center; padding: 0.5em; font-size: smaller; vertical-align: bottom;}

.folderbox {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 150px; height: 130px;
	background-color: transparent;
	background-image: url('frame_05.gif%27')
