body { margin-left: 5px; }
#frame { background-image: url(/images/schools/left-border.gif); background-repeat: repeat-y; width: 751px; border-right: 1px solid #6c1e1e; }


/* Header */

.hlink { font: 12px; text-decoration: none; color: white; }
.hlink:hover { text-decoration: underline; color: white; font-weight: normal; }
.header   { position: relative; top: 0px; height: 236px; }

.high-header      { float: left; width: 750px; height: 83px; background-image: url(/images/schools/hancock-high-school.gif); background-repeat: no-repeat; }
.high-header1  { float: left; width: 369px; height: 153px; background-image: url(/images/schools/high-school-header1.jpg); background-repeat: no-repeat;}
.high-header2  { float: left; width: 381px; height: 153px; background-image: url(/images/schools/high-school-header2a.jpg); background-repeat: no-repeat;}
.high-header2b  { float: left; width: 381px; height: 153px; background-image: url(/images/schools/high-school-header2b.jpg); background-repeat: no-repeat;}

.midd-header      { float: left; width: 750px; height: 83px; background-image: url(/images/schools/hancock-middle-school.gif); background-repeat: no-repeat; }
.midd-header1  { float: left; width: 369px; height: 153px; background-image: url(/images/schools/middle-school-header1.jpg); background-repeat: no-repeat;}
.midd-header2  { float: left; width: 381px; height: 153px; background-image: url(/images/schools/middle-school-header2a.jpg); background-repeat: no-repeat;}
.midd-header2b  { float: left; width: 381px; height: 153px; background-image: url(/images/schools/middle-school-header2b.jpg); background-repeat: no-repeat;}

.elem-header      { float: left; width: 750px; height: 83px; background-image: url(/images/schools/hancock-elementary-school.gif); background-repeat: no-repeat; }
.elem-header1  { float: left; width: 369px; height: 153px; background-image: url(/images/schools/elementary-school-header1.jpg); background-repeat: no-repeat;}
.elem-header2  { float: left; width: 381px; height: 153px; background-image: url(/images/schools/elementary-school-header2a.jpg); background-repeat: no-repeat;}
.elem-header2b  { float: left; width: 381px; height: 153px; background-image: url(/images/schools/elementary-school-header2b.jpg); background-repeat: no-repeat;}


/* Left Navigation */

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 9px; height: 11px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -11px 0px 0px 0px; }
.borderBR { margin: -11px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.nav {
	background-color: #bcbc96;
    margin: 0px;
    padding: 0px;
    border: 1px solid #580000;
}
.navWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    margin-left: 25px; padding: 0; border: 0; }


/* Updates */

.updates  { float: right; width: 177px; background-image: url(/images/schools/update-box.gif); background-repeat: repeat-y; margin-left: 10px; }
.updates ul { margin-left: 0; padding-left: 1em; list-style: square url(/images/schools/updates-bullet.gif) inside; }


/* Main */

#main { width: 540px; float: left; }


/* Footer */

#footlinks { width: 750px; clear: both; }
.footer   { position: relative; top: 0px; clear: both; width: 750px; height: 56px; background-image: url(/images/schools/footer.gif); background-repeat: no-repeat; }

