/* sets the Welsh Title text */
h1 {
     font: 30px "Trebuchet MS", Verdana, sans-serif;
     color:#A52A2A;
     text-align:left;
     width:89%;
     margin-left:20px;
     font-weight:bold;
}

/* sets the English Title text */
h2 {
     font: 30px "Trebuchet MS", Verdana, sans-serif;
     color:#A52A2A;
     text-align:right;
     font-weight:bold; 
     width:98%;
     margin-left:20px;
}

/* sets the bee frame as the background */
#framework {   
	max-width: 880px;
	min-width: 660px;
	background:url(images/bees_hive.jpg) left top repeat;
    width:90%;
    margin:30px auto;  
    padding:70px 30px 20px 30px; 
}

/* sets the white space (very pale yellow) over #framework and text margins */     
#whitespace{
    background:#FFFDED;
    margin-bottom:10px;
    padding:8px 35px 10px 10px;
}

/* sets the main window text */
#text {
    float:left;
    width:70%;
    text-align: justify; 
    margin-left:20px;
    font:12px verdana, arial, helvetica, sans-serif; 
    color: #002927;
    line-height:135%;   
 }

/* sets the posirion of the buttons */ 
#buttons {
    float:right; 
    width:25%;
    padding:5px 5px 20px 5px;
    border:none;
    margin-top:15px;
    background-color:#FFFDED;
 }

/* sets the postion of the Welsh button */    
#welsh {padding:20px 0px 50px 0px;}

/* sets the postion of the English button */    
#english {padding:30px 0px 15px 0px;}


