body {
	background-color: #302683;
	background-image: url("../images/htg.gif");
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family:arial,verdana;
	font-size:0.8em;
	margin:0px;
	padding:0px;
	color: #BDCCD4;
}
#content {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    margin-top:103px;
}
a:link { text-decoration:none; color:#BDCCD4; }
a:visited { text-decoration:none; color:#BDCCD4; }
a:hover { text-decoration:none; color:#BDCCD4; }
a:active { text-decoration:none; color:#BDCCD4; }
div.fadehover {
	position: relative;
	}
 
img.a {
	/*position: absolute;*/
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	/*position: absolute;*/
	left: 0;
	top: 0;
	}
h1 {
	font-size:1.4em;
	color:#95C11e;
}
h2 {
	font-size:1.2em;
	color: #BDCCD4;
	font-weight:bold;
}
a.h2:link,a.h2:visited, a.h2:hover, a.h2:active {color:#BDCCD4; text-decoration:none;}
h3 {
	font-size:1.2em;
	color: #95C11e;
	font-weight:bold;
	padding:0;
	margin:0;
}
#headdigits {
	float:left;
	width:50px;
	background-color:#95C11F;
	color:#302683;
	text-align:center;
	margin-left:2px;
	font-size:0.8em;
}
.sponsors {
	float:left;
	margin-left:5px;
}
.sponsor {
	float:left;
	width: 150px;
	height:80px;
	margin-left:20px;
}

div.faq dt {
  border:1px solid #95C11e;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-rightright-radius:5px;
  -webkit-border-top-left-radius:5px;
  background:#95C11e url('../images/icon_arrow_right.png') no-repeat;
  font:bold 1em Arial, Verdana, Helvetica, sans-serif;
  color:#302683;
  margin:1em 0 0 0;
  padding:.2em 20px;
}

div.faq dd {
  border-right:1px solid #95C11e;
  border-bottom:1px solid #95C11e;
  border-left:1px solid #95C11e;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-rightright-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  background-color:#95C11e;
  color:#302683;
  padding:5px;
}

div.faq dt.down {
 background:#302683 url('../images/icon_arrow_down.png') no-repeat;
 color:#95C11e;
}

  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
    list-style-image:url(list-style.gif);
  }
  pre {
    /*font-family: "Lucida Console", "Courier New", Verdana;*/
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    /*font-family: "Lucida Console", "Courier New", Verdana;*/
    margin: 0;
    padding: 0;
  }

  #gallery {
    padding: 30px;
    /*background: #e1eef5;*/
    background-image:url('../images/mainhtg_picshow.png');
    background-repeat:no-repeat;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
