<!--

/****************************************
 * Farlingtonparish.co.uk               *
 ****************************************
 * Created by Jason Ashdown             *
 * Updated 19:38 17/10/2005             *
 * Contact jasonashdown2003@yahoo.co.uk *
 ****************************************/

	body {
		background-color: #EAD4FF;
		margin: 0px;
		/*font: 0.8em verdana, arial, tahoma, sans-serif;   Let make all fornts the sam - SM */
        font: 1em "century gothic",verdana, arial, tahoma, sans-serif;  */ Let make all fornts the sam - SM */
	}
	
	table {
		font-family: "century gothic",verdana, arial, sans-serif;
	}

	#header {
		background-color: #EAD4FF;
		color: #000;
	}

	#footer {
		background-color: #EAD4FF;
		color: #000;
		font-size: 0.8em;
	}

	#content {
		background-color: #FFFFFF;
		color: #000;
		width: 100%;
		height: 100%;
		margin: 1px 0 1px 0;
		padding: 0;
	}
	
	div.lines {
		border-top: 2px solid #FFFFFF;
		border-bottom: 3px solid #FFFFFF;
		height:7px;
		line-height:7px;
	}

	.main {
		padding: 15px 0 0 0;
		height:100%;
	}

	hr {
		height: 1px;
		background-color: #fff;
		color: #D5D5D5;
	}

	.fr {
		float:right;
	}

	.fullheight {
		height: 100%;
	}

	/* Box Layout */

	.box_top {
		background: url('images/box/top.gif') repeat center top;
		width:100%;
	}

	.box_left {
		background: url('images/box/left.gif') repeat-y left center
	}

	.box_content {
		/*font-size: 0.8em;  - Lets make all fonts the same SM */
		background-color: #FFFFFF;
		color: #000000;
	}

	.box_right {
		background: url('images/box/right.gif') repeat-y right center
	}

	.box_bottom {
		background: url('images/box/bottom.gif') repeat-x center bottom
	}

	/* End Box Layout */

	table.form td {
		font-size: 0.8em;
		background-color: #ECDBFB;
		color: #000000;
		padding:2px;
	} 

	input:focus, textarea:focus {background-color:#FFFFEE;color:#000000}

	a:link, a:visited, a:active { text-decoration:underline;color:#333333; font-weight:normal }
	a:hover { text-decoration:none;color:#285D8A;}

	a:link img, a:active img, a:visited img, a:hover img {border:0}
	img {border:0}

/*- Menu 10--------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
	
#menu10 {
	width: 200px;
	margin: 10px;
	}
	
#menu10 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(menu10.gif);
	padding: 8px 0 0 10px;
	}
	
#menu10 li a:hover {
	color: #FF9834;
	background:  url(menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}		

// END -->

