body {
	background-image: url(images/background.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: White;
	font-family: Bookman Old Style, 'Times New Roman', serif;
	color: Black;
	margin: 0px;
}
 
body.full-size	{
	background-color: White;
	background-image: url(images/underh1.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Bookman Old Style, 'Times New Roman', serif;
	color: Black;
	margin: 0em;
}
div.full-size	{
	margin:1em;
	background-color:white;
}
p.full-size	{
 	margin:	.4ex 1em 1em 1em;
	text-align: center;
}

img.logo	{
	position: absolute;
	top: 5px;
	right: 5px;
	border: double 5px #FAE5A4;		
}

div#RHS	{
	position: absolute;
	top: 110px;
	right: 0px;
	width: 150px;
	margin: 0px 5px 5px 10px;	
	padding: 0ex 0ex 1ex 1ex;
   font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	}
@media print {
	div.RHS {display: none;}
	p	{font-size:12pt;}
	h2 {display:inline;}
	div.main	{
		width: auto;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
.main {
 background: White;
 margin: 0px 160px 0px 0px;
 padding: 1em;	
}

.cartouche {
	padding:1em;
	margin: 20px;
	background-color: #374977;
	color: White;
	font-weight: bold;
	border: 5px double #FAE5A4;
}

.boxed {
	padding:1em;
	margin: 20px;
	background-color: #FFF0C0;
	color: Black;
	border: 5px double #374977;
}

/* This includes the Box Model Hack -- see http://tantek.com/CSS/Examples/boxmodelhack.html */

h1 {
	font-size: 290%;  
	font-weight: normal;
   font-family: Willing Race,'Times New Roman', serif;
	color: #FAE5A4;
	background: #374977;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px;
	height: 90px;
}
* html body h1 { /* IE only */
	height: 110px;
}
h1.homepage	{
	font-size: 200%;
   font-family: 'Times New Roman', serif;
	font-weight:bold;
}
h1.homepage strong  {
	font-size: 160%;
	font-weight:normal;
}
h1.homepage em  {
	font-size: 150%;
	font-weight:normal;
}

.firstlet	{
	
}

h2 {
	font-size: 180%; 
   font-family: 'Times New Roman', serif;
	color: #374977;  
	background: #FAE5A4;
	margin-top: 0ex;
	margin-bottom: 0ex;
	padding: 1px 5px;
}
h2.strapline {
	font-size: 180%; 
   font-family: 'Times New Roman', serif;
	color: #374977;  
	background: #FAE5A4;
	margin-top: 0ex;
	margin-bottom: 0ex;
	padding: 1px 5px;
	text-align:left;
	clear:right;
}

h3 { 	
	font-size: 140%;  
	color: #374977; 
}

h4 { 	
	font-size: 120%;  
	color: #374977; 
}

a:link {
	color: Blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: Red;
	}

a:visited {
	color: #374977;
}

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


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

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


p.caption 	{
	margin:1em 0em 0em 10px;
	font-size: 80%;
}

 p.here {
	margin: 5px;
	color: #374977;
	border : 3px double #374977;
	padding: 3px 5px;
	background-color: #FAE5A4;
}

p.item {
	margin: 5px;
	border: double 3px #FAE5A4;
	background-color: #374977;
}

a.item:link, a.item:visited {
	color: White;
	background-color: #374977;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	width: 124px;
}

a.item:hover	{
	color: #374977;
	background-color: White;
	padding: 3px 5px;
	text-decoration: None;
	display: block;	
	width: 124px;
}

* html body a.item:hover	{ /* IE only */
	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: #374977;
	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;
}
p.standfirst	{
	font-size:111%;
}
img.photo	{
	border: 2px double #CFB53B;
	}
span.reserved	{
	font-weight:bold;
	color:blue;
}
span.sold, p.error {
	font-weight:bold;
	color:red;
}
/* This for FCKeditor */
div.edit	{
	color: Black;
	padding: 1em;
	background-color: White;
}	
table.purchases, table.purchases td	{
	border: 1px solid silver;
	border-spacing:0;
}
table.purchases	{
	margin:1em auto;
}
table.purchases td	{
	vertical-align:bottom;
	margin:0;
	padding:3px;
}
.red	{
	color: Red;
}