/* CSS Created by Shaun Bellis on Behalf of www.homefarmcrafts.com */
/* For more information please contact www.shaunbellis.co.uk*/
/* Copyright July 2007 - All rights reserved */

/* ================================================================================================= */

/* Changes the link colours */
a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color:#990000; text-decoration: none;}
a:active {color: black; text-decoration: none;}

/* ================================================================================================= */

/* Defines the attributes of the background */
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%; }

/* ================================================================================================= */

/* To be used for all normal headers in content */
.header {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	colour: #000000;
	font-size: medium; }

/* ================================================================================================= */

/* Defines the style of the main menu */
.menumain {
	font-family: Arial, sans-serif;
	colour: #000000;
	font-size: 18; }

/* ================================================================================================= */

/* Defines the style of the bottom menu - which is a mirror of the main */
.menubottom {
	font-family: Arial, sans-serif;
	font-size: 14px; }

/* ================================================================================================= */

/* Defines the style of the links - not sure where I've used this one tho */
.links {
	font-family: Arial, sans-serif;
	colour: #000000; }

/* ================================================================================================= */

/* Defines the style of the sidebar links */
.sidebarlinks {
	font-family: Arial, sans-serif;
	colour: #000000;
	font-size: 12px; }

/* ================================================================================================= */

/* Defines the style of the standards and copyright info */
.standardsinfo {
	font-family: Arial, sans-serif;
	font-size: 12;
	colour: #000000; }

/* ================================================================================================= */

/* Defines the style of the advert bit at the bottom of each page and the top of page ref */
.createdby {
	font-family: Arial, ans-serif;
	font-size: 10;
	color: #999999;}

/* ================================================================================================= */
	
/* Defines the style of the main content */
.content {
	font-family: Arial, sans-serif;
	colour: #000000;
	text-align:left; }
	
/* ================================================================================================= */

/* Defines the style of the main headers */
.headertop {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	colour: #000000; }
	
/* ================================================================================================= */
/* END OF CSS DOCUMENT */
