/*
-----------------------------------------------
Bingemans screen style
author: Jackson Marketing <http://www.jacksonmarketing.ca>
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
html body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 12px Arial, Verdana, Sans-serif;
  color: #555555;
  margin-left: 1px;  /* IE one pixel image offset hack */
  }
html>body {  /* IE one pixel image offset hack */
  margin: 0
  }
body {
  background: #000000;
  }
#container {
  width: 734px !important;
  width /**/: 774px;
  height: 565px !important;
  height /**/: 600px;
  margin: 15px auto 0 auto;
  border: 10px solid #60735B;
  border-bottom: 0;
  padding: 0 0 0 20px;
  background: #FFFFFF url("images/home_bg.gif") no-repeat;
  text-align: left;
  }
.blurb_container {
  width: 300px;
  background-color: red;
  }

/* Home Navigation
----------------------------------------------- */
#nav_container {
  float: left;
}
div#home_nav_entertainment a, div#home_nav_camping a, div#home_nav_catering a, div#home_nav_conference a, div#home_nav_events a {
  clear: left;
  float: left;
  width: 278px;
  height: 71px;
  }
div#home_nav_entertainment a {
  background: url("images/home_nav/entertainment.jpg") 0 0 no-repeat;
  }
div#home_nav_camping a {
  background: url("images/home_nav/camping.jpg") 0 0 no-repeat;
  }
div#home_nav_catering a {
  background: url("images/home_nav/catering.jpg") 0 0 no-repeat;
  }
div#home_nav_conference a {
  background: url("images/home_nav/conference.jpg") 0 0 no-repeat;
  }
div#home_nav_events a {
  background: url("images/home_nav/events.jpg") 0 0 no-repeat;
  }
div#home_nav_entertainment a:hover, div#home_nav_camping a:hover, div#home_nav_catering a:hover, div#home_nav_conference a:hover, div#home_nav_events a:hover {
  background-position: -278px;
  }
#promo {
  float: right;
  padding: 360px 40px 0 0;
  }

/* Footer
----------------------------------------------- */
#footer {
  width: 734px !important;
  width /**/: 774px;
  height: 20px !important;
  height /**/: 35px;
  background-color: #A8BAA5;
  margin: 0px auto 0 auto;
  padding: 5px 0 0 20px;
  border: 10px solid #60735B;
  border-top: 0;
  text-align: right;
  }
#footer a {
  font: 11px Arial, Verdana, Sans-serif;
  color: #333333;
  text-decoration: none;
  }
#footer a:hover {
  color: #FFF;
  text-decoration: none;
  }