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

#menu {
	position:absolute;
	width:941px;
	height:46px;
	z-index:99;
	left: 30px;
	top: 7px;
}
#content
{
position: absolute;
left: 50%;
width: 1000px;
margin-left: -500px; /* always half of width - go figure */
}
#patients {
	position:absolute;
	width:200px;
	height:300px;
	z-index:1;
	left: 13px;
	top: 174px;
	overflow: hidden;
}
#news {
	position:absolute;
	width:200px;
	height:332px;
	z-index:1;
	left: 725px;
	top: -169px;
	overflow: hidden;
}
#dental {
	position:absolute;
	width:200px;
	height:178px;
	z-index:1;
	left: 21px;
	top: 223px;
	overflow: hidden;
}
#contactus {
	position:absolute;
	width:133px;
	height:42px;
	z-index:2;
	left: 788px;
	top: 716px;
	text-align:center;
}
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	color: #463E2F;
	border-style:none;
}
a {
	font-size: 14px;
	color: #463E2F;
}
a:link {
	text-decoration: underline;
	color: #463E2F;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
#inner {
	position:absolute;
	width:450px;
	height:703px;
	z-index:100;
	left: 279px;
	top: 59px;
	overflow-y: auto;
	overflow-x: hidden;


}
#hminner {
	position:absolute;
	width:450px;
	height:355px;
	z-index:100;
	left: 273px;
	top: 428px;
	

}
	
