/* CSS Document */

body {font-family:Verdana, Geneva, sans-serif;
		font-size:.80em;
		color:#60401e;
		margin:0px;
			background-color:#fff7ee;
}

#bed {text-align: left;
	width: 790px;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#fff7ee;
	
}

#header { margin-top: 0px;
			margin-left:auto;
			margin-right:auto;
			background-image:url(layout/succubustop.png);
			background-repeat:no-repeat;
			height:218px;
			width:790px;
}

#nav { margin-top: 215px;
			float:left;
			margin-left:-135px;
			height:22px;
			width:auto;
			font-size:22px;
			font-family:"Georgia", Times New Roman, Times, serif;
			text-align:left;
			font-variant:small-caps;
			padding-top:0px;
			color:#211B2A;
}

#left {width: 334px; 
	margin: 218px 0px 0 0px;
	float: left;
	color:#000;
	height:237px;
	background-image:url(layout/succubusleft.png);
			background-repeat:no-repeat;
}

#content { width: 456px;
		margin-top:-40px;
			margin-left:auto;
			margin-right:5px;
		padding: 5px;
		text-align: justify;
		
}

#footer {font-family:Verdana, Geneva, sans-serif;
			text-align:center;
			padding:1px;
			color:#a77760;
}


a, a:link, a:active, a:visited {text-decoration: underline; 
	color:#724a33; 
}

a:hover, a:focus {text-decoration:none; 
		color:#aa8e6d;		
}

a.menu, a.menu:link, a.menu:active, a.menu:visited {text-decoration:none; 
	color:#a7816b;
	text-shadow: 1px 1px 3px #ffffff, -1px -1px 3px #ffffff; 
	padding:2px;
	margin-right:30px;
	
}

a.menu:hover, a.menu:focus {text-decoration:none; 
		color:#724a33;
		padding:2px;		
}

h1 {color: #aa8e6d;
		margin: 0;
	padding: 0;
	font-family: "Georgia";
	text-align: right;
	font-variant:small-caps;
	margin-bottom:-10px;
}

strong, u {color:#8d5948;
}

em {color:#291c15;
}

p.bttn {text-indent:00px;
text-align:center;
}

p {text-indent:10px;
}

p.date {text-align:right;
}


table {width:70%;
	margin-left:auto;
	margin-right:auto;
}

td {border-bottom:1px solid #728FBC;
padding:5px;
}

.clearfloat { clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.left {border: 1px solid #4C2F54;
margin:4px;
float:left;
}

img.right {border: 1px solid #4C2F54;
margin:4px;
float:right;
}

blockquote {
font-family: Georgia, serif;
font-size: 12px;
width: 90%;
margin: auto;
padding: 1.0em 40px;
line-height: 1.45;
position: relative;
color: #60401e;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 60px;
position: absolute;
left: 0px;
top: -15px;
color: #8d5948;
}

blockquote cite {
color: #8d5948;
font-size: 14px;
display: block;
margin-top: 5px;
text-align:right;
}
 
blockquote cite:before {
content: "\2014 \2009";
}