* { margin: 0; padding:0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
div#sheet {
	height: 430px;
	overflow: auto;
	padding: 10px;
	background-image: url(../siteimg/background_sheet.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#text {
	width: 400px;
}
div#sheet h1 {
	font-size: 22px;
	margin-top: 10px;
	color: #990000
}
div#sheet h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div#sheet h3 {
	font-size: 13px;
	margin-top: 5px;
	margin-left: 5px;
	color: #666666;
}
div#sheet h4 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}
div#sheet h5 {
	margin-top: 4px;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
div#sheet p {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #666666;
	line-height: 16px;
}
div#sheet div#images {
	width: 150px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
div#sheet div#images div.image {
	width: 150px;
	background-color: #000000;
	margin-bottom: 10px;
	border: 4px solid #999999;
}
div#sheet a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

