/* CSS Document */
/* Background */
html {
  background: #e3dcc3 url(./picture_library/basics/gif/manuscript.gif) repeat 0 0;
  color: #61300d;
}

/* Page setup and structure */

div#page {
  width: 952px;
  margin: 0px 10px 0 10px;
}

div#top {
   width: 916px;
   background: url(./styles/header.gif) no-repeat 0 0;
  margin: 0 auto;
  padding: 0px;
  height: 104px;
  }

div#bottom {
  width: auto;
  background: url(./styles/almond/bottom.gif) no-repeat 0 0;
  margin: 0 auto;
  padding: 0px;
  height: 120px;
}

div#content {
  width: auto;
  background: url(./styles/almond/colour.gif) repeat-y 0 0;
  margin: 0 auto;
  padding: 20px 100px 0 75px;
  height: 100%;
  text-align: left;
}

div#centre_table { 
	width: 600px;
	margin: 0 auto;
	text-align: center;
	}
	
div#stoppress { 
	width: auto;
	margin: 0 auto;
	text-align: center;
	}
	
div#validxhtml { 
	width: auto;
	margin: 0 auto;
	text-align: center;
	}

a { text-decoration: none; }
a img {border-color: transparent; }
	
h1 {
  color: #660000;
  font-size: 16pt; 
  position: static;
  text-align: right;
  left: 300px;
  top: -60px;
  width: auto;
  padding: 0;
  margin: 0;
  }
  
*.h3font { 
  font-family: "segoe print", "verdana", cursive;
  font-weight: bold;
  font-size: 12pt; 
  margin: 0px 16px;
  padding-top: 0px;
}

*.small { font-size: 8pt; }


body {
  font-family: verdana, sans-serif;
  font-size: 10pt;
  width: 952px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

*.left {
  width: auto;
  float: left;
  margin: 0.5em 1.0em 0.5em 4.0em;
  }
*.newline {
  clear: both;
}
*.centre {
  text-align: center;
}
*.leftindented {
  width: auto;
  float: left;
  margin: 0 0 0.5em 7.0em;
}

