/* CSS Document */

body {
	letter-spacing: 0px;
	background-image: url(../dream/images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#Content {
	position:absolute;
	left:123px;
	top:326px;
	width:239px;
	height:322px;
	z-index:1;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9393A2;
	text-align: justify;
	list-style-type: disc;
	list-style-position: outside;
}

textarea, select, button, input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9393A2;
	letter-spacing: 0px;
	line-height: 16px;
	border: #E5D4E7 1px solid;
	background-color: #FBFBFB;
}

h1 {
	color:#CBB6CD;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	text-transform: lowercase;
	font-weight: normal;
/*	background-color: #f9f6ec; */
	background-image: url(../../Imaginary Folklore/images/grad2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


h2 {
	color:#CBB6CD;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	text-transform: lowercase;
	font-weight: normal;
/*	background-color: #f9f6ec; */
	background-image: url(../../Imaginary Folklore/images/grad2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


.date {
	font-weight: normal;
	color:#b3bdb7;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 20px;
	padding-right: 30px;
	text-align: right;
}

blockquote {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #E5D4E7;
	font-family: Arial;
	font-size: 11px;
	color: #9393A2;
	text-align: justify;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #FBFBFB;
}

.credits {
	text-align: center;
}

a, a:link, a:active, a:visited {
	color:#b5b5c3;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover {
	color:#b8bfc4;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#Navigation {
	position:absolute;
	left:394px;
	top:364px;
	width:128px;
	height:246px;
	z-index:2;
}

#Navigation a, a:link, a:active, a:visited {
	color:#b8bfc4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 6px
}

#Navigation a:hover {
	color:#b8bfc4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	padding-left: 8px;
	text-transform: lowercase;
}


img {
	border-color: #FAF6CB;
}	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

