* {
    padding: 0;
    margin: 0;
}

#book {
    width: 736px;
    border: 1px solid #bcbec0;
}

#header {
    width: 736px;
    height: 50px;
    background-image: url(../images/header.gif);
}

#nav {
    width: 162px;
    list-style-type: none;
    float: left;
    height: 326px;
    margin-top: 3px;
}

#flash {
    float: left;
    width: 574px;
    height: 327px;
    background-image:url(../images/main.jpg);
}

a {
    display: block;
    width: 162px;
    height: 25px;
    overflow: hidden;
}

#welcome {
    background-image: url(../images/welcome.gif);
}

#welcome:hover, #early:hover, #elem:hover, #inter:hover, #middle:hover, #high:hover, #autism:hover, #room2:hover, #room3:hover {
    background-position: 0 -25px;
}

#early {
    background-image: url(../images/early.gif);
}

#elem {
    background-image: url(../images/elementary.gif);
}

#inter {
    background-image: url(../images/intermediate.gif);
}

#middle {
    background-image: url(../images/middle.gif);
}

#high {
    background-image: url(../images/highschool.gif);
}

#autism {
    background-image: url(../images/autism.gif);
}

#room2 {
    background-image: url(../images/sensory.gif);
}

#room3 {
    background-image: url(../images/liferoom.gif);
}

#share a {
    background-image: url(../images/share.gif);
    background-position: 0 -3px;
    height: 49px;
}

#share:hover {
    background-position: 0 -59px;
}

#nav li {
    height: 25px;
}

#footer {
    height: 7px;
    background-color: #231f20;
}

#content {
    height: 327px;
    overflow:hidden;
    background-color: #d79e0e;
}

#stf-container {
    float: left;
    height: 175px;
    left: 0px;
    position:relative;
    width: 574px;
    z-index:10;
    top: -175px;
    overflow: hidden;
    display: none;
}

#stf {
    width: 574px;
    height: 175px;
    background-color: #d79e0e;
    position: relative;
    font-family: Arial;
}

#stf table {
    font-family: Arial;
    margin-left: 19px;
    color: #d79e0e;
}

#stf table td input {
    color: #d79e0e;
    padding:1px;
}

#send {
    width: 69px;
    height: 31px;
    background-image:url(../images/send.png);
    display: block;
    margin-top: 1px;
    overflow:hidden;
}
#send:hover {
    cursor: hand;
    cursor: pointer;
    background-position: 0 -31px;
}

.tfield {
    width: 220px;
    border: 3px solid #b1820c;
    height: 20px;
}

#close {
    background-image:url(../images/close.png);
    display:block;
    float:right;
    height:25px;
    overflow:hidden;
    position:relative;
    right:23px;
    top:6px;
    width:25px;
}

#close:hover {
    background-position: 0 -25px;
    cursor: hand;
    cursor: pointer;
}

#label {
    text-align: right;
}

#lbl {
    position: relative;
    right: 21px;
    top: 14px;
}