#heading {
	text-align: left;
	color: MidnightBlue;
	font-size: 300%;
}

#openingpar {
	font-size: 180%;
}

#physicians {
	font-size: 125%;
}

h3 {
	font-size: 170%
}

#locationheading {
	text-align: center;
}

#locations {
	width: 900px;
	margin: auto;
}

#threelocations {
	text-align: center;
	font-size: 125%;
}

body {
	background: #E9E7FC;
	font-family: Liberation serif, sans-serif;	
}

#top {
	text-align: center;
	margin: 0 5% 0 5%;
}

#extras {
	color: MidnightBlue;
}

#logo {
	width: 50%;
	height: 50%;
	outline-color: black;
	outline-style: solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 1%;
}

#everything {
	overflow-x: hidden;
}

#hours {
	border-style:solid;
	border-color: #287EC7;
	width: 500px;
	text-align: center;
	margin: auto;
}

nav {
text-align:center;
}
nav li {
display:inline;
padding:0 25px;
}
nav a {
text-decoration:none; 
}

.name {
	font-size:125%;
}

.staffpagealign {
	padding-left: 10px;
}

.box {
	border-style:solid;
	border-color: #287EC7;
	width: 500px;
	text-align: center;
	margin: 0px auto;
}

#drlohrmann {
	float: right;
	margin-right: 70px;
}

#drhyppolite {
	float: left;
	margin-left: 70px;
}

#staffheader {
	text-align: center;
	margin: auto;
}

#officePictures {
  text-align: justify;
  width: 100%;
  padding-top:2%;
}

/*#officePictures img {
  float: left;
}*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}




/*use this for the background: background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px); */
