  #content-container {
    margin-top: -305px;
  }

  #content,
  #content #left {
    background: none;
  }
  
  #logo,
  #wave-shadow,
  #page-title,
  #reflection {
    display: none;
  }

  #hidden-seo-content {
    display: none;
  }

  #home-logo {
    position: relative;
    top: 200px;
    left: -50px;
    z-index: 98 !important;
  }
  
  #home-quote {
    position: relative;
    top: -80px;
    left: 280px;
  }
  
  #home-threebox-cont {
    position: relative;
    top: -50px;
    width: 830px;
    margin-left: 80px;
    z-index: 97 !important;
  }
  
  .home-threebox-box {
    position: relative;
    float: left;
    padding: 20px 25px;
    margin: 10px;
    width: 198px;
    height: 314px;
    z-index: 97;
  }

  .home-threebox-box p.hw-wb-date {
    position: relative;
    float: left;
    margin-left: 10px !important;
  }

  .home-threebox-box#photo {
    position: relative;
    float: left;
    width: 250px;
    top: 7px;
    padding: 0px;
  }
  
  .home-threebox-box p {
  	font-size: 17px !important;
  	padding: 0px 5px;
  	width: 150px;
  }
  
  .home-threebox-box#photo img {
   	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 250px;
	max-height: 353px;
	-moz-box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #fff;
	box-shadow: 0px 0px 10px #fff;
  }
  
  #tb-whiteboard {
    background: url(/media/images/home-whiteboard.png) no-repeat top left;
    
  }

  #tb-bulletinboard {
    background: url(/media/images/home-bulletinboard.png) no-repeat top left;
    padding: 20px 35px;
    width: 180px;
  }
  
  #home-twobox-cont {
    position: relative;
    float: left;
    clear: left;
    top: -40px;
    left: -19px;
    font-size: 18px;
    background: url(/media/images/home-teaser-box.png) no-repeat top center;
    width: 838px;
    height: 257px;
    margin-left: 80px;
  }

  .home-twobox-box {
    float: left;
    width: 370px;
    padding: 20px;
  }
  
  #content .home-twobox-box p {
    font-size: 18px;
    line-height: 20px;
    margin: 3px;
  }
  
#content p.home-twobox-title {
	float: left;
	clear: both;
	width: 380px;
	font-size: 23px !important;
	color: #4842bb;
	line-height: 30px;
	border-bottom: 2px solid #c6c6c6;
}
  
  #home-twobox-cont #footer {
    margin-top: 30px;
  }
