/* 
----------------------------------------------------------
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 bit 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 

navigation.css = formating links in the various areas of the site 

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)

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



.validation
	{
	padding-top: 10px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.image-left-border
	{
	text-align: left;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #646F2D;
	text-decoration: none;
	}

.image-right-border
	{
	text-align: right;
	float: right;
	clear: left;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #646F2D;
	text-decoration: none;
	}
	
.image-left
	{
	text-align: left;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	}

.image-right
	{
	text-align: right;
	float: right;
	clear: left;
	margin-top: 10px;
	margin-left: 20px;
	text-decoration: none;
	}
	
.sponsor-left
	{
	text-align: left;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
	height: 202px;
	width: 117px;
	background-image: url(../decoration/sponsor-bck.gif);
	background-repeat: no-repeat;
	}

/* 
----------------------------------------------------------
Created by www.lunaria.co.uk
--------------------------------------------------------------
*/
