body {

	margin: 0px;
	padding: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #FFF url(../images/back.jpg) repeat-x;
}
a{
	color: #009966;
	font-weight: bold;
}
a:hover{
	background: #009966;
	color: #FFF;
	text-decoration: none;
}
h1{
	font: normal 32px/34px "Times New Roman", Times, serif;
	color: #222;
margin: 0px;
padding: 0px;}
h2{
	font: normal 19px/23px Georgia, "Times New Roman", Times, serif;
	color: #660033;margin: 0px;
padding: 0px;
margin-bottom: 20px;
}
#wrapthewrapper{
	width: 1000px;
	margin: 0px auto;
	background: url(../images/dropshadow.png) center top repeat-y;
}
#wrapper{
	width: 950px;
	margin: 0px auto;
}
#menu{
	height: 58px;
	background: url(../images/wetherby_station_02.jpg);
}
#banner{
	height: 150px;
	width: 950px;
	display: none;
}
ul#topnav{
	margin: 0px;
	padding: 0px;
}
ul#topnav li{
	list-style: none;
	display: inline;
}
ul#topnav li a{
	float: left;
	display: inline-block;
	padding: 17px;
	font: bold 17px "Times New Roman", Times, serif;

	color: #FFF;
	text-decoration: none;
}
ul#topnav li a:hover{
	background: #bab07d url(../images/hovermenu2.jpg);
}
ul#topnav li.current a{
	background: #bab07d url(../images/hovermenu.jpg);
}
#content{
	padding: 20px 35px;
	background:url(../images/wetherby_station_03.jpg) repeat-x #e6dccf;
}
#footer{
	height: 59px;
	background:url(../images/wetherby_station_04.jpg);
	font: 11px/59px Arial, Helvetica, sans-serif;
	text-align: center;
	color:#333;
	}

#footer a{
	color:#333;
	font-weight: normal;
	text-decoration: none;
}	
	
#footer a:hover{
	background: #009966;
	color: #FFF;
	text-decoration: none;
}	
	
.imgRight{
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	float: right;
	background: #FFF;
}
.imgLeft{
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	float: left;
}
.imgRightNoBorder{
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}
.inputText{
	width: 95%;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
