/* 
----------------------------------------------------------
The styles for this site have been seperated out into a set of style sheets, 
the function of each being fairly self explantory;

body.css = page body - this is seperate as body is a bid of a layout, text and background graphic hybrid

layout.css = main div elements and the positioning of the main 'architectural' features eg home/logo button

text.css = all the text formating 

graphics.css = the positioning of all images, photos etc which form part of the site content , 
(ie not backgrounds to div elements, navigations rollovers etc)

navigation.css = the look of hyper-links and navigation 'buttons' (including rollover states, backgrounds etc)

-----------------------------------------------------------
*/


body
	{
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	background-color: #96bc33;
	color: #333300;
	}
	
td
	{
	text-align: center;
	vertical-align: bottom;
	}
	
img
	{
	border: 1px solid #FFFFFF;
	}	
	
	
/* 
----------------------------------------------------------
Created by www.lunaria.co.uk
--------------------------------------------------------------
*/
	

