#main {
	padding-top: 30px;
	padding-bottom: 30px;
}
#main h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 2px;
	background-color: #EAEABF;
	margin-left: 30px;
}
#main p {
	margin-top: 15px;
	margin-left: 90px;
	margin-bottom: 0px;
	margin-right: 40px;
	line-height: 130%;
}

#main #contents {
	margin-top: 20px;
	margin-left: 50px;
	text-align: right;
	margin-right: 30px;
}
#main #contents table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333300;
}
#main #contents th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#main #contents td {
	text-align: left;
}

#main #contents h2 {
	background-color: #ECE9D8;
	font-size: medium;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	padding-bottom: 3px;
}
#main #contents p {
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 140%;
}
