@CHARSET "UTF-8";


body {
	margin:0;
	padding:0;
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	background-color:#668;
	color:#555;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#222;
}

#foot a, #sale a {
	font-weight:normal;
	text-decoration:none;
	color:#ccc;
	margin-left:12px;
}

a:hover, #foot a:hover, #sale a:hover {
	text-decoration:underline;
}

h1{
	font-size:28px;
	line-height:28px;
	margin:20px 0 5px 0;
}

h1 a {color:#668;}

h2{
	font-size:15px;
}

h1 a:hover {text-decoration:none;}

img{border:none; padding:0; margin:0;}

#center {
	width: 960px;
    background-color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#head{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:40px;
}

#foot{
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:40px;
	margin-bottom:40px;
	color:#999;
	text-align:right;
}

.gameListRow{
	width:100%px;
	overflow:hidden;
	margin-top:20px;
}

.gameEntry{
	float:left;
	display:inline;
	width:100px;
	text-align:center;
	margin:0 16px 0 0;	
}

.gameEntry img{padding-bottom:2px;}


#game{
	text-align:center;
	margin:0 0 40px 0;
}

#gameText{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:12px 0 12px 0;
	margin-bottom:30px;
}

#description{
	float:left;
	display:inline;
	width:450px;
	padding-right:30px;
	margin-right:30px;
}

#instructions{
	float:left;
	display:inline;
	width:400px;
}

#sale{
	text-align:right;
}
