body {
  background: url(/images/dawgs_bg.jpg);
  background-repeat: no-repeat;
  background-color: #005596;
  background-position: top center;
  font-family: sans-serif;
}

#menu {
  cursor: pointer;
  position: relative;
  top: 75px;
  width: 725px;
  left: 400px;
  margin-left: auto;
  margin-right: auto;
}
#menu ul {
  list-style: none;
}
#menu li {
  display: inline;
  width: 180px;
  height: 54px;
  background: url(/images/button_up.jpg);
  background-repeat: no-repeat;
  padding: 0px;
}
#menu li:hover {
  background: url(/images/button_over.jpg);
  background-repeat: no-repeat;  
}

.menutext {
  font-weight: bold;
  margin-left: 50px;
  margin-top: 15px;
  color: #005596;
}

#container {
  position: relative;
  top: 50px;
  left: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  padding: 0px;
}

#twitter {
  position: relative;
  display: inline-block;
  background: url(/images/twitterbg.jpg);
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  padding-top: 10px;
  top: 30px;
}
#tweetcontainer {
  height: 240px;
  width: 290px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 40px;
}
#tweets {
  font-size: 10px;
  margin-left: -25px;
  margin-right: 10px;
}
#tweets ul {
  list-style-type: none;
}
#tweets li {
  padding-bottom: 10px;
}

#content {
  position: relative;
  top: 50px;
  display: inline-block;
  background: url(/images/contentbg.jpg);
  background-repeat: no-repeat;
  width: 649px;
  height: 490px;
  padding-top: 10px;
}

#content p {
  font-size: 12px;
}

#content h1 {
  color: #005596;
}

.box {
  margin-left: 50px;
  margin-right: 50px;
}

#photo {
  margin-top: 15px;
  width: 550px;
  height: 400px;
}

#photo_next, #photo_prev {
  font-size: 12px;
  font-family: sans-serif;
  cursor: pointer;
}

#map {
  width: 250px;
  display: inline-block;
  margin-top: 15px;
  align: right;
  display: none;
}
#map_canvas {
  margin-top: 15px;
  display: inline-block;
  align: right;
  width: 250px;
  height: 250px;
  float: right;
}
#info {
  display: inline-block;
  margin-top: 15px;
}