/* CSS Document */



		div#container_pane { width:865px; height:870px; }
		
		div#sub_nav_pane { margin-left:70px;}
		
		div#sub_nav_bot_pane { margin-left:60px; margin-top:30px;}

		#verse {margin-left:100px; width:658px; text-align:center;}

		div#bird_pane {margin-left:60px;}



		/* IE for WINDOWS */

		* html #verse {
		top: 630px;
		}

		/* IE for MAC 5 */

		*>html #verse {t\op: 590px;}
		




		#jewelry_thumbs
		{
			float:left;
			margin:0;
			padding:0;
			margin-left: 100px;
			margin-top:45px;
			width:660px;
			padding-bottom:10px;
			padding-top:10px;
			/*height:330px;*/
			/*border:1px solid #a49188;*/
			border:1px solid #a49188;
			/*background: url(graphics/02.gif) repeat top left;*/
			background-color:white;			
		}
		
		#jewelry_thumbs ul
		{

			list-style: none;
			padding: 0;
			margin: 0;

			
		}
		
		
		#jewelry_thumbs ul li
		{	float:left;
			margin: 5px;
			padding: 0;

		}
			
		#jewelry_thumbs ul li a {
			color: #336600;
			display: block;
			padding: 120px 10px 2px 10px;
			text-align: center;
			text-decoration: none;
			font-size:80%;
			border:0px solid #a49188;
			width: 100px;
			height:25px;

		}

		/* hack for the box problem is IE set new width */

		* html #jewelry_thumbs ul li a {
		width: 122px;
		w\idth: 122px;
		}

		/* IE MAC 5 */
		/*\*//*/
		#jewelry_thumbs ul li a  { padding: 120px 0px 2px 0px;}
		/**/






/* JEWELRY PAGE NO PANE */



		#jewelry_page_pane
		{
			position: absolute;
			margin:0;
			padding:0px;
			left: 100px;
			top: 50px;
			font-weight: none;
			color: #000;
			/*border:1px solid #a49188;
			background:#ffffcc;*/
		}
		
		#jewelry_page_pane ul
		{
			list-style: none;
			padding: 0px;
			margin: 0;
			font-size:80%;
			color:#003300;
			font-weight: none;

		}
		
		#jewelry_page_pane ul li {
			float: left;
			margin: 0px;
			padding: 0px;
		}
		
		#jewelry_page_pane ul li a {
			padding: .1em .3em;
			text-decoration: none;
			color: #000;
		}
		
		
		#jewelry_page_pane ul li a:hover {
			color: #000;
			text-decoration: underline;
		}


/* JEWELRY NEXT BACK BUTTON STLYE */
		
		#jewelry_nb_pane {		
			position: absolute;
			margin:0;
			padding:0px;
			left: 685px;
			top: 50px;
			font-weight: none;
			 color: #000;
			width:6.5em;
				}

		
		
		 ul#jewelry_nb_buttons
		 {
		 list-style-type: none;
		 margin: 0;
		 padding: 0;

		 }

		
		 ul#jewelry_nb_buttons li a
		 {
		 display: block;
		 width: 4em;
		 padding:  0;
		 margin: 0px;
		 font-size: 80%;
		 text-align: right;
			color: #000;
		 text-decoration: none;
		 }
		
		ul#jewelry_nb_buttons li a:hover
		 {
		 color: #000;text-decoration: underline;
		 }
		
		 ul#jewelry_nb_buttons .left { float: left; }
		 ul#jewelry_nb_buttons .right { float: right; }



