#background{
    width: 1250px;
    height: 1000px;
    background-image: url(tree_background_frame1.jpg);
    background-color: white;
}

#header{
    width: 885px;
    height: 100px;
    padding: 5px;
    margin-left: 250px;
    margin-top: 20px;
    background-color: white;
    border-style: ridge;
    
    
}


#menu{
    float:left;
    width: 180px;
    height: 700px;
    padding-left: 5px;
    margin-left: 30px;
    margin-top: 30px;
    background-color: white;
    border-style: ridge;
}

#content{
    float:right;
    width:700px;
    height:600px;
    margin-right:200px;
    margin-top: 80px;
    font-size: 28px;
}
#contentLink{
    float:right;
    width:700px;
    height:600px;
    margin-right:200px;
    margin-top: 80px;
    font-size: 20px;
}

#contentLeft{
    float: left;
    width: 350px;
    height:610px;
    padding:50px;
    margin-left:30px;
    margin-top:30px;
    font-size: 20px;
}
#contentRight{
    float: left;
    width: 350px;
    height:610px;
    padding:50px;
    margin-top:30px;
    font-size: 20px;
}