@charset "utf-8";
/* CSS Document */

#header_image {
	width: 100%;
	height: 160px;
	overflow:hidden;
	background: #fff url(/images/galloways/banner/img1.jpg) no-repeat scroll 0 0;
	margin: 0px;
	padding:0;
	clear:both;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #922f2c;
	border-bottom-color: #922f2c;
	list-style:none;
}
.home #header_image {
	height: 256px;
}
#headr_image img {
	margin-top: -128px;
}
.home #headr_image img {
	margin-top: 0;
}
