body {
  background-color: white;
  background-image: url(/background.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  height: 100%;
  font-family: arial, helvetica;
}
#header {
  width: 522px; height: 70px;
  background-image: url(/coupons-rock.gif);
  background-repeat: no-repeat;
  margin: 0px auto;
}
#content {
  width: 704px;
  border-width: 2px;
  border-style: solid;
  border-color: #A0B7CC;
  background-color: #ffffff;
  margin: 10px auto;
  padding: 10px;
  color: #11497F;
  font-family: arial, helvetica;
  font-size: 14px;
}
#deal {
  margin: 25px 15px 25px 15px;
  padding: 15px;
  background-color: #F6F8FA;
  border-width: 2px;
  border-style: dashed;
  border-color: #A0B7CC;
  font-size: 14px;
  font-weight: bold;
}
#stores {
  width: 704px;
  padding: 10px;
  background-color: #F6F8FA;
  border-width: 2px;
  border-style: solid;
  border-color: #A0B7CC;
  font-size: 12px;
  font-weight: normal;
  margin: 10px auto;
}
#footer {
  width: 708px;
  margin: 10px auto;
  padding: 2px 10px 2px 10px;
  background-color: #11497F;
  color: white;
  font-family: arial, helvetica;
  font-size: 12px;
  text-align: center;
}

a:link { color: #003366; text-decoration: underline; }
a:visited { color: #003366; text-decoration: underline; }
a:hover { color: #A0B7CC; text-decoration: underline; }
a:active { color: #A0B7CC; text-decoration: underline; }

h1 { font-size: 18px; margin: 0px; }
h2 { font-size: 12px; margin: 5px 0px 5px 0px; }

a.nav:link { color: #A0B7CC; text-decoration: none; }
a.nav:visited { color: #A0B7CC; text-decoration: none; }
a.nav:hover { color: white; text-decoration: underline; }
a.nav:active { color: white; text-decoration: underline; }

hr {
  border-width: 1px;
  border-style: solid;
  border-color: #A0B7CC;
}

#button {
  float: left;
  width: 130px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-color: #A0B7CC;
  background-color: #11497F;
  text-align: center;
}

a.click:link { color: white; text-decoration: none; font-weight: bold; }
a.click:visited { color: white; text-decoration: none; font-weight: bold; }
a.click:hover { color: yellow; text-decoration: none; font-weight: bold; }
a.click:active { color: yellow; text-decoration: none; font-weight: bold; }

input[type=text] { 
  width: 130px;
  height: 16px;
  color: red;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #A0B7CC;
  background-color: #ffffff;
} 
