/* CSS Document */

body {
	margin: 0; padding: 0;
	background: #ad9e8e;
	color: #333;
	font: 11px/1.5 verdana, sans-serif;
	}
	
#mastheadbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 143px;
	background: #FFc88f; /* none repeat scroll 0% 0%; /* var 4 = rgb(255,180,102) #404040; */
	opacity: 0.5;
	filter:alpha(opacity=50);
	}
	
#mast-hdr-overlay {
	position: relative; top: -15px; left: 14px;
	width: 780px; height: 145px;
	background: url('../images/header.png') top right no-repeat;
	}
	
#mastheader {
	position: relative;
	width: 780px; height: 130px;
	background: #FFB466 none repeat scroll 0% 0%; /* var 4 = rgb(255,180,102) */
	}
	
#mastheader h1 {
	position: absolute; top: 30px; left: 14px;
	width:320px;
	margin: 0;
	/* width: 8em; */
	font-size: 35px;
	line-height: 1.33;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-align: left;
	color: #735529;
	font-style:italic;
	}
#mastheader h2 {
	position: absolute; top: 65px; right: 140px;
	margin: 0;
	width: 8em;
	font-size: 15px;
	line-height: 1.33;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: white;
	font-style:italic;
	}
	
#masthdr-overlay {
	position: relative; top: -15px; left: 14px;
	width: 780px; height: 145px;
	background: url('../images/mastheader.png') top right no-repeat;
	}
	
	
#main {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	}
	
	/* menu */
#menu {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
	}
#menu li {
	float: left;
	margin: 0; padding: 0;
	width: 20%;
	background: #ffde8f; /*   var. 3 = rgb(166, 40, 17) */

	}
#menu a {
	position: relative;
	display: block;
	margin: 1px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #ffd266;
	color: #a67a11;
	}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: white;
	}
#menu  a selected {
	background: #a67a11;
	color: #ffd266;
	}
#menu a:hover {
	background: #a67a11;
	color:  #ffd266; /*   var. 3 = rgb(166, 40, 17) */
	}
	
	/* end menu */
	
/* style for the picture displays... */
#galleryPicts {
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}

#LargePictDiv {
	z-index:11;
	visibility:hidden;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-300px;
	visibility:hidden;
	}
#LargePictDivVisible {
	z-index:11;
	position:relative;
	}

#LargePictFrame {
	border:15px solid #d0d0d0;
	background-color:#d0d0d0;
	margin:0px 0px 0px 0px;
	}
#LargePictDisplay {
	border:thick solid #656565;
	margin:0px 0px 0px 0px;
	}
#LargePictProse {
	 border:2px solid #000000;
	 background-color:#ffffff;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
#pictDiv {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:170px;
	left:50%;
	margin-left:-100px;
	visibility:hidden;
/*	border:12px solid #d0d0d0; */
	}
#pictDisplay {
	border:5px solid #656565;
	}
#pictFrame {
	border:15px solid #d0d0d0;
	background-color:#d0d0d0;
	margin:0px 0px 0px 0px;
	}
#pictProse {
	 border:2px solid #000000;
	 background-color:#ffffff;
	 vertical-align:top;
	 text-align:center;
	 color:#333333;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight:bold;
	} 