body {
  background: #5abce1;
  color: #333;
  font-size: 0.8em;
  height: auto;
  padding-bottom: 20px;
}

div {
	/*border: 1px solid #000;*/
}

a {
  color: #0010FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  overflow: hidden;
  font-size: 1.1em;
  padding: 10px 0;
}

li {
  font-size: 0.95em;
  padding: 4px 0;
}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-image: url(../graphics/back.jpg);
  background-repeat: repeat;
  margin-bottom: 20px;
}

div#logo {

 text-align: center;
}

div#button {
 text-align: center;
 font-size: 1.4em;
}

p#pic_center {
 text-align: center;
}

p#footer {
 text-align: center;
 font-size: 0.8em;
}

p#navi {
 font-size: 0.8em;
}

.thinborder {
	border : thin dotted Gray;
	padding : 3px 5px 3px 5px;
}