html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 101%;
}
body {
  background: #666666 none repeat scroll 0% 50%;
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #333333;
  width: 100%;
}
a:link {
  background: transparent none repeat scroll 0% 50%;
  color: #ffa902;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #000099;
  text-decoration: underline;
}
a:hover {
  background: #999999 none repeat scroll 0% 50%;
  text-decoration: none;
  color: #cccccc;
}
a:active {
  color: #336633;
}
h2 {
  margin: 1.2em 0 0.75em;
  text-align: left;
  color: #666666;
  font-size: 100%;
}
img {
  border:  none;
  padding: 5px 5px 1px;
}
#wrap {
  border: 1px solid #000000;
  margin: 0 auto;
  background-image: url(images/back.gif);
  background-repeat: repeat-y;
  width: 697px;
}
#header {
  margin: 0;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  height: 161px;
}
#header h1 {
  margin: 0;
  padding: 20px 0 0 10px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 3px;
  font-size: 160%;
}
#content {
  margin: 0;
  padding: 10px;
}
#content p {
  margin: 0 270px 6px 0;
  text-align: justify;
  font-size: 90%;
}
#right {
  margin: 0;
  padding: 0;
  float: right;
  width: 264px;
}
#right p {
  margin: 1.2em 0.75em 1.2em 2.25em;
  font-size: 90%;
}
#right h2 {
  margin: 1.5em 0.75em 0.75em 2.25em;
  background: transparent none repeat scroll 0% 50%;
  color: #666666;
  text-align: center;
  font-size: 130%;
}
#right ul {
  margin: 0;
  padding: 0 0 0 25px;
  color: #666666;
  font-size: 85%;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#right li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 5px 0 2px;
  line-height: 14px;
}
#right a {
  background: transparent none repeat scroll 0% 50%;
  color: #ffa902;
  text-decoration: none;
  font-weight: bold;
}
#right a:hover {
  background: #999999 none repeat scroll 0% 50%;
  text-decoration: none;
  color: #cccccc;
}
#right a {
  display: block;
}
#news a {
  display: inline;
}
#footer {
  margin: 0;
  padding: 5px;
  background: #999999 none repeat scroll 0% 50%;
  text-align: center;
  height: 35px;
  clear: both;
  font-size: 80%;
}
