@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}/* quick and dirty reset for demo only - use a proper reset */
html,body{height:100%}
h1,p{margin:0 0 1em 0}
body{
	text-align:center;
	vertical-align: middle;
	height: 100%;
}
#outer{
	width:100%;
	min-height:100%;
	margin:auto;
	border-top:none;
	border-bottom:none;
	position:relative;
	height: 100%;
}
* html #outer{height:100%}/* for ie6 and under who will just get an absolute footer instead */
#base{
	position:fixed;
	bottom:0;
	height:164px;
	width:100%;
	text-align: left;
	vertical-align: middle;
}
#tableBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #747474;
	border-bottom-color: #EEE;
	background-color: #000;
}
p.last{
	padding-bottom:60px;/*make final text appear above footer */
}


body {
	margin: 0px;
	padding: 0px;
	background-image: url(Assets/Images/frontImages/img.jpg);
	background-repeat: repeat;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcfcf;
	text-align: justify;
}
#mainCell {
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
#navButton {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 18px;
	padding-left: 18px;
	height: 35px;
}
#navButton a,a:link,a:visited,a:hover{
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#mainBox {
	background-color: #000;
	width: 760px;
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
#photoBox {
	background-color: #000;
	vertical-align: top;
	text-align: center;
	padding: 20px;
}
#purpleBox {
	background-color: #991f36;
	height: 37px;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#purpleBox a,a:link,a:visited,a:hover{
	font-size: 20px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
#orangeBox {
	background-color: #fb9c0c;
	height: 37px;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#orangeBox a,a:link,a:visited,a:hover{
	font-size: 20px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
#blackBox {
	background-color: #000;
	height: 37px;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#blackBox a,a:link,a:visited,a:hover{
	font-size: 20px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
#headerOrange {
	font-size: 24px;
	color: #cb7f0d;
}
#headerOrange a,a:link,a:visited,a:hover{
	font-size: 24px;
	color: #cb7f0d;
}
#headerWhite {
	font-size: 24px;
	color: #cfcfcf;
}
#headerWhite a,a:link,a:visited,a:hover{
	font-size: 24px;
	color: #cfcfcf;
}
#aboutDescription {
}
#aboutDescription a,a:link,a:visited,a:hover{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.photoThumb1 {
	height: 20px;
	width: 20px;
	background-color: #991f36;
}
.photoThumb2 {
	height: 20px;
	width: 20px;
	background-color: #fb9c0c;
}
#bigimage {
}

.visibleDiv
{
	position: fixed;
	top: 100px;
	right: 0px;
	font-size: 12px;
	height: 87px;
	width: 60px;
}
#gamePhoto {
	height: 400px;
	width: 370px;
	border: 1px solid #F90;
}
#startBox {
	height: 37px;
	font-size: 20px;
	color: #FFF;
	text-align: left;
}
#start a,a:link,a:visited,a:hover{
	font-size: 20px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
#timebar {
	background-color: #06F;
	height: 20px;
	width: 800px;
}
#timebarBorder {
	height: 20px;
	width: 800px;
	border: 1px solid #FFF;
}
#testresolution {
	color: #FFF;
	background-color: #333;
	font-size: 11px;
	width: 344px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#testresolution a,a:link,a:visited{
	color: #FFF;
	font-size: 11px;
}


.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.hoverDivClass {
	background-color: #333;
	height: 100px;
	width: 344px;
}
