﻿body {
    background: #5F2200;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
	font-size: 100%; /* 16px font */
	color: #FFF;
}
#wrapper {
    background: #000;
    margin-left: 22%;
    width: 774px;
}
#sitename h1 {
    text-indent: -5000px;
    background: url(images/bdsm-stories/bdsm-stories.gif) no-repeat top center;
    height: 219px;
    margin: 0;
    padding: 0;
}
#spread {
    margin: 0 20px;
    padding: 10px 19px;
}



/* right side */
#info {
    width: 60%;
    float: right;
}
h2 {
    margin: 0 40px 0 0;
	font-family: "Times New Roman", serif;
}
#info p {
    font-family: Arial, sans-serif;
}
#order p{
    color: #300;
    background: #363;
    padding: 2px 10px 4px 10px;
    margin: 40px 0 0 0px;
    text-align: center;
    line-height: 15px;
    font-family: Arial, sans-serif;
    font-size: 13px !important;
	font-weight: bold;
}
#order a{
    color: #FFF;
}
#order a:hover {
    text-decoration: none;
    font-size: 14px !important;
}


/* book cover */
#book {
	position: fixed;
	bottom: 0;
	left: 0;
}



/* left side */
#left {
    width: 35%;
	text-align: center;
	position: relative;
	top: -100px;
	z-index: 2;
}
img {
    border: none;
}
#left p {
    font-size: 1.3em;
    line-height: 1.1;
    text-align: center;
    padding: 0.125em;
	color: #5F6CFF;
	font-family: "Times New Roman", serif;
}
#colchange {
    color: blue;
}
#left a {
    color: #8F3FFF;
    font-family: Arial, sans-serif;
    font-size: 1em;
	font-style: italic;
	line-height: 32px;
}
#left a:hover {
    font-size: 1em;
	text-decoration: none;
}
table {
    font-family: Arial, sans-serif;
	margin: 30px 0 0 10px;
    color: #933;
}
td {
    padding: 2px;
    font-size: 12px;
	text-align: left;
}
caption {
    font-variant: small-caps;
    font-size: 13px;
}


/* footer */
#footer {
    padding: 0 0 0 0;
    font-size: 0.8em;
    font-variant: small-caps;
    letter-spacing: 0.2em;
	clear: both;
	text-align: center;
}
#footer a {
    text-decoration: none;
    color: #666;
}


strong {
    font-weight: bold;
}

