/*body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  color: gray;
  background-image:url(../images/pat6.jpg);
}

#center {
  width:955px;
  height: 100%;
  margin:auto auto;
}

#container {
  width:955px;
  height:4800px;
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  color: gray;
  background-color:#FFFFFF;
}

#logo {
  margin-left: 10px;
}

#logo img {
  border: none;
}
#menu {
  width: 147px;
  height:499px;
  display:block;
  position:absolute;
  line-height: 12pt;
}

#headline {
  width:775px;
  margin-top:5px;
  float:right;
  border-bottom: solid 1px #e20079;
  padding-bottom: 5px;
}*/

#content {
  width:925px;
  height:auto;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  line-height:11pt;
}

#content1 {
  width:775x;
  margin-top:17px;
  padding-bottom: 25px;
  float:right;
  border-bottom: solid 1px #e20079;
}

#picture {
  width:200px;
  margin-top:13px;
  float:left;
}

#text {
  width:530px;
  padding-left:44px;
  float:right;
  line-height: 12pt;
}

/*
.active {
  background-color: #e20079;
  color: #e20079;
}
#menu a:link {
  border: none;
  text-decoration: none;
  color: gray;
}
#menu a:visited {
  text-decoration: none;
  color: gray;
}
#menu a:hover {
  text-decoration: none;
  background-color: #e20079;
  color: #e20079;
}
#menu a:active {
  text-decoration: none;
  background-color: #e20079;
  color: #e20079;
}


a:link {
  border: none;
  text-decoration: none;
  color: gray;
}
a:visited {
  text-decoration: none;
  color: gray;
}
a:hover {
  text-decoration: none;
  color: #e20079;
}
a:active {
  text-decoration: none;
  color: #e20079;
}
*/