#regbutton {
     position: absolute;
     margin-top: 345px;
     margin-left: 240px;
}

#regbutton a:hover {
     background-color: transparent;
     text-decoration: none
}

#landing {
       height: 524px;
       margin-left: 20px;
}

#topleft {
       position: absolute;
       margin-top: 0px;
       margin-left: 0px;
       border: solid 4px #695F57;
       height: 259px;
       width: 295px;
}

#topright {
       position: absolute;
       margin-top: 0px;
       margin-left: 299px;
       border: solid 4px #695F57;
       height: 259px;
       width: 295px;
}

#bottomleft {
       position: absolute;
       margin-top: 265px;
       margin-left: 0px;
       border: solid 4px #695F57;
       height: 259px;
       width: 295px;
}

#bottomright {
       position: absolute;
       margin-top: 265px;
       margin-left: 299px;
       border: solid 4px #695F57;
       height: 259px;
       width: 295px;
}

#header {
     background-color:#FFFFFF;
     background-image:url(http://net-at-hand.s3.amazonaws.com/sites/2756/images/7055_full.jpg);
     background-position: left;
     background-repeat:no-repeat;
     height:200px;
     padding: 0px 0px 0px 0px;
     position: relative;
     width:880px;
}

#header h1 {
     -x-system-font:none;
     bottom: 100px;
     color: #FFFFFF;
     font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
     font-size:250%;
     font-size-adjust:none;
     font-stretch:normal;
     font-style:normal;
     font-variant:normal;
     font-weight:normal;
     left:30px;
     line-height:1;
     position:absolute;
     visibility: hidden;
}

#header #tagline {
     -x-system-font:none;
     top:170px;
     color: #A57B62;
     font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
     font-size:90%;
     font-size-adjust:none;
     font-stretch:normal;
     font-style:normal;
     font-variant:normal;
     font-weight:normal;
     left:423px;
     line-height:1;
     position: absolute;
}

#content {
     background-image: url("https://net-at-hand.s3.amazonaws.com/sites/2756/images/19466/lbbbc_landing_page_background_jungle_safari_full.jpg");
     height: 438px;
}

.centeredImage{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#CampWeekBox {
    position: absolute;
    margin-top: 25px;
    margin-left: 0px;
    width: 303px;
}

#CampWeekBoxLinks {
    list-style: none outside none;
    overflow: hidden;
}

#CampWeekLinks li {
    display: inline;
}

#CampWeekBox li a {
    border-top: 2px solid #695F57;
    border-left: 2px solid #695F57;
    border-right: 2px solid #695F57;
    border-bottom: 0px solid #695F57;
    color: #695F57;
    display: block;
    font-weight: bold;
    float: left;
    left: 2px;
    margin-left: 3px;
    margin-right: 0px;
    padding: 5px 5px;
    position: relative;
    text-decoration: none;
    background-color: #B5A69E;
}

#CampWeekBox li a:hover {
    background: none repeat scroll 0 0 #695F57;
    color: #FFFFFF;
}

#box {
    border: 4px solid #695F57;
    height: 259px;
    width: 295;
    overflow: hidden;
    position: relative;
    clear: both;
}

.box {
    display: block;
    height: 259px;
    width: 295;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

#juniorboys:target, #juniorhigh:target, #seniorhigh:target, #juniorgirls:target {
    display: block;
}

#slideout {
    background: none repeat scroll 0 0 #325C9D;
    border-radius: 0 5px 5px 0;
    left: 0;
    padding: 12px 0;
    position: fixed;
    text-align: center;
    top: 40px;
    transition-duration: 0.3s;
    width: 20px;
    z-index: 100;
}
#slideout_inner {
    background: none repeat scroll 0 0 #325C9D;
    border-radius: 0 0 5px 0;
    height: 140px;
    left: -250px;
    padding: 25px;
    position: fixed;
    text-align: left;
    top: 40px;
    transition-duration: 0.3s;
    width: 200px;
}

#slideout:hover {
    left: 250px;
}
#slideout:hover #slideout_inner {
    left: 0;
}