html
{
	overflow-y: scroll;
}
body {
	background: #000033 url(gfx/bg_fade.png) repeat-x fixed left top;
	color:white;
	margin:0;
	font-family:Arial;
	text-align:center;
}

td
{
	text-align:left;
}

a
{
	color:white;
}

.footer
{
	font-size:0.8em;
	text-align:center;
	color:#777799;
}
.cell-head
{
	border:none;
	border-bottom: 2px solid white;
	text-align:center;
	padding:0;
	margin:0;
}

.cell-head h1
{
	padding:0;
	border:0;
	padding:0;
}

.cell-links
{
	width:150px;
	vertical-align:top;
	border-right: 2px solid white;
	border-top: 2px solid white;
	border-bottom: none;
	border-left: none;
}

.cell-links a
{
	font-weight:bold;
	display:block;
	margin:0;
	padding:0;
	padding-left:20px;;
	background: url(gfx/flake.png) no-repeat left top;
}
a:hover
{
	color:#9999FF;
}


.cell-main{
	width:610px;
	vertical-align:top;
	border-left: 2px solid white;
	padding-left:8px;
	text-align:justify;
	border-top: 2px solid white;
	border-right: none;
	border-bottom: none;
}
h1
{
	font-family: Harrington;
	font-size: 1.8em;
	text-align:left;
}

h2
{
	font-family: Harrington;
	font-size:1.4em;
	margin-bottom: 0;
}

.rightimage
{
	width:200px;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}