html {
	height: 100%; 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}

body {
	background-color: #66595e; 
	background-image: url(bkgrd.gif); 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

.hundred {
	width: 100%; 
	height: 100%; 
}

#graphiclay {
	position: relative; 
	width: 640px; 
	height: 440px; 
	text-align: left; 
}

#hamlet-img {
	position: absolute; 
	top: 20px; 
	left: 20px; 
	width: 300px; 
	height: 400px; 
}

#content {
	position: absolute; 
	top: 29px; 
	left: 340px; 
	width: 265px; 
	height: 369px; 
	margin: 0px; 
	padding: 8px 5px 5px 10px; 
	background-color: #31292a; 
	font-family: Palatino Linotype, Times New Roman, Georgia, serif; 
	font-size: 8px; 
	letter-spacing: 1px; 
	color: #e7dfde; 
	text-align: left; 
	overflow: auto; 
	scrollbar-face-color: #31292a; 
	scrollbar-shadow-color: #31292a; 
	scrollbar-highlight-color: #31292a; 
	scrollbar-3dlight-color: #31292a; 
	scrollbar-darkshadow-color: #31292a; 
	scrollbar-track-color: #31292a; 
	scrollbar-arrow-color: #66595e; 
}
#content a:link,#content a:visited,#content a:active {
	color: #66595e; 
	text-decoration: none; 
	font-weight: bold; 
}
#content a:hover {
	color: #ffffff; 
	text-decoration: underline; 
	font-weight: bold; 
}
#content input,#content textarea,#content option,#content select {
	background-color: #63595a; 
	font-family: Palatino Linotype, Times New Roman, Georgia, serif; 
	font-size: 10px; 
	letter-spacing: 1px; 
	color: #e7dfde; 
	border: 1px solid #181818; 
}
#content textarea {
	scrollbar-face-color: #66595e; 
	scrollbar-shadow-color: #66595e; 
	scrollbar-highlight-color: #66595e; 
	scrollbar-3dlight-color: #66595e; 
	scrollbar-darkshadow-color: #66595e; 
	scrollbar-track-color: #66595e; 
	scrollbar-arrow-color: #31292a; 
}
#content p {
	margin: 0px 0px 10px 0px; 
	padding: 0px; 
}
#content blockquote {
	margin: 10px 40px; 
	padding: 0px; 
}

.bg-bar {
	background-color: #66595e; 
	background-image: url(bkgrd.gif); 
	width: 80%; 
	height: 8px; 
	margin: 20px auto; 
	padding: 0px; 
}

.codesort h2,.codesort h3 {
	display: none; 
}
.codesort form {
	text-align: center; 
}
.codebox {
	text-align: center; 
}

form {
	margin: 0px; 
	padding: 0px; 
}
map {
	margin: 0px; 
	padding: 0px; 
}