* { behavior: url(/media/css/iepngfix.htc) }

.box {
	width: 990px;
}

.box .top {
	background: url(/media/images/big-top-box.jpg) top left no-repeat;
	height: 14px;
}
.box .content {
	background-color: #2A1804;
	padding: 1px 20px 1px 20px;
	width: 950px;
	min-height: 245px;
}
.box .bottom {
	background: url(/media/images/big-bottom-box.png) top left no-repeat;
	margin-left: -29px;
	height: 60px;
}

.group {
	background-color: #331D06;
	margin: 10px;
	padding: 5px;
}

.group h3 {
	color: #F1B901;
	margin: 5px 0 5px 5px;
	font-size: 11px;
}
.group table {
	width: 60%;
	float: left;
	
}
.group td {
	color: #C88302;
}
.thumb {
	float: left;
	margin: 10px 0 0 5px;
	border: 2px solid black;
}

td:hover {
	color: #F0CF3A;	
}

