* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/bg.jpg) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

h1, h2 {
	color: #123e81;
}

h3 {
	color: #e8511e;
}

p {
	line-height: 1.4em;
	font-size: 12px;
	padding-bottom: 15px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#header {
	height: 254px;
	background: url(../images/bg-header.jpg) no-repeat;
}

#logo a {
	float: left;
	position: relative;
	display: block;
	width: 267px;
	height: 254px;
	background-image: url(../images/logo.jpg);
}

#tagline a {
	float: right;
	display: block;
	width: 630px;
	height: 149px;
	background: url(../images/bg-tagline.gif) no-repeat;
}

#join-special a {
	margin-top: 20px;
	display: block;
	width: 260px;
	height: 55px;
	background-image: url(../images/specials-join.jpg);
}

#nav {
	float: right;
	height: 45px;
	width: 630px;
}

#nav img {
	display: inline;
}

span {
	display: none;
}

a:link {
	color: #e8511e;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #e8511e !important;
	text-decoration: none;
}

a:visited {
	color: #e8511e;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-container.gif) repeat-y;
}

#content {
	padding-left: 25px;
	padding-right: 20px;
}

#content h2 {
	padding-bottom: 30px;
}

#content-box {
	width: 555px;
	float: left;
}

.game {
	padding-bottom: 50px;
}

.game img {
	float: left;
	padding-right: 10px;
}

.game-copy {
	width: 385px;
	float: right;
}

.game h3 {
	color: #e8511e;
	font-size: 16px;
}

#info {
	padding-left: 30px;
	height: 250px;
}

#info-copy {
	padding-top: 50px;
	width: 520px;
	float: left;
}

#info p {
	color: #e8511e;
	font-size: 18px;
}

#right-promo {
	float: right;
}

.video {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.news-list {
	margin-bottom: 20px;
}

.news-list h1 {
	margin-bottom: 30px;
	margin-top: 20px;
}

#specials {
	float: right;
	width: 260px;
	background: #fde61f url(../images/bg-specials.jpg) no-repeat;
}

#specials h2 {
	padding: 20px 0 0 20px;
}

#specials h3 {
	padding: 20px 20px 0 20px;
	font-size: 12px;
	font-weight: bold;
}

#specials p {
	padding: 0 20px 0 20px;
	font-size: 11px;
}

.close-container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

#footer p {
	font-size: 10px;
}