body 
{
	/*background-color:#000000;*/
	background-image:url('../images/BKG.png');
	padding: 0px;
	border: 0px;
	margin: 0px;
	color: #001b6a;
	font-family: Verdana, Arial, Times; 
}

#wood 
{	
	position: relative;
	width: 717px; 
	padding: 0px;
	border: 0px;
	margin:0px;
} 

/*#wood 
{	
	position: relative;
	width: 717px; 
	background-image:url('../images/BKG.png');
	padding: 0px;
	border: 0px;
	margin:0px;
}*/

#wood.cakes
{
	height: 1480px;
}

#wood.bananas
{
	height: 1150px;
}

#wood.zztring
{
	height: 1170px;
}

#wood.about
{
	height: 1400px;
}

#wood.contact
{
	height: 1350px;
}

#logo 
{ 
	position: absolute;
  left: 20px;
	top: 20px;
}

#menu 
{ 
	position: absolute;
	text-align: left;
  	right: 15px;
	top: 0px;
	height: 318px;
	width: 241px;
	background-image:url('../images/Menu_BKG.png');
	background-repeat:no-repeat;
}

#navlist 
{
	position: relative;
	left: 10px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited 
{
	display: block;
	border: 0px;
	background-image:  url(../images/Menu_PaperCakes.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 220px;
	text-decoration: none;
}

#navlist a:hover 
{
	display: block;
	border: 0px;
	background-image:  url(../images/Menu_PaperCakes_Selected.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 220px;
	text-decoration: none;
}

#navlist a.bananas, #navlist a.bananas:visited
{
	background-image:  url(../images/Menu_GoingBananas.png);
}

#navlist a.bananas:hover 
{
	background-image:  url(../images/Menu_GoingBananas_Selected.png);
}
	
#navlist a.zztring, #navlist a.zztring:visited
{
	background-image:  url(../images/Menu_zztringzznare.png);
}

#navlist a.zztring:hover 
{
	background-image:  url(../images/Menu_zztringzznare_Selected.png);
}
	
#navlist a.about, #navlist a.about:visited
{
	background-image:  url(../images/Menu_AboutHUSCK.png);
}

#navlist a.about:hover 
{
	background-image:  url(../images/Menu_AboutHUSCK_Selected.png);
}

#navlist a.contact, #navlist a.contact:visited
{
	background-image:  url(../images/Menu_Contact.png);
}

#navlist a.contact:hover 
{
	background-image:  url(../images/Menu_Contact_Selected.png);
}

#paper 
{ 
	position: relative;
	left: 0px;
	top: 200px;
	bottom: 0px;
}

#paperTop
{	
	position: relative;
	top: 0px;
	width: 676px; 
	background-image:url('../images/Main_Paper_Top.png');
	height: 107px;
}

#paperRepeat
{	
	position: relative;
	top: 0px;
	bottom: 0px;
	width: 676px; 
	background-image:url('../images/Main_Paper_repeating.png');
}

#floatMask
{
	position: relative;
	float: right;
	top: -50px;
	right: 0px;
	width: 220px;
	height: 50px;
}

#content
{
	position: relative;
	text-align: left;
	top: -32px;
	left: 50px;
	width: 550px;
}


#title
{
	position: relative;
	font-size:30px;
	font-weight:bold;
	top: 2px;
}

#text
{
	position:relative;
	font-size:16px;
	font-weight:100;
	line-height: 28px;
	width: 550px;
	top:29px;
}

#imageList
{
	margin-top: 40px;
	text-align: center;
}


#youtube 
{
	margin-top: 50px;
	text-align: center;
}


#bamboolink
{
	text-align: center;
	margin-top: 20px;
	font-weight:bold;
}

#credits
{
	position:relative;
	display: inline;
	vertical-align: middle;
	margin-left:50px;
	height:100px;
}

#logos
{
	position: relative;
	bottom: 10px;
	left: 40px;
}


/*START LIGHTBOX CSS*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
