#wrapper{
	width: 1024px;
	height: auto;
	
	margin: 0 auto;
	
	overflow: hidden;
}

#content{
	width: 380px;
	height: auto;
	
	float: left;
}

#dyk{
	width: 400px;
	height: auto;
	
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	
	float: left;
	margin: 0 0 0 30px;
}

#dyk_header{
	width: calc(100% - 10px);
	height: 25px;
	
	background-color: #142859;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	margin: 0;
	padding: 0 0 0 10px;
	
	display: table;
	vertical-align: middle;
}

#dyk_content, #events_content{
	width: 100%;
	height: auto;
	
	overflow: hidden;
	
	margin: 0;
	padding: 15px 0;
}

#form{
	margin-left: 25px;
}

#events{
	width: 190px;
	height: auto;
	
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	
	margin: 0 5px 0 15px;
	padding: 0;
	
	float: right;
}

#events_header{
	width: calc(100% - 10px);
	height: 25px;
	
	background-color: #bf8129;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	margin: 0;
	padding: 0 0 0 10px;
	
	display: table;
	vertical-align: middle;
}