/* Standard CSS code */

html * { padding:0; margin:0; }

body {
  background: url('../images/body_bg.jpg') repeat-x;
  background-color: #cc6600;
}

.clearer{ clear:both; }

/* End Standard CSS code */

#wrapper{
  width: 960px;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#wrapper #header{
  /*height: 41px; */
  height: 57px;
  background: url('../images/header.jpg') no-repeat;
  color: #FFFFFF;
  text-align: right;
  /* padding: 80px 137px 0px 0px; */
  padding: 64px 137px 0px 0px;
}

#wrapper #header H1{
  font-size: 15px;
  color: #FFFFFF;
  display: inline;
  /*margin-right: 5px;*/
}


#wrapper #top{
  background-color: #FFFFFF;
  width: 658px;
  height:268px;
  float:left;
}

#wrapper #top #nav{
  display:inline;
  float:left;
  border: 1px solid #cccc99;
  width:150px;
  margin-left: 7px;
  margin-top: 7px;
  list-style: none;
  border-bottom: none;
}

#wrapper #top #nav a{
  color:#cc6600;
  text-decoration: none;
}

#wrapper #top #nav .nav_item{
  padding: 1px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #cccc99;
  color: #cc6600;
  float:left;
  width:148px;
}

#wrapper #top #nav .nav_item .inside{
  background: url('../images/nav_bg.jpg') repeat-x bottom left;
  height: 19px;
  padding-top:4px;
}

#wrapper #top #nav .nav_item .nav_copy{
  float:left;
  padding-left: 11px;
  font-weight: bold;
}

#wrapper #top #nav .nav_item .arrow{
  float:right;
  color: #91976c;
  padding-right: 3px;
  font-weight: bold;
  font-size: 15px;
}

#wrapper #top #body{
  float:left;
  padding: 25px 0px 0px 25px;
  font-family: "Myriad pro", Arial;
  font-size: 14px;
  color: #666666;
  width:435px;
  line-height:25px;
}

#wrapper #top #body H1{
  font-family: "Myriad pro", Arial;
  font-weight: normal;
  color: #761a19;
  font-size: 30px;
  line-height: 30px;
  margin-bottom:10px;
}

#wrapper #top #body IMG{
  margin-top:25px;
}

#wrapper #bio{
  float: right;
  width:302px;
  height:268px;
  background: url('../images/woman.jpg') no-repeat;
  position:relative;
}

#wrapper #bio IMG{
  position:absolute;
  left: 7px;
  top: 10px;
}

#wrapper #bottom{
  float:left;
  border-top: 1px solid #FFFFFF;
  width: 939px;
  background: #FFFFFF url(/images/bottom-bg.gif) no-repeat bottom left;
  height: 235px;
  padding: 0 0 10px 0;
  margin-bottom: 0 0 50px 0;
}

#wrapper #bottom #hours{
  float:left;
  width:142px;
  height: 112px;
  background: url(/images/hours.jpg) no-repeat;
  font-weight: bold;
  color: #771b19;
  line-height: 18px;
  padding: 24px 0px 0px 25px;
}

#wrapper #bottom #hours H1{
  font-size: 15px;
  color: #cc6600;
}

#wrapper #bottom #news{
  float:left;
  width: 281px;
  height: 121px;
  background: url('../images/news_bg.jpg') repeat-x;
  padding: 15px 15px 0px 15px;
  overflow:hidden;
}

#wrapper #bottom #news H1{
  font-size: 19px;
  color: #cc6600;
}

#wrapper #bottom #news UL{
  list-style: none;
  font-size: 11px;
  color: #6b0500;
}

#wrapper #bottom #news LI{
  padding-top:7px;
  color: #761a19;
}


#wrapper #bottom #news A{
  text-decoration: none;
  font-weight: bold;
  color: #761a19;
}

#wrapper #bottom #news A:hover{
  text-decoration: underline;
}

#wrapper #bottom #news .date{
  color: #669966;
}

#wrapper #bottom #news .newsdate{color: #669966;}

#wrapper #bottom #map{
  float:left;
  background: url('../images/map.jpg') no-repeat;
  width:246px;
  height: 136px;
}

#wrapper #bottom #tour{
  float:left;
  width: 215px;
  height: 136px;
  background: url('../images/tour.jpg') no-repeat;
}

#wrapper #ads{
  clear: both;
  width: 939px;
  padding-top: 7px;
}

#wrapper #ads .left_ad{margin-left: 5px;}
#wrapper #ads .middle_ad{
  margin-left:17px;
  margin-right: 16px;
}

