/*  
Author: Geof Banyard
Author URI: http://www.islandofdoctorgeof.co.uk/
Date: 19th feb 2008
Notes: adapted from the style sheet used for the oriinal islandofdoctorgeof
General Refs:
http://www.csszengarden.com
http://www.ibdhost.com/contact/
http://www.w3schools.com
http://www.glish.com/css/home.asp

http://validator.w3.org/
http://en.www.mozilla.com/en/firefox/
Specific Refs:
*/

/* MAIN SECTIONS */

/* text and links */

	body {
		background: #ffffff;
		text-align:center;
		color: #000000;
		font: 12pt Garamond, Serif;
		}

	a, a:visited {
		text-decoration: none;
  		color: #7F0000;
		}

	a:hover {
		text-decoration: underline;
  		color: #CF0000;
		}

	p,h1 {
		margin:10px 0px 0px 0px;
		}

	h1 {
		font-size:14pt;
		}

	.discretetext {
		font-size: 10pt;
		}

/* layout */
	#container {
		width:740px;
		min-height:500px;
		height: auto !important;
		height: 500px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}




/* END */
