body {
	background-color: #F8F6DF;	/*rgb(228, 226, 205);*/
	color: #807B62;				/*rgb(85, 87, 83);*/
	font-family: sans-serif;
	font-size: .9em;
}
p {
	/* margin: 8px 0 8px 12px; */
}
h1, h2, h3 {
	color: rgb(171, 165, 131);
	color: #807B62;				/*rgb(85, 87, 83);*/
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color:rgb(152, 143, 94);
	font-weight: bold;
}
a:hover {
	border-bottom: dotted 1px;
}

#resources #main {
	position: absolute;	
	left: 12em;
	border: 2px solid black;
	height: 30em;
	background-color: rgb(228, 226, 205);
}

#picture {
	border: black solid 4px;
	overflow: hidden;
	width: 80px;
	position: absolute;
	top: 92px;
}
#bridge {
	left: -80px;
	position: relative;
}
input.text, textarea {
	width: 240px;
	/* background-color: pink; */
}
input.button {
	width: 80px;
}
label {
	font-weight: bold;
}
.panel {
	display: none;
}
#sendattachment, #dwtevaluation, #contact, #upload {
	display: none;
}
#body, .body {
	width: 56em;
	margin: auto;
	position: relative;
}

caption {
	font-weight: bold;
	text-align: left;
	/* font-size: 1em; */
	border: solid;
	border-width: 0px 0px 2px 0px;
}

		#contactformmessage {
			width: 400px;
			width: 20em;
			height: 200px;
		}
		#noteslist {
			position: absolute;
			width: 20em;
		}
		#notesextra {
			position: absolute;
			width: 18em;
			top: 4em;
			left: 20em;
			display: none;
		}
		#characterspanel table{
			float: left;
			margin: 0em 1em;
			/* border: 1px solid black; */
		}
		#characterspanel table td {
			line-height: .75em;
			font-size: 1.25em;
		}
		#characterspanel table td {
			font-weight: bold;
		}
		#characterspanel table td+td {
			font-weight: normal;
		}
		
