html,body {
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #d3cbcd url('images/smokebg1.png') no-repeat top center;
	font-family: Helvetica, Verdana, Arial;
}

td {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
}

a:link {
	color: #860000;
	text-decoration: none;
}

a:active {
	color: #860000;
	text-decoration: none;
}

a:visited {
	color: #860000;
	text-decoration: none;
}

a:hover {
	color: #c00000;
	text-decoration: none;
}

/* INDEX PAGE AND UNIVERSAL TABLES */
.newbubble {
	position: relative;
	left: 105px;
	top: -105px;
}
table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
}

table#page {
	border-width: 10px 10px 10px 10px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	width: 824px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	empty-cells: show;
}

table#page th#headerth {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #dddddd;
	height: 154px;
	width: 800px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: url('images/fgheader2.png');
	background-repeat: no-repeat;
	background-color: #dddddd;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	cursor: pointer;
}

table#page td.white{
	border-width: 5px 2px 0px 2px;
	border-style: solid;
	border-color: #ffffff;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

table#page td#content {
	border-width: 0px 0px 5px 5px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 100%;
	text-align: center;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
}

table#page td#footer {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #dddddd;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	width: 100%;
	text-align: center;
	background-color: #eeeeee;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

table#page td#spacer1 {
	border-width: 5px 0px 5px 0px;
	border-style: solid;
	border-color: #ffffff;
	padding: 0px 0px 0px 0px;
	background-color: #dddddd;
	width: 1px;
}

table#indexcontenttable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: none;
	border-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

table#indexcontenttable td {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}

table#indexcontenttable td.gameexampleshot {
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #bbbbbb;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	width: 250px;
	height: 250px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#indexcontenttable td.gameexampleshotnew {
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #860000;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	width: 250px;
	height: 250px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#indexcontenttable td.gameexampledesc {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #c00000;
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	width: 250px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#indexcontenttable td.gameexampletitle {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #c00000;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #860000;
	width: 250px;
	text-align: center;
	background-color: #dddddd;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#sidemenu {
	border-width: 0px 5px 0px 0px;
	border-spacing: 4px;
	border-style: solid;
	border-color: #ffffff;
	width: 150px;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -4px;
	margin-bottom: -4px;
}

table#sidemenu th#sidemenuth {
	border: 2px solid #860000;
	background-color: #c00000;
	background: url('images/buttonbggradred.png');
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 2px 4px 2px 4px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

table#sidemenu td {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #eeeeee;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 2px 2px 2px 5px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

table#sidemenu td:hover {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #DED6DA;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 2px 2px 2px 10px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

table#sidemenu a:link {
	color: #000000;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

table#sidemenu a:active {
	color: #000000;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

table#sidemenu a:visited {
	color: #000000;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

table#sidemenu a:hover {
	color: #000000;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

table#topmenu {
	border-width: 0px 0px 0px 5px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	width: 150px;
	margin-left: -2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table#topmenu td {
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #860000;
	background-color: #c00000;
	background: url('images/buttonbggradred.png');
	/*-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;*/
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	padding: 2px 10px 2px 10px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

table#topmenu td:hover {
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #8d3f00;
	background-color: #c00000;
	background: url('images/buttonbggradredhover.png');
	/*-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;*/
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	padding: 2px 10px 2px 10px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

table#topmenu a:link {
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

table#topmenu a:active {
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

table#topmenu a:visited {
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

table#topmenu a:hover {
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* GAME PAGE TABLES */
table#gamecontenttable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: none;
	border-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

table#gamecontenttable td {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}

table#gamecontenttable td.gamecontent {
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #bbbbbb;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
}

table#gamecontenttable td.gamedesc {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #c00000;
	padding: 8px 3px 8px 3px;
	font-size: 10px;
	width: 500px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#gamecontenttable td.gametitle {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #c00000;
	padding: 3px 3px 3px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #860000;
	width: 500px;
	text-align: center;
	background-color: #dddddd;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

/* NEWS PAGE TABLES */
.newsimage {
	border-width: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-color: #aaaaaa;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
}

table#newscontenttable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	empty-cells: show;
}

table#newscontenttable td {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}

table#newscontenttable td.newstitle {
	border-style: none;
	padding: 3px 5px 3px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #860000;
	width: 600px;
	text-align: left;
	background-color: #dddddd;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#newscontenttable td.newsdate {
	border-style: none;
	padding: 3px 5px 3px 10px;
	font-size: 8px;
	font-weight: bold;
	width: 600px;
	text-align: left;
	background-color: #e2dcde;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#newscontenttable td.newscontent {
	border-style: none;
	padding: 8px 5px 8px 5px;
	font-size: 11px;
	width: 600px;
	text-align: left;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

/* UPCOMING GAMES PAGE CSS */
.upcomingintro {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #860000;
	margin-top: 10px;
	margin-bottom: 10px;
}

table#upcomingcontenttable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: none;
	border-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

table#upcomingcontenttable td {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}

table#upcomingcontenttable td.upcomingshot {
	border-style: none;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

table#upcomingcontenttable td.upcomingtitle {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #c00000;
	padding: 3px 3px 3px 3px;
	font-size: 14px;
	font-weight: bold;
	color: #860000;
	width: 350px;
	height: 20px;
	text-align: center;
	background-color: #dddddd;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#upcomingcontenttable td.upcomingdate {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #c00000;
	padding: 2px 2px 2px 2px;
	font-size: 9px;
	font-weight: bold;
	width: 350px;
	height: 15px;
	text-align: center;
	background-color: #e2dcde;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#upcomingcontenttable td.upcomingdesc {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #c00000;
	padding: 8px 3px 8px 3px;
	font-size: 10px;
	width: 350px;
	height: 190px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#upcomingshottable {
	border-spacing: 0px;
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

table#upcomingshottable td.upcomingshot {
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #860000;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	width: 250px;
	height: 250px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

/* ABOUT FG PAGE TABLES */
table#aboutfgcontenttable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	empty-cells: show;
}

table#aboutfgcontenttable td {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}

table#aboutfgcontenttable td.aboutfgtitle {
	border-style: none;
	padding: 3px 3px 3px 3px;
	font-size: 18px;
	font-weight: bold;
	color: #860000;
	width: 600px;
	text-align: center;
	background-color: #dddddd;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#aboutfgcontenttable td.aboutfgsubtitle {
	border-style: none;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	width: 600px;
	text-align: left;
	background-color: #e2dcde;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#aboutfgcontenttable td.aboutfgcontent {
	border-style: none;
	padding: 8px 5px 8px 5px;
	font-size: 11px;
	width: 600px;
	text-align: left;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

/* CONTACT PAGE TABLES */
table#contactcontenttable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: none;
	border-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

table#contactcontenttable td {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}

table#contactcontenttable td.contacttitle {
	border-style: none;
	padding: 3px 3px 3px 3px;
	font-size: 18px;
	font-weight: bold;
	color: #860000;
	width: 500px;
	text-align: center;
	background-color: #dddddd;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#contactcontenttable td.contactdesc {
	border-style: none;
	padding: 8px 3px 8px 3px;
	font-size: 10px;
	width: 500px;
	text-align: center;
	background-color: #e2dcde;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

table#contactcontenttable td.contactform {
	border-style: none;
	padding: 8px 3px 8px 3px;
	font-size: 12px;
	width: 500px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}