body{
	background-color: #000000;
	color: #F5EDD6;
	font-family:sans-serif;
}

a {
	color: #CC3300;
}

a:hover {
	color: #663333;
}

#head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4em;
	background-color: #000000;
	border-bottom: 2px solid #E5C6A0;
}

#head p{
	padding: 0;
	margin: 0;
}

#head span.title{
	position: absolute;
	bottom: 0em;
	font-size: 150%;
	padding-left: 0.25em;
	padding-bottom: 0.25em;
}

#head span.nav{
	position: absolute;
	bottom: 0em;
	width: 100%;
	text-align: center;
	padding-bottom: 0.25em;
	z-index: 1;
}

#head span.contact{
	position: absolute;
	bottom: 0em;
	width: 100%;
	font-size: 80%;
	text-align: right;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
}

body>#head {
	position: fixed;
}

#content_container {
	position: absolute;
	left: 0em;
	right: 0em;
	top: 4em;
	bottom: 0em;
}

#content_container h2 {
	font-size: 150%;
	text-align: center;
}

#content {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #F5EDD6;
	overflow: auto;
}

#content h1 {
	font-size: 150%;
	padding-left: 0.25em;
	border-left: 1px solid #f90;
	border-bottom: 1px dashed #f90;
}

#content h2 {
	font-size: 150%;
	text-align: center;
}

#imageGallery {
	text-align: center;
}

#imageGallery img.gallery{
	margin: 1em;
	border: 3px solid #444444;
}

#content div {
 	overflow: auto;
}

#content p.right {
	text-align: right;
}

#content p.left {
	text-align: left;
}

#content div img.leadImage {
	float: left;
	margin-right: 0.5em;
	border: 5px solid #444444;
}

#content div img.left {
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
}

#content div img.right {
	float: right;
	margin-left: 0.5em;
	margin-top: 0.25em;
}

#content div.image_stack {
	height: 9em;
	margin: 0.25em;
	margin-top: 0em;
}

#content div img.stack {
	float: left;
	height: 9em;
	margin: 0.25em;
	padding: 0.25em;
	border: 1px dashed #660;
}

#footer {
	position: absolute;
	right: 0em;
	top: 0em;
	padding-top: 2em;
	font-size: 80%;
	text-align: right;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 500px !important;
	height: 500px !important;
}

#thumbnails {
	align: center;
	margin: 0 auto;
	width: 502px; /* Adjust this to your picture width + 2 */
	height:116px;
}

#play{
	display: none;
	z-index:99;
}

#pause{
	z-index:99;
}

#play img{
	border: 1px solid green;
	position: relative;
	left: -20px;
	top: 18px;
}

#pause img{
	border: 1px solid green;
	position: relative;
	left: -20px;
	top: 18px;
}
