/* CSS Document */

body {background-color:#B4AE68; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px;}
a {color:#B4AE68;}
a:hover {color:#93423E;}
#page{ width:800px; margin:0 auto; }
#topper{width:770px; background-image:url(img/top2.png);height:10px;}
#bottom{width:770px; background-image:url(img/bottom2.png);height:10px;}
#wrapper {width:770px; background-image:url(img/middle2.png);}

#header {background-image:url(img/waggingtailsresort.png); width:770px; height:90px; background-repeat:no-repeat;}

#content {margin-left:20px;margin-right:20px;}

#content H1 {font-size:24px; color:#BA7C44;}

#content H3 {font-size:18px; color:#93423E; margin-bottom:4px;}

#reservation
{
  display: block;
  width: 210px;
  height: 26px;
  background: url("/img/reservebtn.png") no-repeat 0 0;
margin-top:4px;
}

#reservation:hover
{ 
  background-position: 0 -25px;
}

#reservation span
{
  display: none;
}

.slideshow { height: 260px; width: 232px;  }
.slideshow img { padding: 10px; border: 1px solid #ccc; background-color: #B4AE68; }

.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {color: #93423E;padding-bottom:6px; margin:0px;}

.clienteditor {}