div#wrapper {
   position: relative;
   width: 750px;
   margin: 15px auto;
   height: 100%;
}

body {
   background-image: url(graphics/back.png);
   background-repeat: repeat-x;
   background-color: #3d3d3d;
   margin: 0px;
   font-size: 11px;
   font: .90em Arial, Helvetica, sans-serif;
}
img.clickable { cursor: pointer; }
img { border: 0; }
area { cursor: pointer; }

img#homeButton {
   position: absolute;
   left: 244px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#bioButton {
   position: absolute;
   left: 291px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#newsButtonGraphic {
   position: absolute;
   left: 326px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#calendarButtonGraphic {
   position: absolute;
   left: 373px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#photoButton {
   position: absolute;
   left: 438px;
   top: 107px;
   cursor: pointer;
   z-index: 3;
}

img#mediaButtonGraphic {
   position: absolute;
   left: 496px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#communityButtonGraphic {
   position: absolute;
   left: 546px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#onlineStoreButton {
   position: absolute;
   left: 626px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#contactButtonGraphic {
   position: absolute;
   left: 678px;
   top: 106px;
   cursor: pointer;
   z-index: 3;
}

img#musicNotes {
   position: absolute;
   top: 176px;
   left: 675px;
   z-index: 2;
}

img#headline {
   position: absolute;
   top: 196px;
   left: 412px;
   z-index: 2;
}

img#sidePic {
   position: absolute;
   top: 290px;
   z-index: -1;
}

img#frameTopper {
   position: relative;
   top: 40px;
   z-index: 1;
}

img#frameFooter {
   position: relative;
   top: -20px;
   z-index: 1;
}

div#bookmarkButton {
   position: relative;
   top: 40px;
   z-index: 2;
   text-align: center;
   font-size: 12px;
   font: 0.95em "palatino linotype", "comic sans ms", arial, sans-serif;
   color: white;
}

iframe {
   position: relative;
   top: 40px;
   z-index: 1;
}

div#footerLeft {
   position: relative;
   font-size: 8px;
   font: .6em Arial, Helvetica, sans-serif;
   top: -10px;
}

div#footerRight {
   position: relative;
   font-size: 8px;
   font: .6em Arial, Helvetica, sans-serif;
   text-align: right;
   top: -23px;
}