html { 
	min-height: 100%; 
	padding-bottom: 1px;
	overflow: auto !important;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #d9d9d9;
	height: 100%;
	width: 100%;
}

table {
	font-size: 10pt;
	border-spacing: 10px;
}

h2 {
	font-weight: normal;
	position: relative;
	font-size: 18pt;
	padding: 0 0 0 0;
	margin-bottom: 0;
}

h3 {
	position: relative;
	font-size: 8pt;
	padding: 0 0 0 0;
	margin-top: 0;
}

h3 a {
	text-decoration: none;
	color: black;
}

h4 {
	position: relative;
	font-size: 8pt;
	padding: 0 0 0 0;
	margin-top: 0;
}

h4 a {
        text-decoration: none;
        color: red;
}

p {
	position: relative;
	font-size: 10pt;
	padding: 0 0 0 0;
}

a img {
	border: 0;
}

a.single_image {
	outline: none;
}

img.floatLeft { 
	float: left; 
	margin: 0px 20px 0px 20px;
 	padding: 0 0 0 0;
}

img.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#title {
	position: relative;
	padding: 5px 0 12px 17px;	
}

#gallery {
	position: relative;
	padding: 0px 0 0 20px;
	display: inline;	
}

#menu {
	position: relative;
	background: url(images/menu.jpg) no-repeat;
	width: 870px;
	height: 83px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	list-style: none;
}

#menu ul {
	position: relative;
	margin: auto;
	width: 870px;
	padding: 25px 0 0 0;
}

#menu ul li {
	width: 290px;
	display: block;
	float: left; 
}

#menu ul li a {
	display: block;
	outline: none;
	text-align: center;
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 17pt;
	font-family: tahoma;
}

#container {
	position: relative;
	width: 936px;
	height: 100%;
	margin: auto;
	padding: 0 0 0 0;
}

#pageTop {
	position: relative;
	background: url(images/top_chunk.jpg);
	width: 936px;
	height: 38px;
	margin: auto;
	padding: 0 0 0 0;
}

#pageBody {
	position: relative;
	background: url(images/middle_chunk.jpg) repeat-y;
	width: 936px;
	margin: auto;
	padding: 0 0 0 0;
}

#pageBottom {
	position: relative;
	background: url(images/bottom_chunk.jpg);
	width: 936px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
}

.gameBox {
	height: 200px;
	position: relative;
	width: 870px;
	padding: 0 0 100px 0;
	margin: auto;
}

.playBox {
	display: block;
	outline: none;
	text-align: center;
	height: 100%;
	position: relative;
	width: 936px;
	padding: 10px 0 30px 0;
	margin: auto;
}

.textBox {
	display: block;
	float: right;
	position: relative;
	width: 500px;
	font-family: tahoma;
	margin: 35px 0 0 0;
}

.instructionBox {
	position: relative;
        text-align: center;
	width: 936px;
	font-family: tahoma;
        margin: auto;
	padding: 10px 0 10px 0;
}

.memberBox {
	position: relative;
	width: 550px;
	font-family: tahoma;
	margin: 35px 0 50px 350px;
}

#members table {
	font-size: 12pt;
	border-spacing: 30px;
}

#members {
	position: relative;
	margin: auto;
	padding: 0 30px 0 30px;
}