html {
	background: #ffffff;
	}

body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	min-width: 720px;
	font-size: normal;
	background: #ffffff;
}

div#maincontent {
	width: 720px;
	height: 540px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;

	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
}

#contents {
	clear: both;
	background: #fff;
	padding: 12px;
	float: left;
	width: 100%;
}

#contents .main {
	width: 60%;
	line-height: 100%;
	float: right;
	margin: 0;
	padding: 0;
}

#contents .sub {
	width: 30%;
	float: left;
	line-height: 100%;
	font-size: small;

	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}


#contents p.caption {
	font-size: small;
	border-bottom: 1px solid #000;
	border-left: 0px solid #000000;
	margin: 1.0em;
	padding-bottom: 0.5em;
	padding-bottom: 0em;
}

#contents p.captionh1 {
	font-size: small;
	border-bottom: 1px solid #fff;
	padding: 0.5em;
	margin-left: 0;
	margin-bottom: 1.5em;
}

#contents p.captionh2 {
	font-size: small;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 0.5em;
	margin-left: 0;
	margin-bottom: 1.5em;
}

#contents a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: maroon;
}

#contents a.visited {

	text-decoration: none;
	margin: 0;
	padding: 0;
	color: maroon;
}

