html {
	overflow-y: scroll;
}
html, body {
	color: #333333;
	background-position: center 20px;
	background-color: #9BD3B1;
	background-image:url(main-bg.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	margin:auto;
	padding:0;
	text-align:center;
}
img {
	border:none;
}
h1 {
	margin-top:0;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
	color: #015458;
}
h2 {
	font-size:2em;
	font-weight:bold;
	color: #015458;
}
h3 {
	font-style: normal;
	font-size:1.5em;
	font-weight: normal;
	color: #015458;
	margin-bottom: 10px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #1A6C6E;
	text-decoration: underline;
}
hr {
	border-color:#cccccc;
	border-right-width:0;
	border-style:solid;
	border-left-width:0;
	border-bottom-width:0;
	border-top-width:1px;
	width:100%;
	height:1px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
}
td {
	padding-right:10px;
}
.hidden {
	display:none;
}
#site-frame {
	padding: 0px;
	margin:auto;
	width: 992px;
	text-align:left;
}
#site-frame-inner {
	padding-left: 0;
	padding-bottom: 50px;
	padding-right: 0;
	padding-top: 0;
	margin: 0px;
	background-color: white;
	background-repeat:repeat-y;
}
#top {
	display:none;
	float:left;
	left:0;
	position:absolute;
	top:0;
}
#header {
	width: 992px;
	background-image: url(main-header-bg.jpg);
	background-repeat:no-repeat;
	height: 295px;
}
#intro {
	display:none;
	float:left;
	left:0;
	position:absolute;
	top:0;	
}
#content {
	padding-left: 5px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-top: 1px;
	min-height: 250px;
}
#content-col-1 {
	margin-left: 20px;
	width: 720px;
	float: left;
}
#content-col-1 h1 {
	margin-bottom:0;
	padding-bottom:0;
}
#content-col-1 li {
	margin-bottom: 4px;
	line-height: 130%;
}
#content-col-1 p, #content-col-1 h1, #content-col-1 h2, #content-col-1 h3 {
	margin-top: 0;
	padding-bottom:0;
	padding-left: 58px;
	line-height: 130%;
}
#content-col-1 ul,  #content-col-1 ol {
	padding-left: 74px;
}
#content-col-1 .intro-image {
	padding-left: 0px;
}
#content-col-2 {
	position: relative;
	text-align: left;
	width: 185px;
	float: right;
}
#footer {
	color: #4c4c4c;
	margin-top: 10px;
	margin-bottom: 25px;

}
#footer_copyright {
	color: #4c4c4c;
	text-align: center;
	font-size: 9px;
	clear: both;
}
#footer_copyright a {
	color: #4c4c4c;
	text-decoration: none;
}
#footer_copyright a:hover {
	color: #003B39;
	text-decoration: none;
}
.small {
	font-style: italic;
	font-size: 0.7em;
}
.form_box {
	background-color: #E765A1;
	color: #000000;
	border-color: #8E095A;
	background-image: url(overlay2.png);
	background-repeat: repeat;
	border-width: 1px;
	border-style: solid;
	width: 325px;
	padding: 2px;
}
.td_left {
	text-align: right;
	vertical-align: middle;
	height: 30px;
	width: 180px;
	font-weight: 700;
}
.td_right {
	text-align: left;
	vertical-align: middle;
}
.inputbox_submit {
	background-position: right center;
	background-repeat: repeat-x;
	background-image: url(buttons.jpg);
	border-color: white;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
.inputbox_submit2 {
	margin-left: 10px;
	background-repeat: repeat-x;
	background-position: right center;
	background-image: url(buttons2.jpg);
	border-color: white;
	font-size: 1.2em;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
.bold-red {
	color: red;
	font-weight: bold;
}
#index-header {
	display: block;
	height: 140px;
	width: 616px;
	background-position: 0px 0px;
	background-image: url(index-header-bg.png);
	background-repeat: no-repeat;
}
#index-header-text {
	display: none;
}
#index-header-button {
	width: 190px;
	left: 417px;
	top: 55px;
	position: relative;
}
#index-header-button a {
	background-position: 0px 0px;
	text-decoration: none;
	height: 65px;
	display: block;
	width: 186px;
	background-image: url(index-play-button1.jpg);
	background-repeat: no-repeat;
}
#index-header-button a:hover {
	background-position: 0px -65px;
	text-decoration: none;
	height: 65px;
	display: block;
	width: 186px;
	background-image: url(index-play-button1.jpg);
	background-repeat: no-repeat;
}

iframe, .game {background-color: #ffffff;}

#content-col-1 table p {
	padding-right: 0;
	padding-left: 0;
}

#speeds th, #speeds td { 
	border-width: 1px; 
	border-style: solid; 
	border-color: #9BD3B1; 
	padding: 5px;
}

#speeds, #prizesTable { 
	margin-left: 58px;
}

#speeds .speed {
	text-align: center;
}

#speeds .title {
	background-color: #066C44;
	color: #ffffff;
	font-weight: bold
}

#prizesTable th, #prizesTable td { 
	padding-bottom: 40px;
}
