* {
	margin:0;
	padding:0;
} 
html {
	height:100%;
} 
body {
	font-family: Tahoma, Geneva, sans-serif;
	height:100%;
}
#pageBackground {
	z-index:10;
}
#headerBackground {
	width:100%;
	height:180px;
	background-color:white;
	background-image:url('/images/teethBackground.jpg');
	background-repeat:repeat;
}
#menuBackground {
	width:100%;
	background-color:#48b76a;
	height:32px;
	border-bottom:1px solid white;
}
#contentBackground {
	margin:0px;
	padding:0px;
	width:100%;
	height:calc(100%-212);
	overflow:hidden;
}
#page {
	position:absolute;
	top:0px;
	z-index:20;
	width:960px;
    margin-left:-480px;
	left:50%;
}
#header {
	position:relative;
	width:100%;
	height:180px;
}
#header-image {
	position:absolute;
	top:19px;
	right:90px;
	z-index:1000;
}
#header-text {
	position:absolute;
	left:0px;
	top:25px;
	width:575px;
}
#header-text p {
	font-family:Century Gothic, Tahoma, Geneva, sans-serif;
	color:#48b76a;
	text-align:center;
}

#contentFooter {
	width:960px;
	position:absolute;
	top:212px;	
}
#content {
	width:920px;
	padding:20px;
	background:url('/images/translucentWhite.png');
	background-repeat:repeat;
	border-radius:10px;
}
#content p, #content ul, #content ol, #content table td {
	margin-top:1em;
	font-size:14px;
}
#content h1 {
	font-size:22px;
	font-weight:bold;
	color:#48b76a;
}
#content h2 {
	margin-top:1em;
	font-size:18px;
	font-weight:bold;
	color:#48b76a;
}
#content table {
	margin-top:1em;
}
#content table td {
	padding-right:10px;
}
#content {
	margin-top:1em;
	list-style:outside;
	padding-left:1em;
}
#content ol, #content ul {
	padding-left:20px;
}
#content ol li, #content ul li {
	padding-left:10px;
}
#content a:hover {
	color:#E02AC3;
}
#content a {
	color:black;
	text-decoration:underline;
}
#content img {
	border:10px solid white;
}
#content .link a {
	font-weight:bold;
	color:#48b76a;
	font-size:14px;
}
#content .link a:hover {
	color:#E02AC3;
}
#footer {
	width:960px;
	margin-top:15px;
	clear:both;
}
#footer p {
	font-size:13px;
	color:white;
	text-align:center;
}
#appointment {
	width:450px;
	margin-top:1em;
	float:left;
}
#appointment label {
	font-size:15px;
	display:block;
	width:200px; 
	float:left;
	text-align:right;
	margin-right:10px;
}
#appointment .small {
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
#appointment input, #appointment select {
	font-size:14px;
	float:left;
	margin-bottom:12px;
	margin-top:4px;
	padding:4px;
}
#appointment input {
	width:200px;
}
#appointment select {
	width:210px;
}
#appointment button {
	width:100px;
	height:24px;
	margin-left:210px;
	background-color:#48b76a;
	color:white;
	border:1px solid white;
}
#appointment button:hover {
	background-color:fuchsia;
	color:white;
	border:1px solid white;
}
#appointmentText {
	width:400px;
	float:left;
}