/*////////////////////////////////////////////////////////////////////////*/		
/*1st Lothians and Border Yeomanry*/
/*Allan Paterson 2009*/
/*////////////////////////////////////////////////////////////////////////*/
body,html {
		margin: 0;
		padding: 0;		
		background:#E8E8E1;
		font-size: 12px;
		color: #494930;
		min-width:1000px;
		height: 100%;
		width: 100%;
		font-family: Arial, Verdana, sans-serif;
	
		}
		
#wrap {
		margin:0px auto;
		width:1000px;
		background: url(../graphics/wrap.jpg) repeat-y;
		}		
/*////////////////////////////////////////////////////////////////////////*/		
/*Head Section*/
/*////////////////////////////////////////////////////////////////////////*/
#header {
		width: 231px;
		height: 170px;
		background:transparent url(../graphics/header.jpg) no-repeat;
		}
/*////////////////////////////////////////////////////////////////////////*/		
/*Main content*/
/*////////////////////////////////////////////////////////////////////////*/
#content {
		width: 1000px;
		margin:0px auto;
		min-height:250px;
		}
/*////////////////////////////////////////////////////////////////////////*/		
/*Left hand side*/
/*////////////////////////////////////////////////////////////////////////*/
#left_content{
		float: left;
		width:290px;
		padding:10px 0px 0px 40px;
		margin:0px ;
		z-index:100;
		}
/*////////////////////////////////////////////////////////////////////////*/		
/*center*/
/*////////////////////////////////////////////////////////////////////////*/
#centre_content{
		float: left;
		width: 584px;
		padding:20px 0px 0px 20px;
		z-index:100;
		background:transparent url(../graphics/wheatsheaf.jpg) no-repeat;
		background-position:top center ;
		min-height:700px;
		}
/*////////////////////////////////////////////////////////////////////////*/		
/*Footer*/
/*////////////////////////////////////////////////////////////////////////*/	
#footer {
		width: 1000px;
		margin:0px auto;
		height: 95px;
		background:transparent url(../graphics/footer.jpg) no-repeat;
		}
		
.footer_text{
		color:#494930;
		float:right;
		padding:50px 60px 0px 0px;
		margin:0;
		}	
/*////////////////////////////////////////////////////////////////////////*/		
/*clearer*/
/*////////////////////////////////////////////////////////////////////////*/
.clearer{
		clear: both; 
		height: 0px; 
		overflow: hidden;
		}
/*////////////////////////////////////////////////////////////////////////*/		
/*html entities*/
/*////////////////////////////////////////////////////////////////////////*/
h1 {
		font-size:15px;
		font-weight:600;
		padding:103px 0px 0px 10px;
		margin:0px;
		color:#494930;
		height:40px;
		width:583px;
		background:transparent url(../graphics/h1_back.jpg) no-repeat;
		}

h2 {
		font-size:14px;
		font-weight:400;
		color:#494930;
		padding:2px;	
		}

img{
		border:none;
		}
/*////////////////////////////////////////////////////////////////////////*/		
/*others*/
/*////////////////////////////////////////////////////////////////////////*/
.border{
		/*border:1px solid #B6B6AD;*/
		padding:3px;
		margin:15px;
		}
/*////////////////////////////////////////////////////////////////////////*/		
/*links*/
/*////////////////////////////////////////////////////////////////////////*/
a:link	{
		color: #494930;
		text-decoration:none;
		}

a:visited{
		color: #494930;
		}

a:hover{	
		color: #95958A;
		text-decoration:none;
		}

a:active	{
		color: #95958A;
		}	
/*////////////////////////////////////////////////////////////////////////*/		
/*Menu*/
/*////////////////////////////////////////////////////////////////////////*/
#menu {
		float:left;
		text-decoration:none;
		}
	
#menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
#menu ul li {
		margin: 0px;
		padding: 0px;
		}
		
#menu ul li a {
		display: block;
		border-bottom: 1px solid #B6B6AD;
		padding: 6px 0px 6px 4px;
		text-decoration: none;
		color: #fff;
		width:230px;
		}

#menu ul li a:hover, #menu ul li a:focus {
		color: #E8E8E0;
		background-color: #95958A;
		}

