body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, sans-serif;
	background: url(../gfx/bg.jpg);
}

#top_container, #bottom_container {
	width: 728px;
	margin: 0 auto;
}

#googlead {
	height: 90px;
}

/** GAME **/

#game {
	margin: 0 auto;
	overflow: hidden;
}

/** NAV **/

#nav {
	width: 728px;
	height: 31px;
}

#nav h1 {
	margin: 0;
	float: left;
}

#nav h1 span {
	display: none;
}

#nav h1 a {
	display: block;
	height: 31px;
	width: 176px;
	background: transparent url(../gfx/game_single/bg_logo.gif) no-repeat;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
	padding-top: 3px;
}

#nav a {
	font-size: 11px;
	display: block;
	height: 25px;
	line-height: 26px;
	outline: 0;
	margin: 0 5px 0 0;
	padding: 0 0 0 6px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
}

#nav li a span {
	display: block;
	height: 25px;
	margin: 0 -5px 0 0;
	padding: 0 6px 0 0;
}

#nav li a:hover {
	background: transparent url(../gfx/game_single/bg_nav_hover.gif) no-repeat left;
	color: #333;
}

#nav li a:hover span {
	background: transparent url(../gfx/game_single/bg_nav_hover.gif) no-repeat right;
}

/** INSTRUCTIONS **/

#bottom_container {
	background: #E5DECF;
}

#bottom_container h2 {
	width: 708px;
	height: 52px;
	background: transparent url(../gfx/game_single/bg_title_instructions.gif) no-repeat;
	margin: 0;
	display: block;
	overflow: auto;
	color: #003b60;
	padding: 12px 0 0 20px;
}

#bottom_container h2 span {
	color: #ada290;
}

#bottom_container .content {
	color: #2a2723;
	padding: 0 20px;
}

#bottom_container .content a {
	color: #2a2723;
	font-weight: bold;
}

a.to_game {
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: none;
	color: #555 !important;
	background: transparent url(../gfx/icon_arrow_up.png) no-repeat left center;
	padding-left: 16px;
}

a.to_game:hover {
	text-decoration: underline;
	color: #111;
}

#player {
	margin: 0 0 10px 0;
}

/** BOTTOM **/

a img {
	border: 0;
}

#more_games_container {
	overflow: hidden;
	padding: 5px 0;
}

#mgc_items {
	overflow: auto;
	margin-left: 10px;
}

.mg_item {
	float: left;
	margin: 0 5px;
	height: 255px;
	overflow: hidden;
}

.mgi_tape {
	position: relative;
	z-index: 2;
	margin-left: 5px;
	display: block;
}

.mgi_tape.even {
	width: 151px;
	height: 37px;
	background: transparent url(/2009/gfx/tape_moregames_item_even.png) no-repeat;
	top: 5px;
}

.mgi_tape.odd {
	width: 149px;
	height: 37px;
	background: transparent url(/2009/gfx/tape_moregames_item_odd.png) no-repeat;
}

.mgi_info {
	position: relative;
	top: -18px;
	width: 164px;
	background: transparent url(/2009/gfx/bg_moregames_item.png) no-repeat;
	padding: 2px;
	z-index: 1;
}

.mg_item h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.mg_item h4 a {
	color: #2f2d29;
	text-decoration: none;
}

.mg_item h4 a:hover {
	text-decoration: underline;
}

.mg_item .genre {
	margin: 0;
	font-size: 12px;
	color: #87847a;
}

#all_our_games {
	clear: both;
	overflow: auto;
}

#all_our_games ul {
	float: left;
	margin: 10px 5px;
	padding: 0;
	width: 160px;
}

#all_our_games ul li {
	list-style: none;
}

#all_our_games ul li a {
	text-decoration: none;
	color: #555;
	font-size: 12px;
}

#all_our_games ul li a:hover {
	text-decoration: underline;
	color: #000;
}

#all_our_games ul li a.beta {
	padding-right: 25px;
	background: transparent url(../gfx/icon_beta.png) no-repeat right center;
}


#aog_container {
	overflow: auto;
	margin: 10px 0 0 25px;
}