body {
	background: #808080 url(images/smokestack.jpg);
	font-family: 'Times New Roman', serif;
	color: Black;
	margin: 30px;
	cursor: url(/smoke.cur), default;
}
	
img.logo	{		
	float:left;
	margin:0px;
}

.cartouche {
	padding:1em;
	background-color: #F0F0F0;
	border: 5px double #ED0029;
	zoom: 1; /*This cures the cartouche running to the left margin syndrome in IE - God knows why.*/
}

/* This includes the Box Model Hack -- see http://tantek.com/CSS/Examples/boxmodelhack.html */
h1 {
	font-size: 400%;  
	font-weight: normal;
	font-family: arial, hevetica, sans-serif;
	color: White;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 75px;
}

h2 {
	font-size: 250%; 
	font-weight: bold;
	color: Black;  
	margin-top: 0em;
	margin-bottom: 0em;
}

h3 { 	
	font-size: 150%;  
	font-weight: bold;
}

h4 { 	
	font-size: 120%;  
	font-weight: bold;
}

h1.books {
	font-size: 400%;  
	line-height: 80px;
	font-weight: normal;
	font-family: arial, hevetica, sans-serif;
	color: White;
	text-align: center;
	border: 5px double #ED0029;
	margin: 0em 0em 0em 125px;
	padding:20px;
}

h1.longbooks {
	font-size: 340%;  
	line-height: 80px;
	font-weight: normal;
	font-family: arial, hevetica, sans-serif;
	color: White;
	text-align: center;
	border: 5px double #ED0029;
	margin: 0em 0em 0em 125px;
	padding: 20px 2px;
}

div.longestbooks	{
	
	border: 5px double #ED0029;
	margin: 0em 0em 0em 125px;
}
* html div.longestbooks	{
	height: 125px;
}
div.longestbooks h1 {
	font-size: 340%;  
	line-height: 90%;
	font-weight: normal;
	font-family: arial, hevetica, sans-serif;
	color: White;
	text-align: center;
	padding: 10px 2px;
	margin: 0px 0px 20px 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: auto;
}

div.cover {
	float: right;
	width: 200px;
	min-width: 200px;
	background-color: #E6E6E6;
	text-align: center;
	padding: 1em;
}

a:link {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #A6021D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ED0029;
	}

hr {
	color: #ED0029;
	background-color: #ED0029;
	height: 3px;
	margin: 10px 20px;
}

span.imprint {
	font-size: 120%;
	font-weight: bold;
}

p.review	{
	margin-bottom:0em;
}

p.reviewer	{
	margin-top:0em;
	text-indent: 5em;
}

.verse   {
	padding:1em;
	background-color: White;
	border: 5px double #ED0029;
	width: 43%;
}

p.poem	{
	margin-left: 1em;
	margin-bottom:0em;
}

p.poet	{
	margin-top:0em;
	text-indent: 5em;
	font-style: italic;
}

p.caption 	{
	margin:1em 0em 0em 10px;
	font-size: 90%;
	text-align: center;
}

#navbar	{
	border: 5px double #E6E6E6;
	background: #ED0029;
	padding:1ex;
}

p.here {
	margin: 3px;
	color: Black;
	font-weight: bold;
	line-height: 150%;
	background-color: #E6E6E6;
	border : double #A6021D;
}

p.item {
	margin: 3px;
	color: White;
	font-weight: bold;
	line-height: 150%;
	background-color: #A6021D;
	border : double #E6E6E6;
}

a.item:link, a.item:visited {
	color: White;
	font-weight: bold;
	background-color: #A6021D;
	display: block;
	text-decoration: none;
	width:100%;
}

a.item:hover, a.here:hover {
	color: White;
	font-weight: bold;
	background-color: #ED0029;
	text-decoration: None;
	display: block;
	width: 100%;
}

div.signup	{
	padding:1em;
	background-color: White;
	border: 5px double #ED0029;
}

h3.signup	{
	text-align:center;
	margin:	0em;
}

.input-box {
	margin: 3px;
	color: Black;
	background: White;
	border: #808080 solid 1px;
	display:inline;
}
.submit-button {
	clear: both;
	font-weight: bold;
	color: #FFF;
	background: #ED0029;
	border: 2px #808080 outset;
	margin-top:5px;
	font-size:75%;
	display:inline;
}

p.clear	{
	font-size: 1px;
	margin-top: -3ex;
	clear: left;
}

p.clearright	{
	font-size: 1px;
	margin-top: -3ex;
	clear: right;
}

dl  {
	margin-left: 3em;
}

dt {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0.3ex;
}