body {
 	background-image: url(images/sidebar.gif);
 	background-position: left;
 	background-repeat: repeat-y;
 	background-color: #FFF7DE;
	color: #6A4E1C;
	font-family:Garamond,'Times New Roman',serif;
	margin: 0px;
}

div.sidebar	{
	float: left;
	width: 120px;
}
div.main	{
	margin: 0px 1em 1em 120px;
	padding-left: 1em;
}

/* The style of the "Set sound off/on" button */
p.sound-button	{
	position: absolute;
	margin:-3px;
	top: 	10px;
	right: 10px;		
}

/* The style of the smaller "Set sound off/on" button */
p.sound2-button	{
	position: absolute;
	margin:-3px;
	top: 0px;
	right: -3px;		
}

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: 'Monotype Corsiva', Vivaldi, 'French Script MT', arial, hevetica, sans-serif;
	color: #FFF7DE;
	background: #D10303;
	text-align: left;
	margin: 0px 0px 10px 120px;
	padding: 15px 25px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 75px;
}

h1 a:link {
	color: #FFF7DE;
	text-decoration: none;
}

h2 {
	font-size: 200%;  
	font-weight: bold;
	font-family: 'Monotype Corsiva', Vivaldi, arial, hevetica, sans-serif;
	color: #D10303;
	text-align: center;
}

/* this is a copy (more-or-less) of the Lykewake site sidebar */
div.menu {
	width: 95px;
	font-size: 80%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #FFF7DE;
	font-weight: bold;
}

a.menu, span.here {
	padding: 1px 1px 2px 3px;
	display: block;
	text-decoration: none;
}
a.menu:link, a.menu:visited	{
	background-color: #D10303;
	border: 3px #FFF7DE double;
	margin-right:1px;
	color: #FFF7DE;
}
a.menu:hover, a.menu:active, span.here {
	background-color: #FFF7DE;
	border: #D10303 3px double;
	margin-right:0px;
}

a.menu:hover	{
	color: Black;
}

a.menu:active, span.here{
	color: #6A4E1C;
}

.cartouche {
	padding:1em;
	background-color: #FFF7DE;
	border: 5px double #D10303;
}

div.mapleft  {
  float: left;
  width: 40%;
  padding: 1ex;
  background-color: #FFF7DE;
  border: 5px double #D10303;
  margin-bottom: 2em;
}

.mapright  {
  float: right;
  width: 40%;
  padding: 1ex;
  background-color: #FFF7DE;
  border: 5px double #D10303;
  margin-bottom: 2em;
}

p.review	{
	margin: 1em 2em 0em 2em;
}

p.reviewer	{
	margin: 0em 2em 1em 2em;
	font-style: italic;
	text-align: right;
}

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: left;
}

p.clearright	{
	font-size: 1px;
	margin: 0px;
	clear: right;
}

hr {
	color: #D10303;
	background-color: #D10303;
	border: 0;
	height: 3px;
	text-align: center;
	margin: 10px 30px;
}

.credits   {
	font-size: 70%;
	font-family: Verdana, Helvetica, arial, sans-serif;
	}
	
p.caption 	{
	font-family: Helvetica, Arial, sans-serif;
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}

dt	{
	font-weight: bold;
}

