/* CSS Document */

/* FOOTER ELEMENTS */

body {
background:#C5BEE7;
}

#footer{background:#6D6EB1;border-top:5px solid #C5BEE7;clear:both;height:128px;width:100%}
#footer p{margin:0;padding:5px 10px}
#footer a{display:inline;padding:0;color: #fff}

#footer {
background:#6D6EB1 url('http://www.blairquhan.co.uk/images/scotland-map-w.jpg') 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:#fff
}

#footer a:link {
	color: #efefef;
}
#footer a:visited {
	color: #000;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
}
