@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 11px Verdana, sans-serif;
  text-align: center;
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 10px 0px 0px 0px;
  font: normal 18px/1.5em Georgia, serif;
}

h3 {
  padding: 0px 0px 0px 0px;
  font: normal 10px Georgia, serif;
}

p {
  margin: 1em 0;
  line-height: 1.5em;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline overline;
}

#container-page {
  margin: 0 auto;
  width: 600px;
  background: #DDD;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: #999;
}

#head {
  padding: 1em;
}

#container-content {
  padding: 0px 0px 40px 0px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 80%;
  float: right;
}

#content-sec {
  width: 20%;
  float: left;
}

.content-padding {
  padding:5px;
}

#content-pri ul,#content-pri ul li,#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  clear: both;
  width: 100%;
  background: #CCC;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
}

#foot {
  padding: 0 2em;
  line-height: 40px;
  text-align: center;
}

/* @image */
img {display:block;}
.imgleft {float:left; background-color:#FFF; margin:6px 6px 0px 0px; padding:0px; height:100%; line-height:0px;}
.imgleft p {text-align:center; margin:0px; padding:8px;}

.imgright {float:right; background-color:#FFF; margin:6px 0px 0px 6px; padding:0px; height:100%; line-height:0px;}
.imgright p {text-align:center; margin:0px; padding:8px;}
/* @image */

/* @sitenavigation */
.sitenavigation {
  background:#EFEFEF;
  margin: 0px 0px 10px 0px;
  padding: 2px;
}
.sitenavigation ul,ol {
  list-style: none none;
}
/* @sitenavigation */

/* @backtotop */
.backtotop {
  margin: 10px 0px;
  border-bottom:1px dotted;
}
/* @backtotop */

