body {
  color: #303030;
  background-color: #00ffd2;
  background-image: url('../images/background_pattern.png');
  font-size: 16px;
  line-height: 21px;
  font-family: "ff-netto-web-1", "ff-netto-web-2", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0 auto;
}
#wrapper {
  background: #00ffd2;
  height: 100%;
  margin: 0;
  position: fixed;
  width: 672px;
}
#grid {
  background: transparent url('../images/baseline.png');
  position:absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
}
a { 
  color: #303030;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
/* LOGO -----------------------------------------------*/

#logo {
  position: absolute;
  top: 19px;
  left: 0;
  margin: 0;
}

.divider{
  height: 21px;
/*  width: 656px;*/
  margin: 230px 0 26px 0;
  background: transparent url('../images/background_pattern.png');
}
.divider hr{
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
}

/* CONTENT -----------------------------------------------*/

#content {
  padding: 42px;
}
#content div.column_container {
  overflow: hidden;
}

#content div.column {
  float: left;
  width: 168px;
  margin: 0 0 0 42px;
  font-size: 16px;
  line-height: 21px;
}
#content div.column:first-child {
  margin: 0;
}
#content div.column h3 {
  font-family: "teimer-web-1", "teimer-web-2", Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  font-weight: normal;
  line-height: 21px;
  text-transform: lowercase;
  color: #fff;
  margin: 0;
}

.tk-active #content div.column h3 {
  /* Reduce the font size when Typekit is active */
  font-size: 16px;
  position: relative;
  top: 2px;
}

#content div.column p {
  margin: 0 0 21px 0;
}
#content ul.links {
  list-style: none;
  padding: 0;
}

/* POPUP -----------------------------------------------*/
.popup {
  line-height: 16px;
  color: #fff;
  padding: 16px 21px 10px;
  background: #222;
  display: none;
  position: absolute;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 252px;
}
.popup.clickable {
  cursor: pointer;
}
.popup .triangle{
  height: 10px;
  width: 168px;
  background: transparent url('../images/popup_triangle.png') no-repeat 0 0;
  position: absolute;
  top: -10px;
  left: 21px;
}
.popup img.preview {
  max-height: 60px;
  max-width: 60px;
  float: left;
  margin-right: 10px;
}
.popup h5{
  font-size: 12px;
  margin: 0 0 6px;
  color: #6C6C6C;
  font-weight: normal;
}
.popup dl{
  font-size: 12px;
  margin: 0 0 6px;
}
.popup dt{
  color: #6C6C6C;
  font-size: 12px;
  font-weight: normal;
  float: left;
  margin: 0 0 4px;
  width: 60px;
}
.popup dd{
  width: 190px;
  margin-bottom: 4px;
}
.popup p{
  font-size: 12px;
  margin: 0 0 10px;
  overflow: hidden;
}
.popup a{
  color: #fff;
  font-weight: normal;
}