@charset "utf-8";
#ws_centrecontainer {
	float: left;
	height: auto;
	width: 550px;
}
#ws_rightcontainer {
	background-color: #FF6600;
	float: right;
	height: 700px;
	width: 175px;
}



.infoblock_light {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
.infoblock_dark {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
	text-align: center;
	vertical-align: top;
}
