      body {
        padding-top: 0px;
        padding-bottom: 40px;
        background: #725c37;
        background: url('/img/main-bg.jpg') repeat;
      }
      
      .main-container {
      	height: 965px;
        margin-top: -10px;
      }
      
      
      .hero-unit {
      	text-align: center;
      	background: url('/img/inner-bg.jpg') repeat;
      	margin-top: 40px;
      	margin-bottom: 30px;
      	padding-top: 40px !important;
      	height: 480px !important;
      	-moz-box-shadow: 0px 0px 18px 0 #333;
		-webkit-box-shadow: 0px 0px 18px 0 #333;
		box-shadow: 0px 0px 18px 0 #333;
		-moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; border-radius: 15px;
      }
      
      .hero-unit p {
      	margin-top: 15px !important;
      	margin-bottom: 15px !important;
      }
      
      .hero-unit h1 {
      	font-family: 'Satisfy', cursive !important;
      	font-size: 50pt !important;
      }
      
      .index-slideshow {
      	width: 1171px;
      	height: 380px;
      	margin-left: -60px;
      	overflow: hidden;
      	padding-top: 10px;
      }
      
      .index-slideshow img {
      	padding-bottom: 18px;
      }
      
      .index-slideshow ul {
      	margin-left: 0px !important;
      }
      
      .index-slideshow li {
      	list-style-type: none !important;
      }
      
      .caption {
      	background: transparent;
      	font-size: 14pt;
      	color: white;	
      }
      
      .brand {
      	font-family: 'Satisfy', cursive !important;
      	font-size: 20pt !important;
      }
      
      .navbar {
      	display: none !important;
      }
      
      .navbar-inner {
      	display: none !important;
      	background: #2c8891 !important;
      }
      
           
      hr {
      	border-top: 2px solid white !important;
      	border: 0px;
      }
      
      footer p {
      	font-size: 12pt;
      	line-height: 24px !important;
      	color: white !important;
      }
      
      footer p a:hover {text-decoration: none !important; color: yellow !important;}