	/*
	
	Lochancroft CSS
	June 2006
	
	*/
	
	/*
	Main formatting
	*/
	body,
	html {
		margin:0;
		padding:0;
		height:100%;
		
	}
	
	
	body {
	background:url(images/header.jpg) repeat-x center top;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	text-align: center;
	color:#000000;
	background-color:#F7FBFA;
	min-width:620px;
	}
	.header {
	
	text-align:right;
	width:620px;
	margin:0 auto;
	margin-top:122px;
	height:20px;
	}
	
	.main {
	text-align:center;
	width:780px;
	margin: auto;

	}
	.mainbody {
	width:100%;
	height:100%;
	background:url(images/mainbg.jpg) repeat-x center top;
	}
	.left{
	float:left;
	width:328px;
	height:100%;
	}
	.right{
	background:url(images/text_bg.gif);
	float:left;
	width:396px;
	min-height:800px;
	height:100%;
	}
	.textcontainer{
	width: 360px;
	margin-left:20px;
	text-align:left;
	}
	
	A:link {text-decoration: none; color:#019704;} 
	A:visited {text-decoration: none; color:#019704;} 
	A:active {text-decoration: none; color:#019704;} 
	A:hover {text-decoration: underline; color:#019704;}	
	
	A.nav:link {text-decoration: none; color:#000000;} 
	A.nav:visited {text-decoration: none; color:#000000;} 
	A.nav:active {text-decoration: none; color:#000000;} 
	A.nav:hover {text-decoration: none; color:#019704;}
	
	A.nav_active:link {text-decoration: none; color:#019704;} 
	A.nav_active:visited {text-decoration: none; color:#019704;} 
	A.nav_active:active {text-decoration: none; color:#019704;} 
	A.nav_active:hover {text-decoration: none; color:#019704;}
	
	hr {border: none 0;
	border-top: 1px dashed #999999;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}
	
	.footer{
	color:#999999;
	vertical-align:bottom;
	}	
	.alignleft{
	text-align:left;
	}


	
