		body {
			margin:0;
			padding:0;
			font-family:Trebuchet MS;
			background-image:url(/images/bg.jpg);
			background-repeat:no-repeat;
			background-color:#000;
		}
		
		h1 {
			text-indent:-1000px;
			background-image:url(/images/kingkeypale.jpg);
			background-repeat:no-repeat;
			margin:15px 0 0 10px;
			padding:0;
		}
		h1 a {
			display:block;
			text-decoration:none;
			height:60px;
			width:350px;
		}
		#nav {
			float:left;
			padding-left:20px;
			padding-top:20px;
			width:150px;
			height:505px;
		}
		#gal #nav {
			height: 600px;
		}
		#nav li {
			list-style-type:none;
			padding-bottom:6px;
		}
		#nav a {
			text-decoration:none;
			color:#666;
			font-size:19px;
			letter-spacing:.1em;
		}
		#nav a:hover {
			color:#D9D4CF;
		}
		.current {
			color:white !important;

		}
		ul, li {
			margin:0;
			padding:0;
		}

		#content {
			color:#D9D4CF;
			font-family:verdana;
			font-size:14px;
			width:350px;
			height:495px;
			margin-top:27px;
			margin-left:140px;
		}
		table#dates td {
			vertical-align:top;
		}
		#gal #content {
			width:800px;
			margin-top:0 !important;
		}
		#gal {background-image:none};
		#gal #content img {border:none};
		
		#footer  {
			color:white;
			font-family:verdana;
		}
