﻿body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Tahoma;
	background-color:#938E78;
	background-image:url('../picks/925-DAMJN-PICT0093.JPG');
	background-repeat:no-repeat;
	overflow:hidden;
}
div#mywrapper {
	width:100%;
	height:auto;
}
div#topbanner {
	width:100%;
	background-color:black;
	opacity:0.6;filter:alpha(opacity=60);
	text-align:left;
	padding:5px;
}
div#sitetitle {
	background-color:black;
	width:800px;
	padding:5px;
	color:white;
	font-size:24px;
	cursor:pointer;
}
div#sitecontactinfo {
	width:800px;
	background-color:black;
	text-align:left;
}
div#sitecontactinfo table {
	width:100%;
	border-collapse:collapse;
	font-family:inherit;
}
div#sitecontactinfo table td {
	font-family:inherit;
	vertical-align:top;
	text-align:left;
	color:white;
	font-size:12px;
	padding:10px;
}
div#sitenavigation {
	
}
div#gallery {
	width:100%;
	background-color:black;
	overflow:scroll;
	overflow-x: auto ! important;
	overflow-y: hidden ! important;	
	/* scrollbar-base-color:#000000; */
}
a {
	color:white;
	text-decoration:none;
	border-bottom:1px;
	border-bottom-style:dotted;
}
a:hover {
	color:yellow;
}
img {
	border:0;
	padding:0;
}
ul {
	white-space:nowrap;
	list-style-type:none;	
	padding:0px;
	margin:0px;
}
li {
	display:inline;
}
