/* CSS Document */
#dynamiccontent.home{
	float: right;
}

.clearer {
	clear: both;
}
#google_maps {
	width: 400px;
	height: 300px;
}
.dc_single {
    float: left;
    width: 100%;
	margin-bottom: 30px;
}
.dc_image {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
    float: left;
    width: 100%;
}
.dc_image:after {
	content: ' ';
	display: table;
	clear: both;
}
.dc_image_single {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 10px 0;
}
.dc_document {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.dc_text p {
    font-size: 15px;
    line-height: 24px;
}

/* see at skeleton -> layout.css */