@charset "utf-8";

#overview {
	min-width:790px;
}

.board_left {
	float:left;
}

.board_right {
	float:left;
}

.board_center {
	height: 250px;
	width: 220px;
	position: relative;
	float: left;
	background: url(images/mikroe/ob/target.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#selector {
	display: block;
}

#selector div {
	display: none;
	/*width: 200px;*/
}

.board_center img {
	padding-top: 11px;
	padding-bottom: 10px;
	margin-left: 11px;
	width: 195px;
	height: 195px;
}

.board_center h3 {
	text-align: center;
	width: 186px;
	color: #0082BF;
	/*font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*font-size: 13px;	
	font-weight: bold;*/
	margin-left: 15px;
}

.board_center p {
	width: 186px;
	margin-left: 15px;
}
