#content {
	margin-left: 230px;
	margin-right: 4px;
	text-align: justify;
}
#content h1 {
	text-align: left;
}
.content_box {
	background-image: url("img/content_background.png");
	background-repeat: repeat-y;
	padding: 5px 20px 10px 25px;
}
.content_top {
	background-image: url("img/content_top.png");
	background-repeat: no-repeat;
	margin-top: 3px;
	width: 657px;
	height: 13px;
}
.content_bottom {
	background-image: url("img/content_bottom.png");
	background-repeat: no-repeat;
	width: 657px;
	height: 13px;
	margin-left: 2px;
}