body
  {
	  background-color:#e0837c;	  
	  color:#000000;
	  font-family: "CurlzMT", serif;
	  font-size:18px;
	  text-align:center;
	  }
	  		
p
  {
	margin:3px;
  }

img.menu 
	{
	  z-index:0;
	}

.header
	{
	  background-image:url(images/banners/banner2.jpg);
	  background-repeat:no-repeat;
	  width:1000px;
	  height:257px;
	  border:medium ridge #000;
	}
		
.content
	{
	  /*background-image:url(images/backgrounds/rightcolumn1.jpg);*/
	  background-color:#fddbeb;
	  width:717px;
	  height:1100px;
	  /*border:medium ridge #000;*/
	  padding:15px 30px 0px 20px;
	  overflow:scroll;
	  float:right;	
	  clear:left;
	}

.content a
	{
	  display:inline;
	  text-decoration:none;
	}
.menu	{
	  /*background-image:url(images/backgrounds/leftcolumn.gif);*/
	  background-color:#fddbeb;
	  color:#fffadc;
	  width:228px;
	  height:1097px;
	  /*border:medium ridge #000;*/
	  padding:15px 3px 3px 10px;	  
	  margin:0px 0px 4px 0px;
	}
.menu a
	{
	  display:block;
	  z-index:3;	
	}		    
.footer
	{
		position:relative;
		bottom:10px;
		clear:both;		
		margin:20px;
		border:2px double black;	
	}


.left
 	{
	 display:block;
	 text-align:left;	 
	 float:left;
	 clear:left;
	 margin:0;
	 padding:10px;	
 	}
 	
.right
	{
	 float:right;
	 clear:right;
	 padding:10px;
	}

#menulist
	{
	  margin-left:auto;
	  margin-right:auto;
	  text-align:center;
	}
	

#pagecentre
	{
	  margin:auto;
	  text-align:center;
	  width:1007px;	
	}
#strike
	{
	  text-decoration:line-through;
	}
#italic
	{
	  font-style:italic;
	}
#under
	{
	  text-decoration:underline;
	}

#center
	{
	  margin-left:auto;
	  margin-right:auto;
	  text-align:center;
	}
	
#imgcenter
	{
	  margin-left:auto;
	  margin-right:auto;
	  text-align:center;
	}
	
#red
{
  background-color:red;
  margin:auto;
  text-align:center;
}

#red-over
{
  background-color:red;
  font-size:200%;
  position:relative;
  top:-400px;
  left:-500px;
  text-align:right;
}
#red-over1
{
  background-color:red;
  font-size:200%;
  position:relative;
  top:-380px;
  left:-100px;
  text-align:center;
}
	
	
