body {
	background-color: #EEEFD6;
	font-family: "Times New Roman", Times, serif;
}
.left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 123px;
	background-color: #993300;
	vertical-align: top;
}
.right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	width: 500px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content {
	border-right-width: 2px;
	font-size: 14px;
	margin: 1.5em;
}
.right_bottom {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 500px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
.left_bottom {
	background-color: #993300;
	background-position: top;
	width: 123px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	top: top;
}
.space_border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
.onepix_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.onepix_left_two_right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #CCCC99;
	border-right-style: solid;
	border-right-width: 2px;
}
