
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size: 11px;
}

#page-container {
	width:760px;
	margin:auto;
}

#header-container {
}

#nav-container {
	height:18px;
	padding:1px 0;
}

#nav {
	float:right;
	width:255px;
	height:18px;
	text-align:right;
}

#content-container {
	position:relative;
	clear:both;
	margin:5px 0;
}

#content {
	height:330px;
}

.col1 {
	float:left;
	width:250px;
	height:330px;
	margin:0 2px 0 0;
}

.col2 {
	float:left;
	width:250px;
	height:330px;
	margin:0 3px;
}

.col3 {
	float:right;
	width:250px;
	height:330px;
	margin:0 0 0 2px;
}

.col12 {
	float:left;
	width:505px;
	height:330px;
	margin:0 3px 0 0;
}

.col23 {
	float:right;
	width:505px;
	height:330px;
	margin:0 0 0 3px;
}

#content-left {
	float:left;
	width:250px;
	height:330px;
	margin:0 2px 0 0;
}
 
#content-center {
	float:left;
	width:250px;
	height:330px;
	margin:0 3px 0 3px;
}
 
#content-right {
	float:left;
	width:250px;
	height:330px;
	margin:0 0 0 2px;
}
 
#box-container {
	clear:both;
	height:125px;
	background:#800;
}

.box {
	float:left;
	width:250px;
	height:125px;
}

.box-spacer {
	float:left;
	width:5px;
	height:125px;
	background:#800 url("../images/box-spacer.png");
}

#footer {
	text-align:center;
}

#game-list .dt {
	
}

/* Default links
---------------------------------------- */

a,
a:visited  {
	color:#a39e64;
	text-decoration:none;
}

a:hover {
	color:#a39e64;
	text-decoration:underline;
}

/* Try/buy links
---------------------------------------- */

/* Size and style */
.try, .buy {
	position:absolute;
	width:30px;
	text-align:center;
}
.try a,
.buy a {
	text-decoration:none;
	font-weight:bold;
}

/* Colours */
.try			{ background:	#006; }
.try a			{ color:		#666; }
.try a:hover	{ color:		#aaa; }
.buy			{ background:	#00f; }
.buy a			{ color:		#bbb; }
.buy a:hover	{ color:		#fff; }

/* Position */
#try-ctrx { top:170px; left:190px; }
#buy-ctrx { top:170px; left:230px; }
#try-tjam { top:200px; left:630px; }
#buy-tjam { top:220px; left:630px; }
#try-wc   { top:120px; left:460px; }
#buy-wc   { top:120px; left:500px; }

/* Breadcrumbs
---------------------------------------- */

.breadcrumbs {
	float:left;
	width:505px;
	height:18px;
}

.breadcrumbs {
	background:#222c28;
}

/* Colors
---------------------------------------- */

body, .spacer {
	background:#000;
	color:#888;
}
#nav-container {
	background:#666;	/* tiny border around nav bar */
}
#nav, #box-container, #content-left, #content-center, #content-right, #game-details {
	background:#222c28;	/* nav bar background */
}
