h1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display:block;
	height:25px;
}

h2#readme {
	position: absolute;
	top: 0px;
	left: 0px;
}

h2#policy {
	position: absolute;
	top: 35px;
	left: 0px;
}

h2#copylight {
	position: absolute;
	top: 70px;
	left: 0px;
}

h2#environment {
	position: absolute;
	top: 105px;
	left: 0px;
}



div#mainbox {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 310px;
	height: 470px;
	padding-right: 10px;
	overflow: auto;
}

div#mainbox a {
	text-decoration: underline;
}

div#mainbox h2 {
	margin-top: 40px;
}

em {
	font-style: normal;
	font-weight: bold;
	color: red;
}

p {
	text-indent: 1em;
	line-height: 1.5em;
}

blockquote {
	margin-left: 1em;
	margin-right: 0px;
}

ul {
	margin-left: 1em;
	margin-right: 0px;
	margin-top: 2em;
}

li {
	line-height: 1.5em;
}


a#back {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width:20px;
	height:20px;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../arrow/up.gif);
}

a#back:hover {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../arrow/up-cc0000.gif);
}

