/* framework sets the bee frame as the background */
#framework {   
	max-width: 900px;
	min-width: 900px;
	background:url(images/bees_hive.jpg) left top repeat;
    width:90%;
    margin:30px auto;
    height:590px;  
    padding:70px 30px 0px 0px; 
}

/* whitespace sets the white space (very pale yellow) over #framework and text margins */     
#whitespace{
    background:#FFFDED; 
    padding:8px 35px 10px 10px;
    height:590px;
}

/* h1 sets the Title text */
h1 {
     font: 30px "Trebuchet MS", Verdana, sans-serif;
     color:#A52A2A;
     font-weight:bold;
}

/* button controls the Print DDF Button on certain pages */
#button {
     float:right;
     padding:10px 55px 0px 0px;
 }

/* jswarning warns that the menu bar will not work properly without scripting enabled */
 
#jswarning {
     font:12px verdana, arial, helvetica, sans-serif;  
     font-style:italic;
     font-weight:bold;
     padding:0px 0px 0px 180px;  
}
 
/*Sets text for note about English text on Welsh page*/

#wnote {
     font:12px verdana, arial, helvetica, sans-serif;
     font-style:italic;
}

/* text set the font and font size for main text area*/
#text {
    float:left;
    width:68%;
    text-align: justify; 
    font:12px verdana, arial, helvetica, sans-serif; 
    color: #002927;
    line-height:135%;
    padding:0px 15px 0px 0px;   
}

/* text set the font and font size for main text area*/
#textblank {
    float:left;
    width:99%;
    text-align: justify; 
    font:12px verdana, arial, helvetica, sans-serif; 
    color: #002927;
    line-height:135%;
    padding:0px 15px 0px 0px;   
}

/* sidebox set the font and font size, etc for the righthand side box area*/ 
#sidebox {
    float:right;
    width:27%;
    padding:5px 5px 10px 10px;
    border:2px solid;
    border-color:black;
    margin-top:15px;
    background-color:#FFFDDA;
    text-align: left;
    font:10px verdana, arial, helvetica, sans-serif; 
    color: #002927;
    line-height:130%;     
}

/* pw alters the papagraph size and line height in sidebox for Welsh text*/
.wp {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height:115%; 
}

/* h2 sets the Sidebox Title text */
h2 {
     font: 22px "Trebuchet MS", Verdana, sans-serif;
     color:#A52A2A;
     text-align:center;
     font-weight:bold; 
}

/* Indents the text on e_books and w_books*/ 
.indent {margin-left:10px;}

/* Increases paragraph height in e_links and w_links*/
#linespace {
     line-height:175%;
     width:120%;
     margin-left:50px;
     text-align:center;
}

/* Ensures center in e_links and w_links */
.spacer {color:#FFFDED;}

/* Emphasises current link in pagelinks*/ 
.linkemp {
    font-size:12px;
    color:#A52A2A;
}

/* PHOTOS*/

/* slideshow on e_home and w_home pages*/      
#slideshow {
    padding:0px 0px 0px 15px;
    float:right;
}

/* group photo on e_home and w_home pages*/
#groupphoto {
    padding:0px 15px 0px 0px;
    float:left;
}

/* 1st photo in sidebox on e_toptips, w_toptips, e_books and w_books pages*/  
#boxphoto1 {
    padding:0px 7px 0px 7px;
    float:left;
}

/* 2nd photo in sidebox on e_toptips, w_toptips, e_books and w_books pages*/   
#boxphoto2 {
    padding:10px 7px 0px 7px;
    float:left;
}
/* 1st photo in date oder in e_members and w_members*/
.photoright{
    padding:0px 0px 0px 15px;
    float:right;
}

/* 2nd photo in date oder in e_members and w_members*/
.photoleft{
    padding:0px 15px 0px 0px;
    float:left;
}

#candyphotos{padding:0px 0px 0px 0px;}