﻿html { margin: 0px; padding: 0px; }
body {
	background-position: #000059;
	margin: 0px;
	padding: 10px;
	background: #000059;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

img { border: 0px; }

a:link, a:visited {
	color: #ddd;
	position: relative;
}
a:active, a:hover {
	color: #fff;
}

.container {
	border: none;
	padding: 0px;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.container-tl {
	padding: 0px;
	text-align: center;
}

.container-tr {
	background: url('content-tr.png') no-repeat;
}

.container-bl {
	background: url('content-bl.png') no-repeat;
}

.container-br {
	background: url('content-br.png') no-repeat;
}

#header {
	margin: 0px;
	text-transform: lowercase;
	text-align: center;
	width: 100%;
}
	#header h1 {
		padding: 15px 10px 0px 10px; 
		margin: 0px; 
		font: 32px Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

#comment {
	font-size: 80%;
}

#nav {
	text-align: center;
	color: #fff;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
}

	#nav a:link, #nav a:visited { color: #fff; font-weight: normal; text-decoration: none; }
	#nav a:active, #nav a:hover { color: #fff; text-decoration: underline; }

.gallery, .galleryphoto {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px auto;
}
	.gallery td, .gallerythumbs td {
		text-align: center;
	}
	
	td.galleryphoto {
		text-align: center;
		background:  url('photobgtl.png') no-repeat;
		padding: 10px 2px 10px 10px;
	}
	
	td.gallerytr {
		background:  url('photobgtr.png') no-repeat;
	}
	
	td.gallerybl {
		background: url('photobgbl.png') no-repeat;
	}
	

	td.gallerybr {
		background: url('photobgbr.png') no-repeat;
	}

	.thumbnail a { display: block; }
	
	.thumbnail a img { 
		-moz-opacity: .5;
		opacity: .5; 
		filter: alpha(opacity=50); 
		-khtml-opacity:50; 
	}
	.thumbnail a:hover img { 
		-moz-opacity: 1;
		opacity: 1; 
		filter: alpha(opacity=100); 
		-khtml-opacity:100;  
	}

	.filename, .caption {
		zoom: 100%;
		padding: 5px 0px;
		-moz-opacity: .7;
		opacity: .7; 
		filter: alpha(opacity=70); 
		-khtml-opacity:70; 
	}
