body {
  margin: 0px;
  padding: 0px;

  background-attachment: scroll;
  background-image: url("images/bg.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f7fcf8;
  color:#333333;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div, h1, img {
  margin: 0px; 
  padding: 0px;
  border: 0px;
}

a:link {
  color: #377094;
  text-decoration: none; 
}

a:hover {
  color: #377094;
  text-decoration: underline; 
}

#form {
  padding: 6px;
  background: #FCF6E6;
  border: 1px #BFB492 dotted;
}

#form input.text, textarea, select {
  background: #FFFFFF !important;
  border: 2px solid #BFB492;
  font-size: 100%;
  height: 25px;
}

#form label {
  font-weight: bold;
}

#form input.text {
  width: 500px;
}

#form textarea {
  width: 500px;
  height: 150px;
  font-size: 150%;
}

#header{
  width: 780px;
  height: 134px;
  margin: 0px auto 0px auto;
}

.logo {
  float: left;
  width: 300px;
  height: 80px;
  margin-top: 30px;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
}

.menu {
  float: right;
  margin-top: 40px;
}

.gbp {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_gbp_off.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.gbp:hover {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_gbp_on.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.gbp_on {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_gbp_on.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.usd {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_usd_off.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.usd:hover {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_usd_on.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.usd_on {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_usd_on.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.euro {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_euro_off.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.euro:hover {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_euro_on.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.euro_on {
  float: left;
  width: 120px;
  height: 50px;
  background-image: url("images/btn_euro_on.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

#blurb {
  width: 780px;
  height: 42px;
  margin: 0px auto 0px auto;  
  padding-top: 0px;
  font-weight: bold;
  color: #dcd66e;
}

#body {
  width: 780px;
  margin: 0px auto 0px auto;
  padding-top: 10px;
  overflow:hidden;
}

#left {
  float: left;
  width: 180px;
}

#left_menu {
  padding-top: 20px;
  width: 180px;
}

#right {
  float: left;
  margin: 0px;
  width: 550px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner {
  width: 480px;
  margin: 0px auto 0px auto;
}

#location {
  padding: 20px;
}


.find {
  float: left;
  width: 250px;
  height: 100px;
  background-image: url("images/btn_find_off.png");
  background-repeat: no-repeat;
}

.find:hover {
  float: left;
  width: 250px;
  height: 100px;
  background-image: url("images/btn_find_on.png");
  background-repeat: no-repeat;
}

.compare {
  float: left;
  width: 250px;
  height: 100px;
  background-image: url("images/btn_compare_off.png");
  background-repeat: no-repeat;
}

.compare:hover {
  float: left;
  width: 250px;
  height: 100px;
  background-image: url("images/btn_compare_on.png");
  background-repeat: no-repeat;
}

#footer {
	width: 100%;
	color: #c5a873;
	padding: 0px;
	height: 500px;
	background-image: url("images/footer.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}

#footer_links {
  width: 780px;
  margin: 0px auto 0px auto;
}

#copyright {
  padding-top: 20px;
  color: #666666;
}

#badges {
  padding-top: 20px;
}