/* Rietze Graphics Screen CSS Document */

/* Links */

a:link {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a:active {
  font-weight: bold;
  color: #ff9000;
}

a:visited {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
 }

a:hover {
  font-weight: bold;
  color: #aaaaaa
}

/* Universal Styles */

* {
  margin:0;
  padding:0;
}

body {
  background: url(images/bg/bg.png) repeat-y #d7c8b5 center;
  color: #000000;
  font-family: 'gil sans', helvetica, sans-serif;
  text-align: center;
  font-size: 10pt;
  }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 525px;
  text-align: justify;
}

.header {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.dots {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -23px;
}

.left {
  position: relative;
  margin-left: 0px;
  width: 230px;
  float: left;
}

.right {
  position: relative;
  margin-left: 0px;
  text-align: right;
  width: 230px;
  float: right;
}

.bottom {
  position: relative;
  text-align: center;
}

.bottom2 {
  position: fixed;
  bottom: 15px;
  text-align: center;
}  

h2 {
  font-family: 'gil sans', helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: #aaaaaa;
  padding-bottom: 5px;
}

.pics {
  position: relative;
  margin-top: 30px;
}

.description {
  font-weight: normal;
  color: #000000;
  font-size: 10pt;
}

.head {
  border: none;
}

.head_g {
  border: none;
}

.box {
  padding-right: 5px;
  padding-bottom: 5px;
  border: none;
}

.box2 {
  padding-bottom: 5px;
  border: none;
}

.box3 {
  padding-left: 5px;
  padding-bottom: 5px;
  border: none;
}

.picture {
  padding-bottom: 10px;
  padding-top: 5px;
}

.notes {
  font-size: 10pt;
  color: #000000;
  padding-bottom: 10px;
}