body {
	background-color: #9d7842;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../backgrounds/page_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #701110;
	text-decoration: none;
}
a:visited {
	color: #701110;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
.page_left {
	background-color: transparent;
	background-image: url(../backgrounds/page_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 36px;
}
.page_right {
	background-color: transparent;
	background-image: url(../backgrounds/page_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
	width: 36px;
}
.content {
	background-color: #fffcf3;
}
.page_bottom_left {
	background-image: url(../backgrounds/page_bottom_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 56px;
	height: 56px;
	background-color: transparent;
}
.page_bottom_right {
	background-image: url(../backgrounds/page_bottom_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 56px;
	height: 56px;
	background-color: transparent;
}
.page_bottom_center {
	background-image: url(../backgrounds/page_bottom_center.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 56px;
	background-color: transparent;
}
.line_box_top {
	background-image: url(../backgrounds/line_box_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}
.content_01 {
	background-color: transparent;
	background-image: url(../backgrounds/content_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 28px;
}
.spacer10 {
	height: 100%;
	width: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D2B67B;
}
