/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-image:url(images/bg.jpg);
  background-repeat: repeat;
}

a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

#container {
  margin: 0 auto;
  width: 640px;
}

#internalcontainer {
  width: 400px;
  padding: 0px 10px;
  float: left;
}

#calendar {
}

#mp3 {
}

#contact {
}

#photos {
  float: left;
  width: 200px;
}

#photos img {
  border: 1px solid white;
  margin: 5px;
}

#footer {
  padding: 10px;
}

#footer a {
  font-weight: normal;
}
