div#content {
	width: 800px;
	background-image: url(img/bg-border-side.png);
	background-repeat: repeat-y;
}

div.border-top {
	width: 800px;
	height: 5px;
	background-image: url(img/bg-border-top.png);
	background-repeat: no-repeat;
	background-position: top;
}

div.border-bottom {
	width: 800px;
	height: 10px;
	background-image: url(img/bg-border-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.box {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

h3 {
	border-left: solid 10px #CFCFCF;
	padding-left: 8px;
	margin-bottom: 20px;
}
