/* @override http://localhost:8888/chiropractic/styles/LocalScreen.css */

/* About Chiropractic Page local styles */

/* @group Main Page */

h2 {
	color: #2c5f8c;
	font-size: 20px;
}

.centred {
	margin: auto;
}

#contentContainer {
	position: relative;
}

#contentContainer .column {
	position: relative;
}

#column1 {
	width: 400px;
	float: left;
	text-align: justify;
	padding-top: 40px;
}

#column2 {
	width: 400px;
	float:  right;
	text-align: justify;
	padding-top: 40px;
}

#column1 img {
	width: 300px;
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
}

#column2 img {
	width: 400px;
}

/* @end Main Page */