
body {
	background: #deebff;
}

div.container {
	margin: 20px auto;
	width: 760px;
	background: white;
}

div.footer {
	background: url(/images/footerbg.gif) bottom center no-repeat;
	border-top: 1px dashed #ccc;
	font: 70% Verdana,sans-serif;
	color: #999;
	text-align: center;
	padding: 10px;
}

div.content {
	padding: 30px;
	font: 80% Verdana,sans-serif;				
	color: #666;
	line-height: 150%;
}

div.gamebox {
	width: 320px;
	margin: 13px;
	float: left;
	text-align: center;
}

div.clear {
	width: 700px;
	height: 1px;
	clear: both;
}

div.leftcolumn {
	float: left;
	width: 450px;
	margin: 30px 30px 0px 0px;
}

div.rightcolumn {
	float: left;
	width: 200px;
	padding: 10px;
	margin-top: 30px;
}

div.af div.rightcolumn {
	background: #ceeea7;
}

div.sr div.rightcolumn {
	background: #f7b39e;
}

div.onecolumn {
	float: left;
	width: 640px;
	padding: 30px;
	text-align: center;
}

div.topnav {
	width: 700px;
	height: 39px;
	clear: both;
	padding: 0px;
}

div.af div.topnav {
	background: #ceeea7;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
}

div.sr div.topnav {
	background: #f7b39e;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}



/* TABLES */

table {
	width: 100%;
}

td {
	vertical-align: top;
}

div.af table.record-display {
	border: 1px solid #060;
}

table.record-display td.col1 {
	width: 20px;
}

table.record-display td.col2 {
	width: 300px;
}

table.record-display td.col3 {
	width: 60px;
	text-align: center;
}

table.record-display td.col4 {
	width: 110px;
	text-align: right;
}

table.record-display tr.first-row td {
	color: #c00;
	background: #fee;
}

table.record-display tr.nav-row td {
	background: #ceeea7;
}

table.record-display td.nav-row-right {
	text-align: right;
}



/* PARAGRAPH STYLES */

p {
	margin: 20px 0px;
}

div.topnav p {
	font: bold 110% Verdana,sans-serif;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}

div.rightcolumn p {
	margin-bottom: 8px;
	font-size: 85%;
}

div.af div.rightcolumn p {
	color: #060;
}

div.sr div.rightcolumn p {
	color: #900;
}



/* HEADINGS */

h1 {
	font: bold 150% Trebuchet MS,sans-serif;
	letter-spacing: 2px;
}

div.leftcolumn h1 {
	padding-bottom: 5px;
}

div.af div.leftcolumn h1 {
	border-bottom: 2px solid #ceeea7;
}

div.sr div.leftcolumn h1 {
	border-bottom: 2px solid #f7b39e;
}

h2 {
	font: bold 120% Trebuchet MS,sans-serif;
	letter-spacing: 1px;
}

div.af h1,div.af h2 {
	color: #060;
}
div.sr h1,div.sr h2 {
	color: #900;
}

div.rightcolumn h1 {
	font: bold 270% Arial,sans-serif;
	text-transform: lowercase;
	color: white;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: -10px;
}



/* LINKS */

a {
	font-weight: bold;
}
a:link,a:visited {
	color: #e48b00;
	text-decoration: none;
}
a:hover,a:active {
	color: #46A7E4;
	text-decoration: underline;
}

div.af h2 a {
	color: #060;
}

div.sr h2 a {
	color: #900;
}

div.af div.topnav a:link,
div.af div.topnav a:hover,
div.af div.topnav a:active,
div.af div.topnav a:visited {
	color: #060;
}

div.sr div.topnav a:link,
div.sr div.topnav a:hover,
div.sr div.topnav a:active,
div.sr div.topnav a:visited {
	color: #900;
}

div.footer a {
	font-weight: normal;
}



/* FORMS */

form {
	margin: 5px 0px 0px 0px;
}



/* IMAGES */

img {
	border: none;
}

img.screenshot {
	width: 200px;
	height: 157px;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}



/* LISTS */

ul {
	font: 100% Verdana,sans-serif;
	margin: 20px 0px;
	padding: 10px 30px;
	list-style-type: circle;
	line-height: 150%;
	color: #cb6e00;
	background: #fff8cf;	
}

li {
	margin: 5px 0px;
}

ul.alternative {
	color: #000;
	background: #eee;
	list-style-type: square;
}



/* MISC */

.red {
	color: #c00;
}

.small {
	font-size: 85%;
}