html, body {
    margin:0px;
    padding:0px;
    font: 13px Arial, Helvetica, sans-serif;
    color:#766D6D;
    background:#e0e8f1;
    background-image: url('/logo.jpg');
    background-image: url('/background.jpg');
    background-repeat: no-repeat;
}
#caleb-body-center {
    text-align:left;
    border:0px solid #000000;
}
#caleb-body {
    position: relative;
    width: 900px;
    text-align: left;
    padding-bottom: 10px;
    border:0px solid #000000
}
/*
#caleb-header {
    background: url('/logo.jpg') no-repeat;
    position: relative;
    left:0px;
    top:0px;
}
*/
#caleb-header h1 span {
    display:none;
}
#caleb-header-center {
    position:relative;
    left:20px;
    top:0px;
    height:195px;
    border:0px solid #000000
}
#caleb-body-content {
    position:relative;
}
#menu-content-holder {
    background-image: url('/menu-graphic.jpg');
    background-repeat: no-repeat;
    position:absolute;
    left:-2px;
    top:-6px;
    width:260px;
    height:410;
}
#menu-content-placement {
    position: absolute;
    left:30px;
    top:50px;
}
#content-holder {
    position:absolute;
    left:257px;
    width:650px;
    height:700px;
    border:0px solid black
}
#content-holder-top {
    background-image: url('/content-top.jpg');
    background-repeat: no-repeat;
    position:absolute;
    left:0px;
    top:-12px;
    border:0px solid #000000;
    z-index:2;
}
#content-holder-middle {
    position: absolute;
    background-image: url('/content-middle.jpg');
    left:27px;
    width:597px;
    height:600px;
    border:0px solid black;
    z-index:-1;
}
#content-holder-middle-long {
    position: absolute;
    background-image: url('/content-middle.jpg');
    left:27px;
    width:597px;
    height:1350px;
    z-index:-1;
}
#content-holder-bottom {
    background-image: none;
    background-repeat: none;
    position: absolute;
    top:540px;
    left:0px;
    z-index:2;
}
#content-holder-bottom-long {
    position: absolute;
    top:1300px;
    left:0px;
    z-index:2;
}
#content {
    color:black;
    font-size:120%;
    position:relative;
    padding-top:60px;
    padding-left:35px;
    padding-right:40px;
}
#content-header {
    color:black;
    text-decoration: underline;
    font-size:20pt;
    font-family: times-new-roman;
    position:relative;
    left:30px;
    top:60px;
    text-align:left;
    padding-left:20px;
    width:400px;
    height:70px;
}
#header-content {
    position:relative;
    color:black;
    text-align:center;
}

/*###################TEXT FORMATTING#################*/

#span-statement-of-purpose-title {
    color:black;
    font-family: times-new-roman;
    text-decoration: underline;
    font-size:20pt;
    position:relative;
    top:20px;
    left:20px;
    text-align:center;
}
#span-statement-of-purpose {
    color: black;
    position: relative;
    top:40px;
}

/*#################GLOBAL DEFINITIONS###################*/

ul.none {list-style-type: disc}
