@charset "UTF-8";
/* CSS Document */

body {
text-align: center;
margin: 0px;
padding: 0px;
background-image: url(../images/desk.png);
background-repeat: repeat;
}

div#binding {
background-image: url(../images/spiral_Most.png);
background-repeat: repeat-y;
width: 80px;
height: 996px;
position: absolute;
top: 35px;
left: 0px;
z-index:1;
}

div#content {
background-image: url(../images/grid.gif);
background-repeat: repeat;
width: 700px;
height: 996px;
position: absolute;
left: 70px;
top: 35px;
z-index: 10;
}


div#stickies {
position: absolute;
top: 150px;
left: 900px;
}

div#stickies img {
border: none;
}

img#logo {
margin-top: 25px;
}

.navli {
margin-left: 50px;
font-size: 24px;
line-height: 100px;
}
li.MeaningfulRemembrances {
margin-left: 50px;
margin-top: 30px;
margin-bottom: 30px;
font-size: 24px;
line-height: 40px;
}

ul#about_subNav {
position: relative;
top: 90px;
}
ul#grants_subNav {
position: relative;
top: 370px;
}
ul#donate_subNav {
position: relative;
top: 350px;
}
ul#alumni_subNav {
position: relative;
top: 450px;
}

div#home_sheet {
background-color: #b3585d;
position: absolute;
top: 45px;
left: 480px;
width: 300px;
height: 975px;
z-index: 6;
}

div#about_sheet {
background-color: #f59b66;
position: absolute;
top: 45px;
left: 480px;
text-align: left;
width: 300px;
height: 975px;
z-index: 5;
}

div#grants_sheet {
background-color: #78af53;
position: absolute;
top: 45px;
left: 480px;
text-align: left;
width: 300px;
height: 975px;
z-index: 4;
}

div#donate_sheet {
background-color: #d6d561;
position: absolute;
top: 45px;
left: 480px;
text-align: left;
width: 300px;
height: 975px;
z-index: 3;
}

div#alumni_sheet {
background-color: #8c55af;
position: absolute;
top: 45px;
left: 480px;
text-align: left;
width: 300px;
height: 975px;
z-index: 2;
}

ul#tabs {
width: 59px;
position: absolute;
top: -6px;
left: 735px;
z-index: 8;
list-style: none;
}

ul#tabs img {
border: none;
}
li#home_tab {
position: relative;
margin-top: 50px;
z-index: 6;
}
li#about_tab {
position: relative;
margin-top: -50px;
z-index: 5;
}
li#grants_tab {
position: relative;
margin-top: -50px;
z-index: 4;
}
li#donate_tab {
position: relative;
margin-top: -50px;
z-index: 3;
}
li#alumni_tab {
position: relative;
margin-top: -50px;
z-index: 2;
}
div#more {
position: fixed;
bottom: 20px;
left: 850px;;
}
span#darr {
font-size: 24px;
}

div#space {
height: 33px;
text-align: center;
font-size: 12px;
position: absolute;
top: 1040px;
left: 230px;
}

h1{
color: #000066;
margin-bottom: -15px;
}
h2{
color:#000066;
}
div#innercontent {
width: 650px;
margin-left: auto;
margin-right: auto;
}

