@charset "UTF-8";
a:link {
	color: #009933;
	text-decoration: none;
}
a:active {
	color: #009933;
	text-decoration: none;
}
#logo {
	width: 100%;
}
a:hover {
	text-decoration: underline;
	color: #9B0505;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
.book {font-size: 12px}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 14px;
	line-height: 1.5em;
}
h1 {
	font-size: 32px;
	color: #990000;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 62px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #A8BFA8;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
}
#page {
	padding: 10px 20px 15px 15px;
	background-color: #FFFFFF;
}
#head {
	background-color: #FFFFFF;
	background-image: url(http://www.katefiges.co.uk/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
#footer {
	background-image: url(http://www.katefiges.co.uk/foot.gif);
	background-position: right bottom;
	height: 35px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: "American Typewriter", sans-serif;
	font-size: 8px;
	color: #999999;
	text-align: center;
}
#content {
	left: 18px;
	width: 690px;
	text-align: justify;
}
#sidebar {
	position: absolute;
	left: 719px;
	top: 114px;
	width: 162px;
	height: 630px;
	overflow: scroll;
}
#s {
	position: absolute;
	text-align: justify;
	padding-right: 20px;
	margin-right: 20px;
}
#space {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 50px;
	text-align: right;
}
#box {
	padding: 20px;
	border: 1px solid #99CCFF;
}
.editable {
}