			* { margin: 0; padding: 0; }
			body {
				background-color: black
			}
			
			div#wrapper {
				position: relative;
				margin-left: auto;
				margin-right: auto;
				width: 900px;
				display: block;
			}
			
			div#header {
				position: relative;
				float: left;
				width: 488px;
				height: 235px;
				background-image: url('images/fairy-forge-fire.jpg');
				margin-left: 206px;
				margin-right: 206px;
			}
			div#menu {
				position: relative;
				float: left;
				width: 798px;
				height: 50px;
				margin-left: 51px;
				margin-right: 51px;
			}
			div#menu a div, div#menu div { position: relative; float: left; height: 50px; border: 0;}
			div#menu div.divider {
				width: 1px;
				background-image: url('images/menu-divider.jpg');
			}
			div#menu a div#home {
				width: 95px;
				background-image: url('images/menu-home.jpg');
			}
			div#menu a div#gallery {
				width: 112px;
				background-image: url('images/menu-gallery.jpg');
			}
			div#menu a div#showingat {
				width: 145px;
				background-image: url('images/menu-showingat.jpg');
			}
			div#menu a div#events {
				width: 103px;
				background-image: url('images/menu-events.jpg');
			}
			div#menu a div#contactjen {
				width: 149px;
				background-image: url('images/menu-contactjen.jpg');
			}
			div#menu a div#support {
				width: 189px;
				background-image: url('images/menu-support.jpg');
			}
			div.menu-item:hover {
				background-position: 0 -50px;
			}
			
			div#content, div#footer {
				color: white;
				font-family: arial, sans-serif;
				
			}
			div#content div.section-title {
				position: relative;
				float: left;
				width: 900px;
				height: 32px;
				border: 0;
				text-align: center;
			}
			div#content div#content-text {
				position: relative;
				float: left;
				width: 900px;
				text-align: center;
				border: 0;
			}

			div#content img#jen-main {
				position: relative;
				float: left;
				margin-left: 243px;
				margin-right: 244px;
			}
			
			div#footer {
				width: 900px;
				position: relative;
				float: left;
				height: 2em;
				text-align: center;
				font-size: 0.8em;
				margin-top: 20px;
			}
			div#footer a, div#content div#content-text a {
				color: #8b7600;
			}
			div#footer a:hover, div#content div#content-text a:hover {
				color: white;
				text-decoration: none;
			}