body {
	background-color: #FFF;
	background-attachment: fixed;
	background-position: left;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
}

div.contentwrapper {
	width: 780px;
}

img {
	border: none;
}

h1 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin: 0em 0em 2em 0em;
}

h1.big {
	font-size: 16px;
	color: #333333;
	margin-bottom: 0.75em;
}

h2 {
	color: #333;
	margin: 0em 0em 2em 0em;
	font-size: 11px;
	font-weight:bold;
}

h3 {
	color: #A5A695;
	font-size: 11px;
	font-weight:bold;
	margin-bottom: -8px;
	padding-bottom: 0;
}

a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

div.col1 {
	width: 160px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	display: inline;
}
div.col2 {
	width: 330px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	display: inline;
}

div.col2b {
	width: 330px;
	float: left;
	margin-right: 10px;
	display: inline;
}

div.col2text {
	width: 320px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline;
}
div.col3 {
	width: 500px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	display: inline;
}
div.col4 {
	width: 670px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	display: inline;
}
div.emptycol {
	width: 100px;
	float: left;
	display: inline;
}

div.hr {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
}
div.emptyhr {
	width: 100px;
	float: left;
	margin-bottom: 10px;
	display: inline;
	height: 1px;
}

.game_section {
	margin-left: 100px;
	margin-bottom: 10px;
	width: 700px;
	float: left;
	clear: both;
}

.game_section h3 {
	font-size: 14px;
	color: #666666;
}

.game_listing {
	margin: 15px 15px 0 0;
	width: 90px;
	height: 110px;
	float: left;
}

.game_listing img {
	border: none;
	padding-bottom: 3px;
}

.gamepage_content {
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}

.gamepage_content_full {
	margin: 0;
}

.game_footer {
	position: relative;
	width: 400px;
	margin: auto;
	margin-top: 15px;
	padding-top: 7px;
	border-top: 1px #999999;
	color: #333333;
	text-align: center;
}

#footer{
	color:#333;
}
#details {
	color:#999;
}