html {
	background: #000;
	padding: 0px 4px 0px 4px;
	min-width: 1024px;
}

h2 {
    font-size: 1.7em;
	text-align: center;
	margin-bottom: 1em;
}

h3 {
    font-weight: bold;
    font-size: 1.1em;
	margin-bottom: 1em;
}

h4{
    font-weight: bold;
    font-size: 1em;
}

p {
    margin: 0.5em 0;
}

a {
    outline: none;
}

button {
	background: transparent;
	width: auto;
	border: 2px;
	padding: 2px;
	width: 204px;
	cursor: pointer;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

#gheader {
    height: 164px;
    background: url(../images/headerback.png);
}

#gheader h1, #gheader p {
    display: none;
}

#gheader a {
    display: block;
    height: 160px;
    width: 672px;
    background: url(../images/logo.png) center no-repeat;
    margin: auto;
}

#nav {
    text-align: center;
	height: 40px;
}

#nav > li {
    position: relative;
    display: inline-block;
    margin: 5px 3px;
}

#nav > li > a {
    display: inline-block;
    margin: 0;
    padding: 5px 9px;
	font-size: 16px;
	width: 100px;
	float: left;
}

#nav > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -4px;
    padding-top: 3px;
	z-index: 2;
}

#nav > li > ul > li {
    margin: 4px;
	width: 180px;
}

#nav > li > ul > li > a {
    display: block;
    line-height: 1.5em;
    padding: 1px 7px;
}

#page {
    overflow: hidden;
    margin-bottom: 8px;
}

#page ul, ol {
	list-style-type: square;
	margin: 20px;
}

#page ol {
	list-style-type: decimal;
}

#page ul.nostyle {
	list-style-type: none;
}

#page .box h3 {
    text-align: center;
}

#page .left-links a  {
    float: left;
	font-size: 10px;
}

#page .box {
    width: 200px;
    padding: 8px;
    margin: 8px 8px 0 8px;
	overflow: hidden;
}

#page .left-box { clear: left; float: left; }
#page .right-box { clear: right; float: right; }

#page .box a {
    display: block;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5em;
    margin: 4px 0 0 0;
}

#page .box iframe {
	display: block;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;

}

#page .content {
    overflow: hidden;
    margin-top: 8px;
	margin-left: 8px;
}

#page .content .news {
    padding: 16px;
	margin-bottom: 8px;
}

#page .content .page {
    padding: 16px;
    margin-bottom: 8px;
	overflow: hidden;
}

#page .content .page img {
	float: right;
	padding: 10px;
}

#page .content .img-no-float img {
	float: none;
}

#page .content p.buttons {
    overflow: hidden;
    display: block;
    margin: 0;
}

#page .content p.buttons a {
    display: block;
    width: 120px;
    text-align: center;
    line-height: 18px;
    float: left;
    margin-right: 4px;
}

#footer {
    text-align: center;
    line-height: 1.5em;
    font-size: 0.9em;
    padding: 0.5em 0;
	overflow: hidden;
}

#footer img{
	float: left;
}

#footer p{
	margin: 0;
}

#footer ul li{
	display: inline;
}

#footer ul:before{
	content: "Links:";
}

#footer li:after{
	content: " -";
}
#footer li:last-child:after{
	content: "";
}

ul.games {
	text-align: center;
}

ul.games li {
	list-style-type: none;
	display: inline-block;
	margin: 5px;
}

ul.games li a {
	display: block;
	height: 300px;
	width: 256px;
	text-indent: -9999px;
	opacity: 0.60;
}

ul.games li a:hover {
	opacity: 1;
}

ul.games > li > a.cc {
	background-image: url('../images/cccover.png');
}

ul.games > li > a.ra {
	background-image: url('../images/racover.png');
}

ul.games > li > a.ss {
	background-image: url('../images/sscover.jpg');
}

ul.games > li > a.ts {
	background-image: url('../images/tscover.png');
}
