div#box-left {
	float: left;
	width: 22%;
	margin-right: 4%;
}
div#box-right {
	float: left;
	width: 74%;
}
div#box-left h3, div#box-right h3 {
	font-size: 120%;
	font-weight: normal;
}
div#box-left p, div#box-right p {
	padding-left: 10px;
}
div#box-left ul {
	padding-left: 0;
	list-style-type: none;
}
div#box-left ul li {
	padding-left: 12px;
	background: transparent url(../img/submenu-li.gif) no-repeat center left;
}
div#box-left ul a {
	font-size: 115%;
	font-weight: normal;
}
div#box-left ul a.current {
	color: #463820;
	font-weight: bold;
	text-decoration: none;
}
div#box-right ol {
	padding-left: 25px;
	list-style-type: disc;
}
