html,body {
	background-image: url(gfx/background.gif);
	text-align: center;
	margin: 0;
	
	height: 100%;
	
	font-family: Tahoma;
	color: #6d6939;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #b0ae8d;
}

a:hover {
	color: #6d6939;
}
	
table#main {
	border-spacing: 0;
	height: 100%;
}



#content {
	margin: 0 auto;
	width: 968px;
	margin-top: 10px;
	height: 20px;
	text-align: left;
}

div#footer {
	margin: 0 auto;
	width: 968px;
	margin-top: 20px;
	text-align: left;
}

td#left {
	width: 7px;
	background-image: url(gfx/shadow_left.png);
	background-repeat: repeat-y;
}

td#center {
	width: 1024px;
	background-image: url(gfx/contentbg.gif);
	text-align: center;
	vertical-align: top;
}

div#top {
	background-image: url(gfx/top.png);
	width: 903px;
	height: 53px;
	margin: 0 auto;
	padding-top: 151px;
	padding-right: 65px;
	text-align: right;
}

td#right {
	width: 19px;
	background-image: url(gfx/shadow_right.png);
	background-repeat: repeat-y;
	vertical-align: top;
}

div#sidelinks {
	margin-top: 100px;
}

div#description {
	width: 500px;
}

img#screenshot {
	border-width: medium;
	border-style: inset;
	border-color: #6d6939;
}

td {vertical-align: top;}

.title {
	font-size: 36px;
	font-weight: bold;
	display: block;
}