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