/* CSS Document */

/* FOOTER ELEMENTS */

body {
background:#DFE7DC;
}


#footer{background:#BED6A2;border-top:5px solid #DFE7DC;clear:both;height:128px;width:100%}
#footer p{margin:0;padding:5px 10px}
#footer a{display:inline;padding:0;color: #000}

#footer {
background:#BED6A2 url('http://www.blairquhan.co.uk/images/scotland-map.gif') no-repeat right;
margin-bottom:10px;
margin-top:40px;
text-align:left
}

#footer p {
margin-top:30px;
font-size:1.0em;
line-height:2em;
margin-left:25px;
color:#666
}

#footer a:link {
	color: #000;
}
#footer a:visited {
	color: #000;
}
#footer a:hover {
	text-decoration: none;
	color: #333;
}
