@charset "UTF-8";
body {
	background-color: #1d1f1b;
	background-image: url(images/bg-bottom.gif);
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
}
#container { 
	margin: auto;
	padding: 0px;
	width: 800px;
}
#header {
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 120px;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: visible;
}
#header #thehead {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
#header #thehead h1 {
	font-size: 36px;
	font-weight: bold;
	color: 5c2405;
}
#content {
	background-color: #81a84f;
	background-image: url(images/bg-content-top.gif);
	background-repeat: repeat-x;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 62px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content #trueContent {
	background-color: #FFFFFF;
	margin: 20px;
	padding: 10px 30px 60px;
	width: 680px;
	font-size: 14px;
	line-height: 20px;
}
#content #trueContent #theletter {
	padding: 20px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #3B570B;
	background-color: #dcf6bb;
}
.red {
	color: #FF0000;
}
