HTML
{
	background: white;
	color: #666; /* colour of the beast */
	margin: 2em 8em;
	font-family: "Georgia", serif;
}

A:link
{
	text-decoration: underline;
	color: #86c982;
}

A:visited
{
	color: #119037;
	text-decoration: underline;
}

A:hover
{
	color: #df7318;
	text-decoration: none;
}

H1
{
	height: 240px;
	margin: 0;
	padding: 0;
	background: #7daff1 url('bg-mid.png') repeat-x scroll top left;
	color: white;
	position: relative;
}

H1 SPAN#h1_span1
{
	display: block;
	background: transparent url('bg-left.png');
	width: 14px;
	height: 240px;
	position: absolute;
	left: -10px;
	top: 0;
}

H1 SPAN#h1_span2
{
	display: block;
	background: transparent url('bg-right.png');
	width: 304px;
	height: 240px;
	position: absolute;
	right: -10px;
	top: 0;
}

H1 SPAN#h1_text
{
	position: relative;
	top: 190px;
	left: 10px;
	font-size: large;
	font-weight: normal;
	letter-spacing: 4px;
	z-index: 999;
}

H1 SPAN#h1_text SMALL
{
	letter-spacing: 0;
	font-size: 67%;
	position: relative;
	left: -6px;
	top: 4px;
	color: #fb0187;
}

DIV#content
{
	background: #f8f8f8;
	margin: 0 -10px 2em;
	padding: 14px 42px;
	border: 1px solid #bed7f8;
	border-bottom: 10px solid #bed7f8;
}

DIV#content H2
{
	margin-left: -18px;
	margin-right: -18px;
	padding: 20px 0 2px 0;
	border-bottom: 2px solid;
	font-size: 120%;
	letter-spacing: 2px;
}

DIV#content H3
{
	font-size: 110%;
	letter-spacing: 2px;
}

DIV#pagoda
{
	width: 90px;
	/* width: 222px; */
	float: right;
	margin: 0.5em;
	background: #f8f8f8;
}

DIV#pagoda SPAN#pagoda_lid
{
	display: block;
	height: 190px;
	background: transparent url("pagoda-lid.png") no-repeat scroll top center;
}

DIV#pagoda UL
{
	width: 84px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 3px solid #86c982;
}

DIV#pagoda UL LI
{
	padding: 1px 2px;
	margin: 0;
	text-align: center;
}

DIV#pagoda A:link, DIV#pagoda A:visited
{
	text-decoration: none;
}

DIV#pagoda SPAN#pagoda_base
{
	display: block;
	height: 110px;
	background: transparent url("pagoda-base.png") no-repeat scroll top center;
}

TABLE { border: 2px solid; border-collapse: collapse; }
TD {border: 1px solid; vertical-align: top; padding: 0.33em; }
