html {
}
body {
	margin:0px 0px 0px 0px;
	background:url('images/bg.gif');
}
img {
	border:0;
}
#header {
	margin:10px 0;
	height:150px;
}
#main {
	center;
	text-align:center;
}
#middle {
	text-align:center;
	center;
	margin:0;
	height:140px;
	border:2px outset;
	border-color:#444;
	background:#dedec9;
}
#menu {
	text-align:center;
	center;
	width:100%;
	height:135px;
}
#menu ul {
	center;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:650px;
	list-style-type:none;
	height:150px;
}
#menu img {
	text-align:center;
	center;
	height:100px;
	width:100px;
	border:0;
}
#menu li {
	padding:2px 2px;
	margin:2px 2px;
	float:left;
	font-size:12px;
	font-variant:small-caps;
	font-family: georgia, times new roman, times, serif;
	color:#444;
}
#menu a {
	color: #444;
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	zoom: 1;
}
#menu a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	zoom: 1;
}
#lace {
	height:95px;
	background:url('images/frenchLace.png') repeat-x;
}
#tagline {
	color:#aaa;
	font-size:20px;
	font:bold;
	font-family: cursive, serif;
}
.address {
	font-size:12px;
	font-variant: small-caps;
	font-family: georgia, times new roman, times, serif;
	color:#000000;
}
.separator {
	color:#999999;
}
#appointments {
	font-size:12px;
	font-variant:small-caps;
	font-family:serif;
	color:#999;
}
