@charset "UTF-8";
body {
	margin-top:0px;
	margin-bottom:0px;
	background-color:#EDEDED;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family: "Franklin Gothic Book";
}
.games {
	width: 100%;
	margin-top: 10px;
}
.outer {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#FFFFFF;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
.inner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	margin-top: 0px;
	height: 130px;
	width: 960px;
}
.credits {
	background-color: #000000;
	font-weight: bold;
	text-align: left;
	width: 100%;
	margin-top: 30px;
	min-height: 20px;
}
.menu {
	background-color: #000000;
	font-weight: bold;
	text-align: left;
	width: 100%;
	min-height: 30px;
	padding-top: 10px;
}
.space {	margin-left: 25px; }
.menu a {
	margin-left: 10px;
	display: span;
	background-color: #FFFFFF;
	width: 180px;
	text-align: center;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu a:link { color: #000000; }
.menu a:visited { color: #000000; }
.menu a:active { color: #000000; }
.menu a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.banner {
	margin-bottom: 10px;
	min-height: 90px;
}
p {
	text-align: left;
}
.nav, .nav:hover, .nav:link, .nav:visited, .nav:active {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-right: 20px;
}
.logo {
	float: left;
	background-image: url('gfx/logo.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	width: 200px;
	margin-top: 10px;
}
a:visited
{
  color: #606780;
  text-decoration: none
}
a:link
{
  color: #5366a6;
  text-decoration: none
}
a:hover
{
  color: #8393ca;
  text-decoration: underline
}
a:active
{
  color: #000000;
  text-decoration: underline
}
h1 { text-align: center; }
h2 {
	text-align: left;
	text-decoration: underline;
	margin-bottom: 0px;
}
h3 {
	text-align: left;
	margin-bottom: -5px;
	}
.h3link:link { color: #000000; }
.h3link:hover { color: #000000; }
.h3link:active { color: #000000; }
.h3link:visited { color: #000000; }
.spanlink { 
	position: absolute;
	float: left;
	width: 100px;
	height: 75px;
	margin-left: -50px;

  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('gfx/empty.gif');
}  