body {
  background-image: url(body-background_1.jpg);
  background-color: #194714;
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
#header {
  height: 125px;
}
#header .header_logo {
  width: 460px;
  height: 125px;
  position: absolute;
  z-index: 8888;
}
#header .header_info {
  width: 640px;
  background-image: none;
  background-color: transparent;
  background-repeat: repeat;
  border-color: transparent;  
  margin-top: 24px;
  height: auto;
  font-size: 14px;
  line-height: 24px;  
  color: #000000;
  text-shadow: 0 0 3px #FFFFFF;
}
#header .header_info .detail:before {
  content: '';
  padding-right: 0;
}
#header .header_info .name,
#header .header_info .address {
  display: block;
}
#nav {
  background-image: url(gradient-navbar_1.jpg);
  background-position: -2px -2px;
  background-color: #194714;
  border-color: #000000;
}
#nav .list .item:hover, 
#nav .list .active {
  border-color: #000000;
  background-color: #f7d689;
}
#body {
  background-image: url(gradient-chrome.gif);
  background-color: #000000;
  border-color: #000000;
}
#content {
  border-color: #000000;
  border-top-color: #000000;
  background-image: url(content-background_1.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}
#footer {
  background-image: url(alpha-black.png);
  background-color: transparent;
  background-repeat: repeat;
  border-color: transparent;  
}
#content_home .header_block .image_pic,
#content_home .header_block .image_map, 
#content_home .header_block .image_gallery, 
#content_home .header_block .image_block, 
#content_home .header_block iframe,
#content_tour .tour_block, #content_gallery .tour_block,
#content_contact .body_block .block_map {
  border-color: #000000;
}
#content_home #srr-toronto-button {
  display: block;
  float: right;
  margin: 0 0 0 20px;
  width: 225px;
  height: 65px;
  border: 1px solid #a47901;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}
#content_home #srr-toronto-button img {
  display: block;
  margin: 0;
  border: 0 none transparent;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}
.content_gallery .gallery_block .gallery_photo img {
  display: block;
  margin: 0;
  width: 100%;
}