body {
	margin: 0;
	padding: 0;
	font: Georgia, 'New York CE', utopia, serif;
	background: #ebe4ce url(../images/background.gif) 0 315px;
	text-align: center;
}
#base {
	width: 700px;
	height: 480px;
	overflow: auto;
	background: url(../images/virtual-background.gif) no-repeat 0 315px;
	margin: 0 auto;
	text-align: left;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top {
	padding: 5px 0 0 4px;
	background: #5d503d url(../images/virtual-top.gif) repeat-y;
}
	#navigation {
		width: 143px;
		height: 336px;
		background: url(../images/virtual-navigation.gif) no-repeat 0 100%;
		float: right;
	}
		#navigation ul {
			padding: 30px 0 0;
		}
			#navigation li {
				padding: 1px 10px 3px;
				margin-bottom: 3px;
			}
			#navigation li.selected {
				background: #5a4d3b;
			}
				#navigation li.selected a {
					color: #fff;
				}
				#navigation a {
					color: #d4cebc;
					font-size: 13px;
				}
				#navigation a:hover {
					color: #fff;
				}
#bottom {
	clear: both;
	padding: 15px 20px;
	color: #6a5d49;
}
	#bottom h1 {
		font-size: 22px;
		color: #84332c;
		font-weight: normal;
		margin: 0;
	}
	#description {
		width: 420px;
		float: left;
		padding: 10px 0;
	}
		#description p {
			margin: 8px 0;
			font-size: 13px;
		}
			#description a {
				color: #8b2f2d;
			}
	#controls {
		float: right;
		width: 210px;
		line-height: 1.5em;
		margin-top: -15px;
	}
