body
{
	background: #eee;
	height: 100%;
  font-family:Arial,Helvetica,sans-serif;
  font-size:80.0%;
  line-height: 150%; 
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  padding-right: 24px;
  float: left;
}

ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  }

a, a img {
  border: 0;
  text-decoration: none;
}

a, a:visited, a:active, a:hover {
  color: #000;
  text-decoration: underline;
}

a strong {
  font-weight: normal;
}

a:hover {
  text-decoration: none;
}

p.margin {
  margin-bottom: 40px;
  padding: 10px;
  background: #efefef;
}

p.line {
  letter-spacing: 1px;
}

/* page */

#container {
  margin: 0 auto;
  width: 860px;
  border-right: 1px solid #6386d3;
  border-left: 1px solid #6386d3;
  border-bottom: 1px solid #6386d3; 
}

#header {
  background: #fff url(/charms2/images/background2.jpg) no-repeat 0 0;
  height: 100px;
  text-align: center;
  padding-top: 20px;
}

#preContent {
  color: #fefefe;
  height: 140px;
  background: url(/charms2/images/background.gif);
  text-align: left;
  line-height: 150%;
  letter-spacing: 4px;
  padding: 40px;
  border-bottom: 1px solid #8da1dc;
  border-top: 1px solid #8da1dc;
}

#content {
   background: #fefefe;
   padding: 40px;
   overflow: hidden;
}

#footer {
  text-align: center;
  margin: auto;
  width: 210px;
 }

/* hidden content */

#innerContentGermany, #innerContentNetherlands, #innerContentUS {
  display: none;
}


