div.home {
	padding-left: 5px;
	margin-bottom: 8px;
}

ul.home {
	width: 195px;
	list-style-type: none;
	float: left;
	padding-left: 6px;
}
ul.home li {
	margin: 0;
}
ul.home li.picture {
	background: url('/dsg/home-top.png') no-repeat top left;
	height: 115px;
}
ul.home li.h1 {
	background: url('/dsg/home-center.png') repeat-y top left;
	font-size: 150%;
	color: #01458e;
	text-align: center;
	padding: 5px 0 1em 0;
}
ul.home li.content {
	background: url('/dsg/home-center.png') repeat-y top left;
	padding: 0 10px;
	overflow: hidden;
	height: 1%;
}
	ul.home li.content ul {
		margin-bottom: 1em;
		list-style-type: disc;
	}
	ul.home li.content ul li {
		margin-left: 14px;
	}
ul.home li.footer {
	height: 30px;
	overflow: hidden;
	background: url('/dsg/home-bottom.png') no-repeat top left;
}