body {
	background: #54546E;
	background-image: url(chazhead.jpg);
	margin: 0px;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	}
	
.main {
	margin: 0px 12%;
	background: White;
	padding: 20px;
	color: Black;
}	

/* Hides from IE5-mac \*/
* html .main {
	height: 1%;
	margin-top:-1ex;	
}
/* End hide from IE5-mac */

p.breadright {
	position: absolute;
	top: 1ex;
	right: 1ex;
	text-align: right;
	background-color: White;
	padding: 5px;
}

p.breadleft {
	position: absolute;
	top: 1ex;
	left: 1ex;
	text-align:left;
	background-color: White;
	padding: 0.5ex 3ex;
}

p.faqright {
	position: absolute;
	top: 13ex;
	right: 3ex;
	text-align: right;
	background-color: White;
	padding: 0.5ex 3ex;
}

p.faqleft {
	position: absolute;
	top: 13ex;
	left: 3ex;
	text-align:left;
	background-color: White;
	padding: 5px;
}

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #54546E;
	text-align: center;
	margin-top: 2ex;
	clear: both;
  }
  
h1.menu {
	color: White;
		margin-top: 2ex;
}
  
h2 	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #54546E;
	text-align: center;
  }
  
h2.menu {
	color: White;
		margin-top: 2ex;
}
  
h3  	{
	font-size: 150%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
  }

a:hover, a.blog:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #C000C0;
		}

a:link, a.blog:link {
		font-weight: bold;
		text-decoration: none;
		color: #800080;
	}
			
a:visited, a.blog:visited {
		font-weight: bold;
		text-decoration: none;
		color: #54546E;
	}

hr {
	color: #54546E;
	background-color: #54546E;
	border: 0;
	height: 2px;
	margin: 20px;
}

.blog { 
	background-color: White;
	font-family: palatino, bookman old style, serif;  
	color: Black;  }

.cartouche {
	background-color: #EDE5ED;
	color: Black;	
	margin: 5%;
	padding: 10px;
	border: double 3px #54546E;
  }
  
 .mapleft {
 	width: 43%;
	float: left;
  	background-color: White;
	color: Black;	
	margin: 0px 5px 10px 10px;
	padding: 10px;
	border: double 3px #54546E;
  }
  
   .mapright {
 	width: 43%;
	float: right;
  	background-color: White;
	color: Black;	
	margin: 0px 10px 5px 5px;
	padding: 10px;
	border: double 3px #54546E;
  }
  
p.review	{
	margin: 1em 2em 0em 2em;
}

p.reviewer	{
	margin: 0em 2em 0em 10em;
	font-style: italic;
}

p.caption {
	margin-top: 2px;
	font-size: 80%;
}

p.credits {
	font-size: 80%;
}

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

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


dt {
 	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 1ex;
}

table {
	background-color: #EDE5ED;
	border: double 3px #54546E;
	text-align: center;
	margin: -2px 20px;
 }

table.sales	{
		background-color: white;
		border: none;
		text-align: left;
		margin: 0em;
}
	
table.sales td {
		vertical-align: middle;
		font-size: 90%;
}
	
table.sales form {
		display: inline;
}

table.prismata	{
		background-color: white;
		border: none;
		margin: 0em;
}

img		{
	border: none;
}

img.coverleft   {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 4px double Silver;
}

img.coverright   {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 4px double Silver;
}

div.bookshelf	{
	float: left;
	width: 200px;
	min-width: 200px;
	padding: 5px;
	margin: 0ex 1ex 1ex 0ex;
	border: 4px double Silver;
}

	
