.info_box {
	width: 560px;
	height: 162px;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 10px;
}

.front {
	width: 195px;
	float: left;
}

.front_wide {
	width: 385px;
	float: left;
}

.front div, .front_wide div {
	padding-left: 10px;
	padding-bottom: 3px;
	line-height: 1.2;
        text-transform: none;
}

.front div {
	width: 185px;
}

.front_wide div {
	width: 375px;
}

.top_left_box {
	float: left;
	width: 160px;
	height: 40px;
	background-color: #939598;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

.top_right_box {
	float: left;
	width: 396px;
	height: 40px;
	padding-left: 2px;
	background-color: #58585a;
	border-width: 0px 0px 2px 2px;
	border-style: solid;
	color: white;
	border-color: black;
	font-size: 18px;
}

.picture_box_eng, .picture_box_avi, .picture_box_flame, .picture_box_vulcanite {
	float: left;
	height: 110px;
	width: 160px;
	background-repeat: no-repeat;
}
.picture_box_eng {
	background-image: url(../images/chess_eng.gif);
	background-position: center center;
}

.picture_box_avi {
	background-image: url(../images/chess_avi.gif);
	background-position: center center;
	cursor: pointer;
}

.picture_box_flame {
	background-image: url(../images/chess_flame.gif);
	background-position: center center;
	cursor: pointer;
}

.picture_box_vulcanite {
	background-image: url(../images/vulcanite.jpg);
	background-position: center center;
	cursor: pointer;
}

.text_box_a, .text_box_b {
	float: left;
	width: 398px;
	height: 120px;
	border-width: 0px 0px 0px 2px;
	border-style: solid;
}

.text_box_a {
	background-color: #e7e7e8;
}

.text_box_b {
	background-color: #f6e5dd;
}

* html .text_box_a, .text_box_b {
	width: 398px;
	w\idth: 396px;
}
