/* ABOUT: css stylesheet developed by Dr Adam Moolna for GIANT-TORTOISE.co.uk */
/* USE: screen display */
/* DATE: first developed 28th November 2009; latest version 4th November */


	
/* set margins */

	html, body
	{
	height: 100%;
	margin: 0;
	padding: 0;
	}


/* PAGE STYLING */
	
	body
	{
	background-image: url('paper-white.gif');
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height: 150%;
	}

	.italics
	{font-style: italic;}

	.spacer {
	clear:right;
	}

	.img_float{
	float: right;
	width: 50%;
	padding: 5px;
	margin: 0 0 5px 5px;
	}

	h1, h2, h3 {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	}

	h1 {
	font-size: 130%;}

	h2 {
	font-size: 115%;}

	h3 {
	clear: right;
	font-size: 105%;
	}

	p {
	font-size: 100%;
	clear:right;
	}	


/* FRAME STYLING */

/* Logo */
	
	#GT
	{
	z-index: 11;
	position: relative;
	top: 0px;
	height: 40px;
	width: 250px;
	}

	#sub
	{
	display: none;
	}

	#sitemeter
	{
	display: none;
	}


/* banner */

	#banner
	{
	display: none;
	}

	


/* header */

	#header
	{
	display: none;
	}


/* Set frame to 100% fit, fixed & at the front */

	#brush
	{
	display: none;
	}


/* MAIN PAGE */


/* menu */

	#menu1 {
	z-index: 10;
	position: relative;
	left: 0px;
	height: auto;
	font-size:14px;
	padding-top: 20px;
	}

	#menu2 {
	z-index: 10;
	position: relative;
	left: 0px;
	height: auto;
	font-size:14px;
	padding-top: 20px;
	}

	ul {
	margin:0px;
	padding:0px;
	}

	ul li {
	height: 25px;
	line-height: 25px;
	list-style: none;
	padding-left: 10px;
	}  

	ul a:link, ul a:visited, ul a:active {
	text-decoration: none;
	color:black;
	}

/* version */

	#version {
	display: none;
	}


/* W3C */

	#W3C {
	display: none;
	}





/* CONTENT DIVISIONS */

/* Content container to fit within frame */
	#content {z-index:15; position:relative; top: 10px; height:auto; width:auto;}
	.image_float {
	float:left;
	width: 50%;
	margin: 0 0 5px 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	clear:left;
	}
