.section_top{
/*	padding: 10px;*/
	padding: 10px 20px 10px;
	border-bottom: 2px dashed #ddd;
	margin:  0 10px 10px 10px;
}

.section_mid *{
	text-align: center;
}

.section_btm{
	padding:10px;
}

.section_top img{
}

.section_btm a{
	display: inline;
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	padding: 0 5px 20px;
	margin: 0 auto;
}

.section_btm a img{
	width: 100%;
	height: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 1px 2px #9b999b;
	-webkit-box-shadow: 0px 1px 2px #9b999b;
	box-shadow: 0px 1px 2px #9b999b;
	filter: progid: DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#9b999b');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#9b999b')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.section_btm iframe{
	width: 425px;
	margin: 10px auto;
}

.section_btm p{
	margin: 10px 20px;
}

.date_place{
	background: url('../images/bg_event_info.jpg');
	margin: 20px;
	padding: 10px;
	font-size: 123.1%;
	line-height: 1.6;
	font-weight: bold;
	color: #31410D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 1px 2px #9b999b;
	-webkit-box-shadow: 0px 1px 2px #9b999b;
	box-shadow: 0px 1px 2px #9b999b;
	filter: progid: DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#9b999b');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#9b999b')";
}

.date_place strong{
	display: inline-block;
	background: #31410D;
	color: #F4E2BC;
	padding: 0 5px;
	margin: 0 10px 5px 0;
}

.section table th,
.section table td{
	padding: 10px;
}