Body
{
    background-color: White;


}
.mainheading
{
    background-image:url(../images/branches.jpg);
    font-style: normal;
    font-family:Rockwell;
    font-size:300%;
    height:auto;
    color:Yellow;
    text-align:center;
    width:100%;
    position:relative;
    vertical-align:bottom;
    height:100%;
    
   
    
    
    
}

.otherheading
{
    background-image:url(../images/rootsheading.jpg);
    font-style: normal;
    font-family:Rockwell;
    font-size:300%;
    height:auto;
    color:Yellow;
    text-align:center;
    width:100%;
    position:relative;
    
    
}

.menu
{
    background-image:url(../images/trunk.jpg);
    font-style: normal;
    font-family:Rockwell;
    font-size:120%;
    height:auto;
    color:Yellow;
    position:relative;
    vertical-align:middle;

}

.othermenu
{
   
    font-style: normal;
    font-family:Rockwell;
    font-size:50%;
    height:auto;
    color:Green;
    position:relative;
    vertical-align:top;

}

.bodytextheader 
{
    font-size: 140%;
    font-family: Rockwell;
    font-style:normal;
    color: Black;
    font-weight:bold;
    position:relative;
    vertical-align:top;

}

.bodytextbold 
{
    font-size: 100%;
    font-family: Arial Black;
    font-style: normal;
    color: Black;
    font-weight: normal;
    position:relative;

}
.bodytextboldgreen 
{
    font-size: 100%;
    font-family: Arial Black;
    font-style: normal;
    color: Green;
    font-weight: normal;
    position:relative;

}

.bodytextnormal
{
    font-size: 100%;
    font-family: Book Antiqua;
    font-style: normal;
    color: White;
    font-weight: normal;   
    position:relative;
    vertical-align:top;

}
             
.footer
{
    background-image:url(../images/rootsheading.jpg);
    font-style: normal;
    font-family:Rockwell;
    font-size:230%;
    height:200%;
    color:Yellow;
    text-align:center;
    width:100%;
    position:relative;
}
 
			 
A 
{

    cursor:hand;
    color:Green;
    
    }

#page {
position:absolute;
}

#images {
float: left;

}

.gallery
{
cursor: default;
list-style: none;
}
.gallery img
{
background: #fff;
border-color: #aaa #ccc #ddd #bbb;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 2px;
vertical-align: top;
width: 100px;
height: 75px;
}
.gallery li
{

background: #eee;
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
display: inline;
float: left;
margin: 3px;
padding: 5px;
position: relative;
}