body {
	background-color: #333;
	background-image: url('../images/tiles.gif');
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size: small;
	min-width: 660px;
	text-align: center;	/* Needed to make it center in IE */
}

img {
	border: 0;
}

img.screenshot {
	border: 1px solid black;
	margin-bottom: 5px;
}

img#logo {
	position: relative;
	left: 15px;
	top: 15px;
}

a {
	color: navy;
}

p.question {
	font-weight: bold;
}

div#centred {
	margin: 0 auto;
	text-align: center;
	width: 660px;
}

div#banner {
	background: url('../images/banner.gif');
	width: 660px;
	height: 100px;
	text-align: left;
}

div#content {
	background-color: white;
	border: 2px solid black;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 10px;
	text-align: left;
	width: 633px;
}

div#menu {
	margin-left: 20px;
	margin-bottom: 10px;
	display: inline;
}

div#menu a {
	background-color: #6b4;
	border: 1px solid black;
	color: black;
	padding: 5px;
	text-decoration: none;
}

div#menu a#current {
	background-color: #390;
	color: #eee;
}

div#menu a:hover {
	background-color: #0af;
	color: white;
}

div#menu a#current:hover {
	background-color: #0af;
	color: white;
}



h3 {
	background-color: #e3e3c4;
	border: 1px solid #c3c3a4;
	display: inline;
	margin-top: 10px;
	font-size: small;
	text-align: center;
	padding: 2px;
}

div#copyright {
	border-top: 1px solid #aaa;
	padding-top: 5px;
	color: #666;
	margin-top: 20px;
	text-size: x-small;
	text-align: center;
	width: 100%;
	position: relative;
	bottom: 0px;
}

div.infobox {
	float: right;
	width: 190px;
	border: 1px solid #346;
	background: #f0f0e0;
	text-align: center;
	margin-left: 10px;
}

div.infobox p {
	text-align: left;
	margin: 10px;
}

div.infobox p.price {
	text-align: center;
}

div.infobox h3 {
	border: none;
	background: #3380c8;
	color: #fff;
	font-weight: normal;
	display: block;
	margin-top: 0;
}
