body {
	font-size: 10pt;
	color: #591709;
	background-color: #935d2e;
}
fieldset {
	border: solid 1px #591709;
	padding: 5px;
	margin: 15px;
	background-color: #ffda9f;
}
div#maincontent fieldset {
	background: none;
	border: solid 1px #591709;
	padding: 5px;
	margin: 15px;
}
legend {
	color: #591709;
	background-color: #ffda9f;
	padding: 2px 6px;
	font-weight: bold;
}
label {
	font-weight: bold;
}
.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}
select {
	margin: 2px 0px 2px 5px;
}
input.submit {
	color: #ffda9f;
	background-color: #5a7414;
	border: 2px solid #3F520D;
	padding: 5px 10px;
	margin: 10px auto 10px 40px;
}
.footer {
	clear: both;
}
.errorMessage {
	font-weight: bold;
	font-size: 13pt;
}
.credit {
	font-size: 8pt;
}

a:link, a:visited, a:active {
	text-decoration: none;
}
.entry {
	background-color: #ffda9f;
	border: 1px solid #5a7414;
	margin-bottom: 15px;
	padding: 6px;
	clear: both;
}
div#maincontent div.entry {
	background: none;
	border: none;
	/*border: 2px solid #591709;*/
	margin: 10px 10px 25px 10px;
	padding: 6px;
	clear: both;
}
div.label {
	color: #ffda9f;
	background-color: #591709;
	padding: 5px 10px;
	font-weight: bold;
	margin: auto;
}
div#maincontent div.label a:link {
	color: #C6A77A;
}
div#maincontent div.label a:hover {
	color: #ffda9f;
}
.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}
.entryCount {
	text-align: left;
	padding-bottom: 4px;
}
table#guestbook-inputs {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: none;
	padding: 5px;
	border-spacing: 0px;
}
table#guestbook-inputs td {
	vertical-align: top;
}
table#guestbook-inputs td.textonright {
	text-align: right;
	padding-right: 5px;
}
table#guestbook-inputs td.textboxonleft input, table#guestbook-inputs td.textboxonleft textarea {
	margin-right: auto;
	margin-left: 0px;
}

a {
	text-decoration: underline;
	color: #591709;
}
a:link {
	color: #591709;
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
	color: #591709;
}
a:active, a:hover {
	color: #7fa716;
	text-decoration: none;
}
div.comment {
	margin-left: 7em;
	font-style: italic;
	border-bottom: thin solid #591709;
}
div.date {
	text-align: right;
	color: #5a7414;
	margin: 0px 2px 2px 2px;
}
div.subject {
	font-weight: bold;
	border-bottom: thin solid #591709;
	margin-bottom: 0px;
	margin-left: 4em;
	padding-left: 0px;
}
div.name {
	font-style: italic;
	text-align: right;
	color: #5a7414;
	margin: 0px;
}
div.email {
	font-style: italic;
	text-align: right;
	font-size: .8em;
	margin: 0px;
	padding: 4px 0px;
}
div#maincontent p.padding {
	padding-bottom: 500px;
}
div#maincontent div#height {
	height: 1px;
	padding-bottom: 300px;
}
