body, p, h1, h2, h3, td, a, ul {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
}

h1 {
  font-size: 18px;
  clear: none;
}

h2 {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: .2em 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

#container {
  width: 780px;
  margin: 0 auto;
}

#top_nav {
  width: 780px;
  height: 160px;
}

#left_nav {
  width: 120px;
  height: 500px;
  float: left;
}

#store-content {
  float: left;
  width: 670px;
  margin: 10px 0 0 30px;
}

#store-main-left {
  float: left;
  width: 320px;
}

#store-main-right {
  float: left;
  width: 320px;
  margin-left: 30px;
}

#store-left {
  float: left;
  width: 300px;
  padding-left: 10px;
}

#store-left p {
  padding-bottom: 1em;
}

#store-favorite {
  margin: 0 0 15px 10px;
  clear: both;
}

#store-favorite a {
  font-weight: bold;
}

#store-description {
  clear: both;
  margin-bottom: 20px;
}

#store-description p {
  margin: 5px 0;
  padding: 0;
}

#linklist {
  margin: 10px 0 20px 0;
  float: left;
}

#linklist li {
  float: left;
  font-size: 11px;
  text-decoration: none;
  color: white;
  padding: 4px;
  background-color: #F2CF13;
  border-top: 1px solid #fde;
  border-right: 1px solid #E77C02;
  border-bottom: 1px solid #E77C02;
  border-left: 1px solid #fde;  
}

#linklist li a {
  color: #9E212B;
}

#linklist li a:hover {
  text-decoration: underline;
}

#linklist li.grayed {
  background-color: #aaa;
  border-top: 1px solid #ccc;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #ccc;  
}

.li-bar {
  visibility: hidden;
  margin: 0 -4px;
}

#store-list {
  margin: 10px 0 0 20px;
}

#store-list li {
  margin: 0;
  padding: .2em 0;
}

#store-list li a {
  font-size: 12px;
}

#store-info {
  font-size: 10px;
  margin-left: 10px;
}

#store-photo {
  float: left;
  margin-left: 20px;
}

#store-info h2 {
  padding: .5em 0 .5em 0;
}

#map_div {
  clear: both;
  width: 300px;
  height: 300px;
  background: white;
  margin-top: 20px;
  border: 3px solid black;
}

#events, #newsitems, #jobs, #friends {
  width: 580px;
}
#events h2, #newsitems h2, #jobs h2, #friends h2 {
  margin-top: 1em;
}

.event {
  padding-bottom: 5px;
}

.event-date {
  float: left;
  width: 80px;
  font-size: 11px;
}

.event-image {
  clear: both;
  padding: 10px 0;
}

.event-body {
  margin-left: 110px;
  font-size: 11px;
}

.event-body p {
  margin-bottom: .5em;
}

span.backbutton {
  float: right;
  margin-right: 20px;
  font: bold 14px verdana, sans-serif;
}

