body {
	background-image: url(body.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
h1 {
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	padding-top: 30px;
	margin-bottom: 0px;
	text-indent: 10pt;
}
h2 {
	text-indent: 5pt;
	height: 30px;
	padding-top: 8px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
div#crumb {
	border: 1px;
	border-bottom-style: dashed;
	width: 600px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size:smaller;
	text-indent: 10pt;
}
div#container {
	width: 560px;
	margin: 25px;
	line-height: 150%;
}
p {
	text-indent: 10pt;
}
