html { margin: 0px; padding: 0px; }
body {
	margin: 0px; 
	padding: 0px;
	background: #b6b6b6 url('pagebg.gif') repeat-x;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #374057;
}

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: #e0e0e0;
	color: #324572;
	text-align: center;
	font-weight: bold;
	height: 62px;
	padding: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 42px;
}
	html>body #header { height: 42px; }
	
#gallerybar {
	background: #7389c2;
	height: 99px;
	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: #5c73ac 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%;
}
	
