<!--
/* Default style of the page. */
body {
    background-image: url(images/main_background.jpg);
}
body td, tr {
    font-family: "Times New Roman", serif; 
    font-size: 102%;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    line-height: normal;
}
.logorow {
    background-color: #F5DE81;
    background-image: url(images/paper.jpg);
}
.leftcolumn {
    background-color: #834643;
    background-image: url(images/left_side.jpg);
    background-repeat: repeat-y;
    vertical-align: top;
}
.menurow {
    color: #FFFFFF;
    background-color: #6B393D;
}
.maincontent {
    background-color: #F9F5E4;
    background-image: url(images/main_background.jpg);
    font-weight: bold;
}
.maincell {
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.breakoutbox {
    color: #333333;
    font-size: 90%;
    font-weight: normal;
    background-color: #C6A45D;
    background-image: url(images/sidebar_background.jpg);
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.breakoutbox2 {
    color: #333333;
    font-size: 90%;
    font-weight: normal;
    background-color: #EBDCBF;
    background-image: url(images/prints_background.jpg);
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.innertable {
    color: #333333;
    font-size: 96%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.with_border {
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
}
.shared_link {
    color: #333333;
    font-size: 80%;
    text-align: center;
    vertical-align: top;
}
.bbheading {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}
.next_previous {
    font-size: 100%;
    color: #6B393D;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.emphasized {
    font-weight: bold;
}
.right_margin {
    margin-right: 20px;
}
.webuybooks {
    margin-left: 20px;
}
.photo_on_left {
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.photo_on_right {
    margin-left: 20px;
    margin-bottom: 20px;
}
.quote {
    color: #534123;
    font-size: 90%;
    background-color: #DFCDA4;
    text-align: right;
}
.copyright {
    text-align: left;
    color: #6B393D;
    font-weight: bold;
}
.site_design {
    text-align: right;
    color: #6B393D;
    font-weight: bold;
}
.centered {
  text-align: center;
}

/* Default style for links. */
a {
    color: #254AA2;
    text-decoration: none;
}
/* Style for links embedded into text. */
a.inline {
    color: #254AA2;
}
a.large_link {
    font-family: Arial;
    font-size: 115%;
    color: #6B393D;
}
/* Style for link to Usable Web Designs. */
a.uwd {
    color: #6B393D;
    text-decoration: none;
    font-weight: bold;
}
/* Style for links when the mouse is hovering over them.  Keep this at the end. */
a:hover {
    color: #777777;
}
-->
