			body {
				background-color: #b18c6d;
				background-image: url(img/bg.png);
				background-position: -100px 106px;
				font-family: Georgia, Times, serif;
				font-size: 13px;
				color: #220;
				text-align: center;
				margin-top: 20px;
			}
			
			div#all {
				width: 600px;
				margin: 0 auto;
				text-align: left;
				margin-top: 10px;
			}

			table.mainmenu {
				width: 100%;
			}
			
			table.mainmenu a {
				text-decoration: none;
			}
			
			h1 {
				font-size: 20px;
			}
			
			div#body {
				margin-bottom: 70px;
			}
			
			div.image {
				float: right;
				display: inline;
				border: 1px solid #fca;
				padding: 10px;
				margin: 20px;
				margin-right: 50px;
				margin-top: -20px;
			}

			div.image img {
				border: 1px solid #963;
			}

			dl#contactinfo { text-align: center; }
			dl#contactinfo dd, dl#contactinfo dt { display: inline; }
			dl#contactinfo dt { font-weight: bold; margin: 0; }
			dl#contactinfo dd { margin: 0; margin-right: 30px; }

			dl#staff dt { font-weight: bold; }
			dl#staff dd { margin: 0; margin-bottom: 15px; }

			dl.links { margin-bottom: 30px; }
			dl.links dt { font-weight: bold; }
			dl.links dd { margin: 0; margin-bottom: 10px; }

			div#artists { margin-bottom: 30px; }
			div#artists dt { font-weight: bold; margin-bottom: 5px; }
			div#artists dd { margin: 0 0 5px 20px; }

			a { text-decoration: underline; color: #220; }
			a:hover { color: #664;}
			
			a img { border: 0; }