
body {
	margin:0;
	padding:0;

	background: #a78de3; /* Old browsers */
	background: #afd4f1;

	height:100%;

    font-family: Tahoma,Arial,Helvetica;
    font-weight: normal;
	font-size:16px;
}

h1,h2,h3 {
	padding:0;
	margin:0;
}

#main-container {
	width:700px;
	background:#fff;
	margin:0 auto;
	margin-top:30px;

	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#header-padding {
	height:1px;
	font-size:1px;
}

#header {
	background:url('../images/header-background.png') -50px -50px;
	padding-left:116px;
	border:solid #000 1px;
	margin:10px;
	color:#fff;
	height:90px;
	position:relative;
}

#header .image {
	position:absolute;
	border:solid black 3px;
	left:23px;
	top:11px;
}

#header h1 {
	font-size:24px;
	letter-spacing:-1px;
	margin-top:20px;
	text-shadow: 2px 2px 2px #000;
}

#header h1 .title {
	font-size:20px;
	text-shadow: 2px 2px 2px #000;
}

#header h2 {
	font-size:12px;
	text-shadow: 1px 1px 1px #000;
}

#footer {
	margin-top:5px;
	text-align:center;
	font-size:12px;
}

.treatments {
	text-align:center;
	margin-top:20px;
	font-size:17px;
}

.main-body .points {
	width:400px;
	margin:0 auto;
}

.contact {
	margin-bottom:25px;
	height:365px;
}

.contact .information {
	float:left;
	width:225px;
	margin-left:25px;
	margin-top:5px;
}

.contact .information .title {
	font-style:italic;
	font-size:16px;
	font-weight:normal;
}

.contact .information .drdavid {
	margin-top:8px;
	font-weight:bold;
}

.contact .map {
	margin-top:40px;
	margin-left:270px;
	border:solid black 1px;
	width:400px;
}
