@charset "UTF-8";
/* CSS Document */

#pageContainer1 {
	width: 100%;
	height: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
	background-color: #826b51;
}

#osteo2pic {
	margin-left: 550px;
	position: absolute;
	height: 220px;
	width: 150px;
}

#osteo3pic {
	margin-left: 600px;
	margin-top: 200px;
	position: absolute;
	height: 120px;
	width: 200px;
}

#osteo4pic {
	margin-left: 730px;
	margin-top: 50px;
	position: absolute;
	height: 190px;
	width: 150x;
}

#treatmentscontainer {
	position: relative;
	top: -60px;
	margin: 0 auto;
	height: 100%;
	margin-left: 100px;
	margin-right: 100px;
	z-index: 1;
}

.left 
   {  float: right;
   margin: 20px;
   margin-top: 0px;
   }
   

#websiteContainer1 {
	overflow: hidden;
	margin-left: 80px;
	margin-right: 80px; 
	-webkit-box-shadow: 0px 3px 10px 0 #000000;
	-moz-box-shadow: 0px 3px 10px 0 #000000;
	box-shadow: 0px 3px 10px 0 #000000; 
	position: relative;
	text-align: center;
	background-color: #bfaf9a;
}

#highlight {
	width: 533px;
	top: 0px;
	left: -10px;
	height: 40px;
	background-color: #2f5476;
	position: absolute;
	opacity: 0.4;
	z-index: -1;
}

#pagetitle {
	display: inline-block;
	font-size: 36px; 
	float: left;
	margin-left: -10px;
	margin-top: 40px;
	color: #603311;
	font-weight: bold;
	font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
	background-color: rgba(47,84,118,0.4);
	left: 0;
	padding-left: 7px;
	padding-right: 7px;
}