/* CSS Document */

body {
		  margin:0;
		  padding:40px 0;
		  text-align:left;
		  color:#000;
		  background:#FFF url(../images/background_exhibitions.gif) no-repeat left top;
		  font:11px/14px "Courier New", Courier, mono;
		}




/* FEATURE IMAGE - HOME */

		#feature {
		width: 772px;
		height: 452px;
		background-repeat: no-repeat;
		z-index: 1;
		background-image: url(../images/feature_photo_gallery.jpg);
		padding:0px 0px 10px;
	}
	
	/* LION BACKGROUND IMAGE - HOME */
	
	#lion_home {
	position:absolute;
	left:0px;
	top:360px;
	width: 207px;
	height: 351px;
	background:#FFF url(../images/background_lion_03.gif) no-repeat left top;
	z-index: 1;
		}