.clear {
  clear: both;
}
div#availability { 
/*	height: 495px;*/
  
}
div.calendar {
  width: 575px;
  /*background: #eee4c4;*/
}

.nav_calendar h2 {
  font-size: 18px;
  margin-top: 3px;  
}
.top_nav {
  text-align: center;
  height: 30px;
  background: #e6e3d6;
  padding-top: 5px;
  margin: 0px 40px 5px 40px;
}
.calendars {
  float: left;
  width: 498px;
  padding-left: 7px;
  margin-left: 35px;
}
div.month {  
  width: 160px;  
  height: 181px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
	background: #e7e4d4;
}
div.month table {
  background: #f9f9f9;
}
div.table_holder {
  background: #e7e4d4;
  padding: 5px;
}
div.month td, div.month th {
  padding: 2px;
  text-align: center;
  width: 20px;
}
div.month table th {
  background: #e6e3d6;
  font-weight: bold;  
}
div.month tr.name th {
  font-size: 14px;
}
div.month td.booked {
  background: #ddbb92;
}
div.month td.begin-booked {
  background: #cf9c5a;
}
div.month td.end-booked {
  background: #cf9c5a;
}
div.month td.past {
  color: #c1c1c1;
}