#header {
	margin: 0px;
	padding: 0px;
	height: 198px;
}
#header #center {
	padding: 0px;
	height: 198px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#center #doctors {
	position: absolute;
	width: 453px;
	height: 187px;
	top: 18px;
	left: 546px;
	z-index: 5;
}

#navbar {
	margin: 0px;
	padding: 0px;
	height: 53px;
	background-image: url(images/navbar-slice.jpg);
	background-repeat: repeat;
}
#navbar #buttons {
	padding: 0px;
	height: 53px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#body {
	background-color: #FFF;
	background-image: url(images/home-slice.jpg);
	background-repeat: repeat-x;
}
#body #maincontent {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
}
#footer {
	background-image: url(images/footer-slice.jpg);
	height: 249px;
}
#footcontent {
	padding: 0px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 249px;
	position: relative;
	text-align: center;
}
#footcontent #address {
	position: absolute;
	left: 302px;
	top: 42px;
	width: 193px;
	height: 68px;
}
#footcontent #phonenumber {
	position: absolute;
	left: 637px;
	top: 41px;
	width: 162px;
	height: 76px;
	text-align: right;
	font-size: 18px;
}


#footcontent #textlinks {
	position: absolute;
	left: 232px;
	top: 171px;
	width: 615px;
}
#dropshadow {
	background-image: url(images/above-nav-shadow.png);
	height: 7px;
}
#footer #footcontent #phonenumber {
	font-size: 18px;
	text-align: justify;
}
#footer #footcontent #address {
	font-size: 18px;
}

