/* CSS Reset */
* { margin:0; padding:0; }

}
#container {
  width:700px;
  margin:0 auto;
}
#header {
  height:90px;
  width:700px;
  margin:0 auto;
}

#header ul {
  display:block;
  float:right;
  width:700px;
  height:70px;
  margin:50px auto 0 auto;
  background:url(img/menu.jpg) no-repeat 0 0;
  background-position: top center;
  list-style:none;
  }
#header ul li {
  display:block;
  float:left;
  height:125px;
  text-indent:-10000px;
  }
#home {
  width:133px;
}
#about {
  width:84px;
}
#shop {
  width:69px;
}
#consign {
  width:114px;
}
#directions {
  width:132px;
}
#contact {
  width:128px;
}
#header ul li a {
  display:block;
  width:100%;
  height:100%;
}
#home a:hover {
  background:url(img/menu.jpg) no-repeat 49px -70px;
}
#about a:hover {
  background:url(img/menu.jpg) no-repeat -84px -70px;
}
#shop a:hover {
  background:url(img/menu.jpg) no-repeat -168px -70px;
}
#consign a:hover {
  background:url(img/menu.jpg) no-repeat -237px -70px;
}
#directions a:hover {
  background:url(img/menu.jpg) no-repeat -351px -70px;
}
#contact a:hover {
  background:url(img/menu.jpg) no-repeat -483px -70px;
}
#mainBox {
  margin:100px auto 0  auto;
  width:700px;
  height:500px;
  background-color:#ffffff;
  border:1px solid black;
}
#leftcolumn {
  float:left;
  width:225px;
  height:460px;
  margin-top:15px;
  margin-left:15px;
  border:2px;
  border-style:solid;
  border-color:#ffe680;
}
#lefttext {
  width:200px;
  margin-top:60px;
  margin-left:12px;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size: .8em;
  color:#000000;
}
#rightcolumn {
  float:right;
  width:425px;
  height:470px;
  margin-right:10px;
  margin-top:15px;
}
#footer {
  display:block;
  margin:0 auto 0  auto;
  width:700px;
}
#footer p {
  display:block;
  margin:0 auto 0  auto;
  width:700px;
  margin-top:10px;
  font:10px  verdana, arial, helvetica, sans-serif;
  color:#303030;
}

