body {
  background-color: #fbfbff;
  margin: 0px;
  border: 0px;
  height: 100%;
  font-family: Verdana;
  line-height: 1.3em;
}

h1 {
  color: #3355bb;
  font-family: Arial;
  font-size: 2em;
}

h2 {
  color: #3355bb;
  font-family: Arial;
  font-size: 1.2em;
}

h3 {
  font-family: Arial;
  font-size: 1.0em;
}

hr {
  margin-top: 0px;
  margin-bottom: 16px;
  border-color: red;
}

p {
  margin: 0 0 0 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  text-align: justify;
}

a {
  font-family: Verdana;
  color:#3355bb; 
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#header {
  background-color: #b2b2b2;
  width: 100%;
}

#footer {
  position: bottom;
  background-color: #b2b2b2;
  width: 100%;
}

#wrapper {
  /* See: http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */
  min-height: 100%;
  margin: 0 auto -48px; /* the bottom margin is the negative value of the footer's height */
}

#footer, #wpadding {
  height: 48px;
}

#menu {
  display: table-cell;
  vertical-align: middle;
  width: 100%; 
  padding-right: 150px; 
  text-align: right;
}

.tcvalign {
  display: table-cell;
  vertical-align: middle;
}

.content {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 32px;
}

.picture-left {
  float: left;
  width: 255px;
  height: 225px;
  margin-right: 24px;
  border-radius: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.picture-right {
  float: right;
  width: 255px;
  height: 225px;
  margin-left: 24px;
  border-radius: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.faded {
  color: #acacdc;
}

.column-left{ float: left; width: 66%; border: 1px solid black;}
.column-right{ float: right; width: 33%; }
.column-center{ display: inline-block; width: 33%; }