body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: 'Trebuchet MS', "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #694632;
}
#centerD {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	border: 8px solid #FFFFFF;
}
a:link {
	color: #2A8AC6;
	text-decoration: none;
}
a:visited {
	color: #2A8AC6;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#centerD #headerD {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 650px;
	background-color: #3A2213;
}
#centerD #contentD {
	padding: 5px;
	background-color: #694631;
	color: #FFFFFF;
	border: 1px dashed #3B2114;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #694631;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #694631;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#centerD #contentD #formD {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #3A2213;
	border: 1px solid #3A2213;
	color: #CCCCCC;
	font-size: 10px;
	width: 200px;
}
.errorTxt {
	color: #993300;
}
