/*
Created by Paul Dysinger
Bountiful Blessings Farm web site
*/

* {padding:0; margin:0}

/* All Pages */

.notetop {
    background-position: 0 -101px;
    width: 300px; height: 50px;
}

.notemid {
    background-position: -1030px 0;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: auto;
}

.notebottom {
    background-position: -300px -135px;
    width: 300px; height: 25px;
}

.stickytop {
    background-position: 0px 0px;
    width: 260px; height: 50px;
}

.stickymid {
    background-position: -1330px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: auto; 
    width: 270px;
    text-align: left;
}

.stickybottom {
    background-position: 0px -50px;
    width: 260px; height: 89px;
}

#post_note {
    background: url(http://bountifulblessingsfarm.com/wp-content/themes/notepad/img/sticky.jpg) no-repeat;
    width: 300px; height: 300px;
}

#post_text {
    width: 222px;
    margin-left: 25px;
}

#post_text_note {
    width: 250px;
    margin-left: 25px;
    text-align: justify;
}




