﻿html { margin: 0px; padding: 0px; }
body {
	margin: 0px; 
	padding: 0px;
	background: #e5e5e5;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

img { border: 0px; }

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}

.container {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 0px auto;
}
	.container td { margin: 0px; padding: 0px; text-align: left; }

	.bgleft {
		background: url('leftbg.png') repeat-y;	
	}
	
	.bgright {
		background: url('rightbg.png') repeat-y;
	}
	
	.content {
		background: #fff;
	}
	
	.bgbottom {
		background: url('bottombg.png') repeat-x;
	}

.clear { clear: both; }

#header {
	margin: 0px;
	background: #e5e5e5;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 16px;
	padding: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	font-size: 22px;
}
		
#gallerybar {
	background: #0000FF;
	height: 150px;
	text-align: center;
}

#footer {
	background: url('footerright.jpg') no-repeat top right;
	height: 21px;
	color: #000;
	padding: 3px 10px 0px 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 18px;	
}
	html>body #footer { height: 18px; }

#detailpage { background: #fff; padding-top: 5px; }

iframe { border: 0px; margin: 0px; padding: 0px; }


#buttonleft a, #buttonright a {
	background: #00BFFF url('buttonleft.gif') no-repeat;
	display: block;
	width: 30px;
	height: 99px;
	text-indent: -999999px;
}

#buttonright a { background-image: url('buttonright.gif'); }

#buttonleft a:active, #buttonleft a:hover, #buttonright a:active, #buttonright a:hover {
	background-color: #9fb0d9;
}

.gallery {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 0px auto;
}
	.gallery td {
		padding: 5px;
		text-align: center;
	}
	
	.gallery img { border: solid 1px #fff; }

.detailimage {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 0px auto;
}

.detailimage td {
	line-height: 1.4em;
}

.caption {
	font-size: 110%;
}
	
