body {
  margin: 0px;
  padding: 0px;
  font-family: helvetica, arial, sans-serif;
  color: #333;
  background: url(/img/bg.png);
  background-repeat: repeat-y;
  background-position: top center;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

hr.light {
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
  border: 0px;
}

a {
  color: red;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container {
  width: 840px;
}

.languages {
  padding: 10px;
}

#header {
  height: 149px;
}

.topmenu {
  padding: 20px;
  text-align: center;
}

.leftmenu {
  width: 150px;
  padding: 10px;
  text-align: left;
}

ul.beachballmenu {
  list-style-image: url(/img/beachball20.jpg);
}

ul.beachballmenu li {
  padding-bottom: 6px;
}

ul.beachballmenu a {
  font-weight: bold;
  color: navy;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.footer {
  clear: both;
  padding: 10px;
  text-align: center;
}

.footer hr {
  height: 2px;
  color: #111;
  background-color: #111;
  border: 0px;
}

/* PICTURES */

.pictures-thumbview tr td img {
  border: 1px solid #ccc;
  padding: 2px;
}

.pictures-thumbview tr td {
  width: 25%;
  text-align: center;
  font-size: 70%;
  
  padding: 5px;
}

/* PHONE NUMBERS */
.phonenumber {
  padding-bottom: 10px;
}

.phonenumber .title {
  font-size: 110%;
  color: navy;
  font-weight: bolder;
}

/* BASIC PAGES */
.basic {}
.heart {
  background-image: url(/img/heart.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
