body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td 
{margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,th,var 
{font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';} 
abbr,acronym {border:0;}
/* //END CSS RESET// */


html {
	position: relative;
	}
body {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 17px;
	line-height: 22px;
	position: relative;
	color: #fff;
	}
h1 {
	clear: both;
	font-size: 34px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	color: #f5d623;
	}
h2 {
	font-size: 30px;
	font-weight: bold;
	}
h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}
h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	}
h5 {
	font-weight: bold;
	font-size: 22px;
	}
h6 {
	display: inline;
	font-size: 20px;
	font-weight: bold;
	}
ul {
	list-style: disc;
	}
table {
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 22px;
	}
a:link, a:visited, a:active {
	color: #f5d623;
	}
	a:hover {
		color: #555;
		}
#left p {
	margin-bottom: 20px;
	}

#shop {
	position: relative;
	}

#container {
	position: relative;
	background-color: #5189c7;
	width: 980px;
	margin: 0 auto;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	}
#header {
	position: relative;
	height: 166px;
	text-align: center;
	background-color: #e7efde;
	}
	#nav {
		position: absolute;
		width: 578px;
		height: 18px;
		bottom: 0px;
		left: 50%;
		margin-left: -287px;
		}
		#nav a {
			background-image: url(../images/nav.png);
			display: block;
			width: 82px;
			padding: 0px;
			margin: 0px;
			height: 18px;
			float: left;
			line-height: 0px;
			overflow: hidden;
			}
			a#home:link, a#home:visited, a#home:active {
				background-position: 0px 0px;
				}
				a#home:hover, a#homeActive {
					background-position: 0px -18px;
					}
			a#book:link, a#book:visited, a#book:active {
				background-position: -82px 0px;
				}
				a#book:hover, a#bookActive {
					background-position: -82px -18px;
					}
			a#getplay:link, a#getplay:visited, a#getplay:active {
				background-position: -164px 0px;
				}
				a#getplay:hover, a#getplayActive {
					background-position: -164px -18px;
					}
			a#players:link, a#players:visited, a#players:active {
				background-position: -246px 0px;
				}
				a#players:hover, a#playersActive {
					background-position: -246px -18px;
					}
			a#blog:link, a#blog:visited, a#blog:active {
				background-position: -328px 0px;
				}
				a#blog:hover, a#blogActive {
					background-position: -328px -18px;
					}
			a#shop:link, a#shop:visited, a#shop:active {
				background-position: -410px 0px;
				}
				a#shop:hover, a#shopActive {
					background-position: -410px -18px;
					}
			a#contact:link, a#contact:visited, a#contact:active {
				background-position: -492px 0px;
				}
				a#contact:hover, a#contactActive {
					background-position: -492px -18px;
					}
			.active {
				cursor: default;
				}
				
				
				
#body {
	clear: both;
	}
	#left {
		position: relative;
		margin: 10px 0 0px 0px;
		padding: 0px;
		width: 694px;
		float: left;
		}
		.header {
			margin-top: 30px;
			margin-left: 50px;
			}
		#globe {
			height: 540px;
			margin: 0px;
			padding: 0px;
			width: 690px;
			background-image: url(../images/home-earth.gif);
			background-repeat: no-repeat;
			border-top: 1px solid #5189c7;
			background-position: left bottom;
			}
	#right {
		width: 280px;
		float: right;
		}
		.block {
			padding: 8px 0 5px 0;
			text-align: center;
			border-left: 1px dashed #acc0e4;
			border-bottom: 1px dashed #acc0e4;
			}
	#content {
		padding: 0 50px 0 50px;
		}
		#content p {
			text-align: left;
			width: 763px;
			margin: 10px auto;
			margin-bottom: 20px;
			}
	#footer {
		font-size: 10px;
		font-weight: bold;
		position: relative;
		clear: both;
		text-align: right;
		margin-right: 5px;
		}
	#players {
		padding: 40px;
		background-image: url(../images/players-sparklebg.jpg);
		background-position: left top;
		background-repeat: repeat-y;
		}
.clear {
	clear: both;
	}
.shadow-btn {
	margin: 2px 0 5px 10px;
	}
.highlight {
	color: #f5d623;
	font-weight: bold;
	}
.center {
	text-align: center;
	}
.bold {
	font-weight: bold;
	}
td.left {
	width: 300px;
	text-align: center;
	}
hr {
	color: #f5d623;
	width: 600px;
	border: 1px solid #f5d623;
	margin-top: 40px;
	margin-bottom: 30px;
	}
.italic {
	font-style: italic;
	}
.error {
	border: 1px solid #c00;
	background-color: pink;
	}
#errorMsg {
	color: #c00;
	text-align: center;
	}
.submit {
	display: none;
	}
.game img {
	margin-right: 20px;
	}
input {
	width: 203px;
	margin: 3px 0 3px 0;
	}
