html, body { margin: 0; padding: 0; 
			background-color: rgb(255,246,213);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size; 80%;
			line-height: 110%;}
			
h1, h2, h3	{font-family: Georgia, "Calisto MT", serif; padding: none; margin-bottom: 0px; color: rgb(119,48,0);}

h1	{font-size: 150%;}
h2	{font-size: 125%;}
h3	{font-size: 110%;}

#header {
  width: 100%;
  float: left;
}
#maincontainer {
  width: auto;
  float: left;
  font-size: 70%;
}
#nav   { padding-left: 100px; width: 100%; float: left }
#main {
  float: left;
  width: 750px;
  padding-left: 100px;

}
#footer {
  width: 100%;
  float: left;
  font-size: 70%;
  margin-left: 15px;
} 
.spacer	 { background-color: #360; width: 100%; height: 2px; clear: left }

.emphasise	{color: rgb(153,51,51);}

p	{margin-bottom: 0px;}
		
img		{border: none;padding: 2px;}

ul	{padding: none;}

tr td	{vertical-align: top;}

li	{list-style-image: url(images/rarrow.gif);}

a:link	{color: rgb(153,51,51); text-decoration: none;}
a:visited {color: rgb(204,102,102); text-decoration: none;}
a:active	{color: rgb(153,255,153); text-decoration: none;}
a:hover	{color: rgb(204,153,153); text-decoration: none;}

.headimg img	{align: center;}

.mainheading	{font-family: "Trebuchet MS";
		font-weight: bold;
		font-size: 200%;
		color: #300;}
		
.heading	{font-family: "Trebuchet MS";
		font-weight: bold;
		font-size: 150%;
		color: #930;}
		
.subheading	{font-family: "Trebuchet MS";
		font-weight: bold;
		font-size: 120%;
		color: #930;}
		
th		{color: #930;}
		
.colour1		{background-color: rgb(210,182,168);}
.colour2		{background-color: rgb(195,156,138);}
.colourh		{background-color: rgb(210,121,77)}




