  html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 {
  margin-top: 5px;
	font-size: 12px;
	color: #BCB18A;
}

h1 a {
  margin-top: 5px;
	font-size: 12px;
	color: #BCB18A;
}

h2 {
  color: #47241B;
}

img {
	border: 0px;
}
a {
	color: #989898;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #D8D1B5;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 780px;
	background: #FFF;
}
#body {
	margin-left: 5px;
}
#head {
	width: 780px;
	height: 150px;
	background: url(images/header.gif) no-repeat;
}
#tray {
}
#tray .redbox {
	float: left;
	width: 110px;
	_height: 110px;
	min-height: 110px;
	background: #F7AD55 url(images/gamebg.jpg) no-repeat;
	margin-left: 11px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}

#tray .redbox img {
	border: 4px solid #FFF;
	margin-top: 15px;
}

#tray .redbox img:hover {
	border: 4px solid #000;
}

#tray h3 {
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;
}

#tray p {
  font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}

#tray div.hraj {
  text-align: center;
  margin: auto;
}

ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}