body {
	background: ffffff#;
	font-family: ProggyTinyTT, arial, helvetica, verdana;
	font-size: 15px;
	font-weight: normal;
	color: #a187c8;
	text-align: center;
}
a:link {
	color: #be97f8;
	text-decoration: none;
}
a:visited {
	color: #c9b4e8;
	text-decoration: none;
}
a:active {
	color: #8348b0;
	text-decoration: none;
}
a:hover {
	color: #8348b0;
	text-decoration: underline;
}
img {
	border: 0
}
#intro {
	position: absolute;
	top: 110px;
	left: 200px;
	width: 600px;
	height: 400px;
}
#specs {
	position: relative;
	float: left;
	top: -60px;
	left: 320px;
	width: 200px;
	text-align: right;
}
.tight {
	margin-top: 2px;
	margin-bottom: 2px;
}
#title {
	background: #ffffff url(header.png) no-repeat bottom right;
	position: absolute;
	left: 11px;
	width: 765px;
	height: 74px;
	margin: 0;
	padding: 0;
	text-align: center;
} 
#menu{
	background: #ffffff url(menuback.png) no-repeat bottom right;
	position: absolute;
	left: 11px;
	top: 92px;
	float: left;
	width: 105px;
	height: 465px;
	margin: 0px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: center;
}
#main {
	background: white url(mainback.png) no-repeat bottom left;
	position: absolute;
	top: 92px;
	left: 127px;
	margin: 0;
	padding: 0;
	width: 648px;
	height: 410px;
	text-align: center;
	overflow: auto;
}
#credits {
	background: white url(creditsback.png) no-repeat bottom left;
	float: left;
	position: absolute;
	top: 512px;
	left: 127px;
	margin: 0;
	padding: 0;
	width: 648px;
	height: 45px;
	text-align: center;
}
.box {
	position: absolute;
	width: 440px;
	left: 140px;
	top: 10px;
	padding: 15px;
	text-align: justify;
}
.centrebox {
	position: relative;
	width: 440px;
	top: 25px;
	margin-bottom: 10px;
	text-align: center;
}
.creditstight {
	margin: 0;
	margin-top: 11px;
}
.gallbox {
	position: relative;
	width: 430px;
	text-align: left;
}
.gallpic {
	float: left;
	position: relative;
	z-index: 100;
}
.galltext {
	float: right;
	position: relative;
	width: 335px;
	z-index: 99;
}
.galltext ul {
	margin-top: 12px;
}
.tight {
	margin: 2px;
}
.spacer {
	position: relative;
	height: 45px;
}
.gallbox .spacer {
	position: relative;
	height: 100px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.strike {
	text-decoration: line-through;
}
ul.left {
	position: relative;
	left: 5px;
	text-align: left;
	margin: 10px;
	margin-top: 0;
	padding: 0;
	list-style: circle outside;
}
.left li {
	margin: 5px;
	padding: 0;
	text-align: left;
}
ul {
	position: relative;
	right: 10px;
	text-align: right;
	padding: 0;
	list-style: circle inside;
}
li {
	margin: 2px;
	text-align: right;
}
td {
	padding: 3px;
	border: 0;
	text-align: center;
}
tr.evenrow {
	background: #f0edff;
	border: 0;
}
td.leftface {
	text-align: justify;
}