#header {
	background-image: url(images/brownheader2009.jpg);
	background-color: #754F00;
	border-top-color: #754F00;
	border-bottom-color: #754F00;
	border-right-color: #754F00;
}

h1 {
	color: #FFFFFF;
}
h1 strong {
	color: #DD9500;
}

h2 {
	background-color: #754F00;
}
h2 strong {
	color: #FFB00D;
}

#footer {
	background-color: #754F00;
	border-top-color: #754F00;
}
#footer a {
	color: #FFB00D;
}

#freephone {
	color: #FFB00D;
}
#freephone a {
	color: #FFB00D;
}

#search {
	background-color: #D06419;
	margin: 0px;
	background-image: url(images/search-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#search select {
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10px;
}

#backbutton {
	/* position: absolute;
	margin-left: -385px;
	left: 50%;
	width: 770px;
	height: 50px;
	z-index: 10;
	top: 225px;
	text-align: right;
	display: block; */
	position: absolute;
	margin-right: -385px;
	right: 50%;
	width: 51px;
	height: 51px;
	z-index: 10;
	top: 225px;
	text-align: right;
	display: block;
}
#backbutton2 {
	position: absolute;
	margin-left: -385px;
	left: 50%;
	width: 770px;
	height: 50px;
	z-index: 10;
	top: 132px;
	text-align: right;
	display: block;
}
#backbutton img, #backbutton2 img {
	height: 51px;
	width: 51px;
	border: none;
}

#backbutton a, #backbutton2 a {
	display: block;
	height: 50px;
	width: 51px;
	margin-right: 6px;
}
#backbutton a:hover, #backbutton2 a:hover {
	filter: Alpha(Opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
}
