@charset "utf-8";
* {
border:0pt none;
margin:0pt;
padding:0pt;
}
body {
	background-color:#84663a;
	background-image:url(images/bg_body_grad.jpg);
	background-repeat:repeat-x;
	text-align:center;}
.wrapper {
	background-color:#fffdfc;
	margin: 25px auto;
	height:700px;
	width:718px;
}
.header {
	height:172px;
	width:717px;
	background-image:url(images/header.jpg);
	margin-left:1px;
}
.logo {
	background:url(images/logo_hi.png);
	margin:-132px auto 0px;
	height:84px;
	width:262px;
	z-index:2;
}
.bottom_art {
	clear:left;
	height:36px;
	width:702px;
	background:url(images/bottom_art.jpg);
	margin: 0px auto;
}
.nav {
	height:47px;
	width:700px;
	margin: 0px auto;
	background:url(images/bg_nav.jpg);
}
#nav_home {
	float:left;
	width:133px;
	height:47px;
	cursor:pointer;
}

#nav_about {
	float:left;
	width:130px;
	height:47px;
}

#nav_gallery {
	float:left;
	width:121px;
	height:47px;
}

#nav_specialties {
	float:left;
	width:160px;
	height:47px;
}

#nav_contact {
	float:left;
	width:156px;
	height:47px;
}

.sidebar {
	float:left;
	width:25%;
	height:440px;
}
.content {
	float:left;
	background-color:#EDE8D8;
	width:72%;
	margin-left: 9px;
	height:440px;
}.slideshow {
	float:left;
	width:178px;
	height:133px;
	margin: 26px 0px 0px 516px;
}