body, html {
    margin: 0px;
    width: 100%;
    height: 100%;
    color: maroon;
    font-family: "Comic Sans MS", sans-serif;
    background-color: #e8b504;
    background-image: url(rightfade.gif);
    background-position: top right;
    background-repeat: repeat-y;
}
#fader {
    background-repeat: repeat-y;
    overflow: hidden;
}
/* Evil hack to make borders nice for IE<=6 */
* html #fader {
    overflow: visible;
    overflow-x: hidden;
    height: 100%;
}
#fader {
    position: relative;
    background-image: url(leftfade.gif);
    background-position: top left;
    min-height: 100%;
}
#fader p {
    margin: 0px;
    padding-bottom: 1em;
}
#introCont {
    position: relative;
    left: 50%;
    top: 0px;
    width: 800px;
    margin-left: -400px;
}
.alternative {
    font-size: 70%;
}
#linkbar {
    margin-bottom: 20px;
}
#linkbar, .alternative {
    float: left;
    position: relative;
    left: 50%;
    text-align: left;
    clear: both;
}
#linkbar ul, .alternative ul {
    list-style: none;
    position: relative;
    left: -50%;
    margin: 0px;
    padding: 0px;
}
#linkbar li, .alternative li {
    float: left;
    position: relative;
    margin: 20px 10px 0px 10px;
}
#linkbar li a {
    margin: 0px;
}
#linkbar a, .alternative a {
    color: maroon;
    margin: 0px 10px;
}
#linkbar a.current, .alternative a.current {
    color: red;
}
#linkbar a span {
    display: block;
    text-align: center;
}
#body {
    clear: both;
    position: relative;
    left: 50%;
    width: 7in;
    margin-left: -3.5in;
}
#linkbar a {
    text-decoration: none;
}
#linkbar a:hover, .alternative a:hover {
    color: blue;
    text-decoration: underline;
}
a img {
    border: none;
}
input, textarea {
    width: 100%;
}
input#post, input#preview, input.small {
    width: auto;
}
input#verification {
    width: 40px;
}
.error {
    color: red;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
    margin-top: 0px;
}
.hr {
    height: 5px;
    font-size: 1px;
    border-top: 1px solid black;
}
.clear {
    clear: both;
}
.guestbook li, .guestbook h4 {
    margin-top: 0px;
}
.guestbook h4 {
    width: 55%;
}
.guestbook p {
    padding-left: 20px;
}
.right {
    float: right;
    display: inline;
    width: 40%;
    text-align: right;
}

