body{
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: black;
	background-image: url("images/gradientBg.jpg");
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	color:#fff;
	}
/*
#container {
	width: 950px;
	height: 725px;
	margin: 0px auto 62px auto;
	padding:0;
	border: 1px solid transparent; 
	text-align:left;
	color:white;
	background-color: transparent;
	background-image: url("images/fallsBg3.gif");
	background-image: url("images/VeniceBg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	}
*/
#main {
	position: relative;
	top:1px;
	height:530px;
	background-color:black;
	margin: 71px 60px 5px 60px;
	border:1px solid #999999;
	z-index:1;
	}

#scrollbox {
	height:90px;
	width: 827px;
	background:#000; 
	overflow:auto; 
	white-space: nowrap;
	border:1px solid #CCC;
	border-right-width: 0;
	border-left-width: 0;
	margin: 440px 0 0 0;
	}


#desc{
	position: absolute;
	top:15px;
	left:5px;
	width: 815px;
	height:420px;
	border: 1px solid black;
	z-index:109;
	background-image: url("images/blank.gif");
	}
	
#desc h1{
	width: 300px;
	margin:25px 0 5px 0;
	color: #fff;
	font-size:1em;
	font-family: verdana, arial, sans-serif;
	}

#desc p{
	width: 300px;
	margin: 7px 0 5px 0;
	color: #fff;
	font-size: .85em;
	font-family: verdana, arial, sans-serif;
	}

/******************************* Nav and Menu styling  ***********************************/

#navcontainer, #menucontainer {
	margin: 0;
	padding: 0;
	}

#navcontainer ul {
	list-style: none;
	margin:  0;
	padding: 0 0 0 527px;
	border: none;
	font-size:.95em;
	}
	
#navcontainer li {
	display: block;
	margin: 47px 0 0 0;
	padding: 0;
	float: left;
	}

#navcontainer a{
	color: #000;
	display: block;
	width: auto;
	text-decoration: none;
	background: gray;
	background-image: url("images/NavBtnBg.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #666;
	}

#navcontainer a:hover, 
#navcontainer a:active { 
	background-image: url("images/NavBtnHvr.jpg");
	background-repeat: repeat-x;
	color: #fff;
	border-bottom: 1px solid #0000CC;
	}

#navcontainer a.active:link, 
#navcontainer a.active:visited{
	position: relative;
	z-index: 102;
	background-image: url("images/NavBtnBg.jpg");
	background-repeat: repeat-x;
	font-weight: bold;
	}
	
#navcontainer a.current{
	border-bottom: 1px solid #FFCC00;
	}
	
#menucontainer ul {
	position: relative;
	list-style: none;
	margin:  0 0 0 5px;
	padding: 0;
	padding-right: 75px;
	border: none;
	z-index:115;
	}
	
#menucontainer li {
	display: inline;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: .75em;
	}

#menucontainer a{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	background-image: url("images/MenuBtnBg.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #3A3437;
	border-right: 1px solid #3A3437;
	}

#menucontainer a:hover, 
#menucontainer a:active { 
	background-image: url("images/NavBtnBg.jpg");
	background-repeat: repeat-x;
	color: #000; }

#menucontainer a.active:link, 
#menucontainer a.active:visited{
	position: relative;
	background-image: url("images/MenuBtnBg.jpg");
	background-repeat: repeat-x;
	font-weight: bold;
	color: #000;
	z-index: 115;
	}
	
/******* begin gallery styling *****/

	
a.gallery, a.gallery:visited {    /********* thumbnails  *******/
	display:block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid white; 
	width:60px; 
	height:60px; 
	margin:5px 0 5px 5px; 
	float:left; 
	font-size:11px;
	}
	

a.gallery span {	/*********** removes the large image from view ************/
	display:block; 
	position:absolute; 
	left:-1000px; 
	top:-170px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	background: black; 
	z-index:100; 
	font-size:1em;
	}

a.gallery:hover {	/*****thumb status when hovered ****/
	white-space: normal; 
	border:1px solid #990000;
	}

a.gallery:hover .landscape img { /* positions the large image inside the holder */
	margin-left: 380px;
	margin-right:0px;
	margin-top: 50px;
	}
a.gallery:active .landscape img, a.gallery:focus .landscape img  { /* positions the large image inside the holder */
	margin-left: 380px;
	margin-right:0px;
	margin-top: 50px;
	}
		
a.gallery:hover img {		/**** the large image when visible has border ****/
	border:10px solid white; 
	z-index:100;
	margin-left:460px;
	}
	
a.gallery:active img, a.gallery:focus img { /**** the large image when pressed has border ****/
	border:10px solid white;
	z-index:50;
	margin-left:460px;
	}

a.gallery:hover span {	/**** the large image container when hovered on ****/
	display:block; 
	position:absolute;
	width:800px; 
	height:420px; 
	top:15px; 
	left:15px; 
	padding:0px;  
	font-style:italic; 
	color:#fff; 
	background:black; 
	z-index:105; 
	font-size:11px;
	}

a.gallery:active, a.gallery:focus {	/* thumb border when clicked */
	border: 1px solid #ffcc00;
	}

a.gallery:active img span, a.gallery:focus img span  {		/**** the large image when visible has border ****/
	border:10px solid white; 
	z-index:100;
	}
	
a.gallery:active span, a.gallery:focus span {
	display:block; 
	position:absolute;
	width:800px; 
	height:420px; 
	margin-left:0px;
	top:15px; 
	left:15px; 
	padding:0px;  
	font-style:italic; 
	color:#fff; 
	background:black; 
	z-index:101; 
	}


	
a.gallery b  {	/*********** hides the text in the images ************/
	display: none;
	}
	
a.gallery:hover b ,a.gallery:active b, a.gallery:focus b{	/***********shows the text in the images ************/
	position: absolute; 
	display:block; 
	width:200px; 
	height:100px; 
	left:0px;
	bottom:-50px; 
	padding:5px; 
	font-style:italic; 
	font-size:12px;
	color:#fff;  
	z-index:99;
	}	
	

#footer{
	margin: 10px 0 0 0;
	padding: 0;
	}

#footer p{
	margin: 0;
	padding: 0;
	font-size: .70em;
	text-align: center;
	line-height: 1.25em;
	}