body {
 margin: 30px;
 color: #999999;
 font-family: Tahoma;
 font-size: 13px;
 background-color: #3e3e3e;
 text-align: center;
}

#page {
 width: 600px;
 border: 1px #999999 solid;
 text-align: center;
 margin-left:auto;
 margin-right:auto;
}

hr {
  background-color: ffcc00;
  height: 2px;
  border: 0;
}

hr.footer {
  background-color: #999999;
  height: 1px;
  border: 0;
  margin-top: 40px;
}
p {
 margin: 0px;
 margin-top: 5px;
}
p.footer {
  margin: 0px;
  font-size: 9px;
  color: #999999;
  text-align: center;
}
p.subh2 {
 margin: 0px;
 color: #adab84;
}

#entry {
 text-align: justify;
 padding-left: 75px;
 padding-right: 20px;
 padding-bottom: 100px;
 padding-top: 5px;
 background-image:url(images/bkg_content.gif);
 background-repeat: no-repeat;
}
#entry h1 {
 font-family: Georgia;
 size: 20px;
 font-weight: normal;
 color: #adab84;
}

#entry h2 {
 font-family: Georgia;
 font-size: 18px;
 font-weight: normal;
 font-variant: normal;
 color: #ffcc00;
 margin: 0px;
}

#entry img {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 0px;
  margin-top: 0px;
}

ul {
 padding: 0px;
}
li {
 clear: both;
 list-style-type: none;
 display: block;
 margin-top: 10px;
}
#entry li img {
 float: left;
 border: 0px;
 width: 50px; height: 65px;
 margin: 0px; margin-right: 10px; margin-bottom: 5px;
}
#entry li a {
 text-decoration: none;
}

/* NAVIGATION -------------------------------------------------- */
#navigation {
 background-image: url(images/bkg_navigation.gif);
 color: #ffffff;
 padding-top: 3px;
 height: 21px;
}
#navigation a {
 font-weight: normal;
 color: #ffcc00;
}
#navigation a:hover {
 color: #000000;
 background-color:#ffcc00;
}

#footer {
 text-align: center;
}

#header {
 text-align: left;
}

h2 {
 font-family: Garamond, Georgia, Serif;
 color: #FFEAB7;
 font-size:24px;
 font-variant:small-caps;
}

.entry {
 font-family: Tahoma;
 font-size: 13px;
 color: #9B9B9B;
 text-align: left;
}

td#navigation {
 color: #999999;
 font-family: Tahoma;
 font-size: 13px;
 height: 24px;
 background-image:url(images/bkg_navigation.gif);
 text-align: center;
 vertical-align: center;
}

td#content {
 color: #999999;
 font-family: Tahoma;
 font-size: 13px;
 background-image:url(images/bkg_content.gif);
 background-repeat:no-repeat;
 vertical-align: top;
 padding-left: 50px;
}

#entry a {
 color: #ffcc00;
 font-weight: bold;
 text-decoration: underline;
}