body {
  /*background-color:#E9F2F9;*/
  background-color:#EFEFEF;
  /*background:url(/images/background.png);*/
}

#container {
  margin:0 auto;
}

#container header {
  margin-top:10px;
  text-align:center;
}

#content {
  overflow:hidden;
  background-color:#3987C6;
  margin-top:50px;
  padding:10px;
  text-align:center;
  -moz-box-shadow: 0 0 29px -8px #000;
  -webkit-box-shadow: 0 0 29px -8px #000;
  box-shadow: 0 0 29px -8px #000;
}

#content .box {
  display:inline-block;
  width:300px;
  text-align:left;
  padding:10px 20px;
  vertical-align:top;
}

#content .box.center {
  margin:0 30px;
}

#content .box h2 {
  color:#1A325F;
  font-family: 'Trykker', serif;
  font-size:26px;
  margin:0 0 23px 0;
}

#content .box ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

#content ul li {
  line-height:1.4em;
  margin-bottom:15px;
  /*color:#9AC1E0;*/
  color:#E9F2F9;
  font-family:'Lucida Grande';
}

#content ul li a {
  color:#E9F2F9;
}

#content ul li a em {
  font-style:normal;
}

footer {
  text-align:center;
}

footer p {
  font-family:"Lucida Grande";
  font-size:40px;
  color:#1A325F;
}

footer a, footer a:visited, footer a:hover {
  color:#9AC1E0;
}

footer a:hover {
  color:#1A325F;
}

/*
  color:#1A325F;
  font-family:Georgia;
}*/

