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

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

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

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

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

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

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

#image_cover {
 position: absolute;
 top: 0px;
 width: 269px;
 z-index: 5;
}

#image_cover p {
 margin-left: 48px;
}

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

#page_middle {
 height: 1024px;
}

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

#text_column {
 margin: 0;
/*  height: 614px; */
 position: relative;
 top: 50px;
 left: 60px;
 z-index: 0;
}

#text_column #spacer {
 width: 220px;
 height: 305px;
 float: left;
}

#footer_image {
 position: relative;
 top: 128px;
}

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

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