#main_content {
	width: 780px;
	height: 3470px;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding: 10px;
	font-size : 1em;
	background-color: #fffef2;
	overflow: auto;
}

#spacer_left {
	float: left;
	height: 3638px;
	width: 25px;
	border : 0px;
	font-size : 1em;
	background-image: url('../img/background/shadow-left.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

#spacer_right {
	float: left;
	height: 3638px;
	width: 25px;
	border : 0px;
	font-size : 1em;
	background-image: url('../img/background/shadow-right.jpg');
	background-repeat: repeat-y;
	background-position: left;
}
