html, body {
	background-color: #B0E9FF;
	font: 12px arial;
}
.banner
{
	position:absolute;
	left:50%;
	top:0px;
	width:800px;
	height:150px;
	margin-left:-300px;
	z-index:2;
}
.banner-button-1
{
	margin-left: -100px;
	position:absolute;
	top: 20px;
	left: 50%;
	width: 204px;
	height: 70px;
	z-index:1;
}
.banner-button-1-text
{
	margin-left: -96px;
	position:absolute;
	top: 22px;
	left: 50%;
	width: 196px;
	height: 66px;
	z-index: 2;
}
.banner-button-2
{
	margin-left: 120px;
	position:absolute;
	top: 20px;
	left: 50%;
	width: 204px;
	height: 70px;
	z-index:1;
}
.banner-button-2-text
{
	margin-left: 124px;
	position: absolute;
	top: 22px;
	left: 50%;
	width: 196px;
	height: 66px;
	z-index: 2;
}
.bar-lefta
{
	position:absolute;
	left:40px;
	top:0px;
	bottom: 0px;
	width:20px;
	height:100%;
}
.bar-righta
{
	position:absolute;
	left:40px;
	top:0px;
	bottom: 0px;
	width:20px;
	height:100%;
}
.bar-leftb
{
	position:absolute;
	left:0px;
	top:0px;
	bottom: 0px;
	width:20px;
	height:99%;
}
.bar-rightb
{
	position:absolute;
	right:0px;
	top:0px;
	bottom: 0px;
	width:20px;
	height:99%;
}
.bar-leftc
{
	position:absolute;
	left:0px;
	top:0px;
	bottom: 0px;
	width:20px;
	height:212px;
}
.bar-rightc
{
	position:absolute;
	right:0px;
	top:0px;
	bottom: 0px;
	width:20px;
	height:212px;
}
.bar
{
	position:absolute;
	top:150px;
              left:200px;
	width:800px;
	height:25px;
	margin:0px auto;
	margin-left:20px;
}
.menu-bar
{
	position:absolute;
	top:150px;
              left:200px;
	width:800px;
	height:25px;
	margin:0px auto;
	text-align:center;
	z-index:1;

}
.menu-sub
{
	position:absolute;
	top:175px;
              left:200px;
	margin:0px auto;
	width:800px;
	height:25px;
	text-align:center;
	z-index:1;
}
.maincontent
{
	position:absolute;
	top:210px;
	left:245px;
	width:750px;
	z-index:0;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #4B8BA3;
}
.maintext
{
	margin-left:8px;
	margin-right:8px;
              overflow: auto;
}
ol
{
	list-style-image: url(dot.png);
	list-style-type: circle
}
.buttonbar
{
	margin-left:10px;
	border-width: 0px;
}
.buttonbaritem
{
	width:90px;
	height:25px;
              background-image: url(subbuttonbar.png); 
	border-width: 0px;
}
.table
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #47879F;
}
.screenshot
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
.table-first-row
{
              background-image: url(bar.png);
              background-repeat: repeat-x;
}
.table-row-other
{
	background-color: #4B8BA3;
}
.pagetitle
{
	font-size: 24px;
}
table, td, tr
{
	vertical-align:top;
}
#all
{
	position:relative;
	top:0px;
              bottom:0px;
	width:1040px;
	height:100%;
	margin:-10px auto;
}
#bars
{
	position:relative;
	top:0px;
              bottom:0px;
              left:100px;
	width:840px;
	height:100px;
	margin:0px auto;
}
#bar-left
{
	position:absolute;
	top:0px;
              left:0px;
	width:20px;
	height:100%;
	float:left;
}
#bar-right
{
	position:absolute;
	top:0px;
              right:0px;
	width:20px;
	height:100%;
	float:right;
}
#mainmenu
{
	position:absolute;
	top:155px;
              left:-2px;
	width:200px;
	float:left;
	z-index:2;
}
#mainmenu a
{
	color: #000000;
}
#mainmenu .table-row-other:hover
{
	background-color: #69A9C1;
	cursor : pointer;
}
#mainmenu .table-row:hover
{
	background-color: #69A9C1;
	cursor : pointer;
}
a:hover
{
	text-decoration: none;
}
.menu-bar a {
	position:relative;
	top:-8px;
}
.menuitem {
	background-image: url(http://gametower.org/separator2.png);
	position:relative;
	top:-3px;
}
h1
{
	font-size: 20px
}
h2
{
	font-size: 18px
}
#content a
{
	color: #000000;
}
a
{
	color: #0000FF;
}
a:visited
{
	color: #0000B3;
}