/* Define Global Styles */

body {
  background-color:#355738;
  color:#ccc;
}

h2 {
  color:#fff;
}

a, a:visited {
  color:#eee;
}

a:hover {
  text-decoration:none;
}

/* End Global Style */


/* Custom Containers */

#header2 {
  margin-bottom:10px;
}

#container {
  border:none;
}

#sidebar {
  height:300px;
  border:none;  
}

#content {
  border-color:#eee;
}

#content .booking {
  border:1px solid #66A86C;
}

#footer {
  border-color:#eee;
} 

/* End Custom Containers */

#sidebar a, #sidebar a:visited {
  color:#ccc;
  text-decoration:none;
}

#sidebar a.active { 
  color:#fff;
}

#sidebar a.active:hover { 
  color:#000;
  background:#66A86C url('../images/raquo-over.gif') left center no-repeat;
}

#content .col {
  background:#66A86C;
  color:#fff;
}

#sidebar a:hover {
  background:#66A86C;
}

dl.b dt {
  color:#eee;
}
