
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 20px;
    width:960px;    
}

div#banner {
    position: absolute;
    width:960px;
    height:375px;
    left:0px;
    top: 0px;          
}

div#banner-pic{
    position: absolute;
    width: 960px;    
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
 }

div#navbar {
    position: absolute;
    width: 960px;
    height: 45px;
    left: 0px;
    top: 310px;
    background-color: #FFFF66;
    z-index: 100;    
}

div#columns {
    padding-top: 10px;
    position: relative;
    width: 960px;
    top: 388px; 
}

div#content {
    position: relative;
    margin-left: 200px; 
}

 
/* Next is specifically for the walks programme */
 
div#scrollprog {
    position: relative;    
    height: 600px;
    overflow:scroll;
 } 

div#side {    
    position: relative;
    float: left;
    width: 160px;
    z-index:1;
}

/* img1 is for text img2 for pics img3 for 'join now' link*/

div#img1 {
    position: relative;
    width: 160px;
    top:0px;
    left:0px;
}

div#img2 {
    position: relative;
    top:10px;
    left:10px;
    height: 180px;
    width: 160px
}

div#img3 {
    position: relative;
    top:10px;
    left:10px;
    height: 60px;
    width: 160px
}

div#img4 {
    position: relative;
    top:10px;
    left:10px;
    height: 220px;
    width: 160px
}

div#foot {
    position: relative;
    width: 960px;
    height: 25px;
    clear: both;
    margin-top: 25px;
    text-align: center;
    background-color: #FFFF66;
}



