body {
 background-image: url("images/pattern_hands.gif");
}

#leon_menu {
 background-image: url("images/leon_background.jpg");
}

#novels_menu {
 background-image: url("images/novels_background.jpg");
}

#misc_menu {
 background-image: url("images/misc_background.jpg");
}

#center_column {
 background-image: url("images/notepaper_middle.gif");
 background-position: 0 70px;
 background-repeat: repeat-y;
}

#title {
 position: relative;
 top: 26px;
/*  left: 80px; */
 z-index: 10;
}

#center_column #title span {
 /* hide the text version of the title */
 display: none;
}

#image_cover {
 width: 256px;
 position: absolute;
 margin-top: 15px;
 margin-left: 276px;
 z-index: 10;
}

#image_cover p {
 margin-right: 24px;
}

#page_top {
 margin: 0;
 height: 70px;
 background-image: url("images/notepaper_top.gif");
 background-repeat: no-repeat;
}

#page_middle {
 height: 512px;
}

#page_bottom {
 margin: 0;
 height: 42px;
 background-image: url("images/notepaper_bottom.gif");
 background-repeat: no-repeat;
}

#text_column {
 overflow: auto;
 margin: 0;
 width: 400px;
 position: relative;
 margin-top: 40px;
 left: 40px;
 z-index: 5;
}

#footer_image {
 position: relative;
 z-index: 0;
}

#text_column #spacer {
 width: 166px;
 height: 420px;
 float: right;
}

#colophon {
 top: 590px;
 margin-left: -20px;
 width: 150px;
 background: #524328;
}

#colophon p {
 border-color: #8C7444;
}

#contact a:link {
 color: #DACCAC;
}

#email_icon {
 background-image: url("../images/email_icon_03.gif");
}
