body {
	background: url(bg.png);
}

td.screenshot {
	color: gray;
	font-weight: bold;
	font-size: 75%;
	float: left;
	margin: 10px;
	text-align: center;
}

td.screenshot img {
	border: none;
	height: 90px;
	width: 120px;
}

h1 {
	background: #7b755d;
	color: #fff;
	font-size: 100%;
	margin: 0px 0px 2px 0px;
	padding: 2px;
	text-transform: uppercase;
}

h1.hot {
	background: #a00;
	color: #fff;
}

h1.hot-bright {
	background: #fffae7;
	color: #a00;
}

table.main {
	max-width: 800px;
	width: 100%;
}

table.main td {
	background: #a0a087;
	vertical-align: top;
}

/* this one removed the previous formatting from nested tables */
table.main td table td {
	background: none;
}

table.main td div {
	background: #fffae7;
	border: 1px solid #fff;
	color: #666;
	font-size: 75%;
	padding: 2px;
	text-align: justify;
}

table.main td.banner div {
	font-size: 100%;
	padding: 30px;
}

td.banner div span.title {
	color: #a00;
	font-size: 120%;
	font-weight: bold;
}

td.banner div span.subtitle {
	color: #666;
	font-size: 75%;
}

td.nav {
	background: #a0a087;
	font-size: 75%;
	width: 14%;
}

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

td.nav a:link,
td.nav a:visited {
	background: #fffae7;
	border: 1px solid #fff;
	display: block;
	padding: 2px;
	text-align: center;
}

td.copyright div {
	text-align: center;
	color: #a00;
}

