* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/cropped_hop_background.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-size: 14px;
}
a.noshow{
  text-decoration: none;
  color: #000;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: left;
	height: 125px;
  
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#header h1 {
  font-size: 2.5em;
  margin-top: 10px;
	padding-top: 70px;
  padding-left: 130px;
}

#main {
  margin-left: 3px;
  margin-right: 3px;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	background-position: left top;
  min-height: 700px;
  height:90%;
}

#menu {
  text-align: left;
  padding-top: 7px;
  margin-bottom: 5px;
  font-size:1.5em;
}

#menu a {
  margin: 10px;
  color: #727272;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
	text-decoration: underline;
}
#menu a:focus {
    outline: 0;
}
#menu a.active {
  color: #000;
  font-weight: bold;
}

#maincontent {
  padding: 10px;
  font-size: 1.3em;
}
#maincontent p {
  padding-bottom: .3em;
}

#listing {
	float: left;
	width: 500px;
}
#sidebar {
	float: right;
	width: 254px;
	height: 300px;
}

#listing h3{
  margin-bottom: .3em;
}
#sidebar h3{
  margin-bottom: .3em;
}

#listing ul {
	list-style-type: none;
}
#sidebar ul {
	list-style-type: none;
}
#listing ul a {
  float: left;
}

ul.contact {
  margin-left: 30px;
}

