body {
	/*background: rgb(140, 160, 200);*/
}

body, td {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

body * {
	text-align: left;
}

h1 {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	font-size: 60px;
	/*font-family: Georgia, "Times New Roman", times, serif;*/
	font-family: Verdana, Geneva, sans-serif;
}

ul#navigation {
	padding: 0;
	margin-top: 0;
	width: 100%;
	text-align: center;
	list-style-type: none;
}

ul#navigation li {
	padding: 0;
	margin: 0 0.4em;
	height: 16px;
	display: inline;
	font-family: Georgia;
}

ul#navigation a {
	padding: 4px 0 4px 24px;
	color: #99f;
	text-decoration: none;
	
	text-transform: uppercase;
	
	background-repeat: no-repeat;
	background-position: 3px center;
	background-image: url(bullet.gif);
	
	font-size: 0.7em;
}

ul#navigation a:hover {
	color: #009;
	text-decoration: underline;
}

ul#navigation a.current {
	color: #333;
	text-decoration: underline;
}

/*
ul#navigation a#home	{ background-image: url(icons/home.png); }
ul#navigation a#bio	{ background-image: url(icons/bio.png); }
ul#navigation a#novels	{ background-image: url(icons/novels.png); }
ul#navigation a#reviews	{ background-image: url(icons/reviews.png); }
ul#navigation a#antiego	{ background-image: url(icons/antiego.png); }
ul#navigation a#contact	{ background-image: url(icons/contact.png); }
*/

h2 {
	text-align: center;
	margin: 0.5em auto 0 auto;
	width: 600px;
	color: #966;
	
	font-size: 1.5em;
}

span.box {
	margin: 1.5em auto 0 auto;
	font-size: 18px;
}

div#container { position: relative; width: 770px; margin: 1em auto; padding: 1em; text-align: center }

#border_creator1, #border_creator2 {
	position: absolute;
	border-color: #edebd5;
	border-style: double;
	border-width: 0px;
	width: 40px;
	height: 40px;
}

#border_creator1 {
	top: 0;
	left: 0;
	border-top-width: 3px;
	border-left-width: 3px;
}

#border_creator2 {
	bottom: 0;
	right: 0;
	border-bottom-width: 3px;
	border-right-width: 3px;
}

p {
	font-size: 14px;
	padding-left: 1.5em;
	padding-right: 3em;
	
	text-indent: 3em;
}

ul#antiego li {
	font-size: 14px;
	margin-bottom: 1em;
}

div.bodytext {
	border-left: 3px solid rgb(230, 230, 255);
	margin-left: 1.5em;
	padding-bottom: 0.5em;
}

p.intro {
	font-size: 13px;
	font-style: italic;
	background: rgb(230, 230, 255);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 0;
}

p.intro cite {
	font-style: normal;
}

img.floater {
	float: right;
	margin: 1em 0 1em 1em;
	padding: 3px;
	border: 1px solid #ddd;
}

a img {
	border: 0;
}

a, a:visited {
	color: blue;
}

h3 {
	font-size: 1.3em;
	margin: 0.5em 3em 0.5em 0.75em;
	text-indent: 0;
	border-bottom: 2px dotted rgb(170, 170, 255);
}

p.review {
	padding-left: 1em;
	text-indent: 0;
}

p.source {
	padding-left: 300px;
	text-indent: 0;
	font-size: 0.8em;
}