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

body {
	font-family:"Times New Roman", Times, serif;
	background-color:#d2d7e4;
	color: #000;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border: 1px solid #000000;
	text-align:justify;
}
.MainContent #body {
	width: 941px;  /* this will create a container 80% of the browser width */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1 {
	padding-left: 20px;
	padding-right: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:34px;
}
#Dentists {
	padding-left: 20px;
	padding-right: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:20px;
}
#Location {
	text-align:center;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#53514E;
	border-top-style: groove;
}
#Heading {
	text-align:center;
	font-size:16px;
}
