h1 {
    background-color: silver;
    width: 100%;
    background-image: url("dropshadow.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}

#rightbar {
    width: 180px;
    background-color: lightblue;
    margin: 0px;
    position: absolute;
    top: 20px;
    left: 510px;
    padding-left: 10px;
}

#content {
    width: 500px;
    background-color: #FFFFFF;
    background-image: url("dropshadow.gif");
    background-repeat: repeat-x;
    color: #000000;
    font-family: arial;
    padding: 5px;
}

body {
    margin: 0px;
}

#centerbox {
    width: 700px;
    margin: auto;
    border-style: dashed;
    border-color: darkblue;
    border-width: 2px;
    background-color: skyblue;
    position: relative;
}

p {
    font-family: verdana;
    text-indent: 20px;
}

#scissors {
    position: absolute;
    top: -19px;
    left: 50px;
    z-index: 1;
}
