/************ht.css*************/

/*main elements*/
body{
  background-color: #000;
  font-family: "arial", "helvetica", serif;
 }

#container {
  max-width: 100%;
  }

strong {
  font-family: "arial black", "helvetica bold", serif;
  font-weight: 900;
  text-transform: small-caps;
  }

/*fixed top element*/
#top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #000  url(banner.gif) no-repeat 100% 0;
  z-index: 5;
  border-bottom: 5px #0c0 solid;
 }

/*fixed sidebar element*/
#left{
  position: absolute;
  top: 50px;
  left: 0;
  width: 180px;
  height:100%;
  z-index: 10;
  background-color: #000;
  color: #fff;
 /**/
 }

/*hide fixed positioning from ie 5/6*/

@media screen{

  body>div#top{
   position:fixed;
  }
  
  body>div#left{
   position:fixed;
  }
}
  
 /*fix ie 5/6 
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#content{
  height:100%;
  overflow:auto;
 }*/

/*top banner*/

 #banner {
   padding-top: 10px;
   padding-left: 150px;
 /*  width: 900px;*/
   display: inline;
   font-size: 40px;
   color: #0b0;
   }

#banner img {
  vertical-align: text-top;
  padding-top: 12px;
  }

strong {
  font-family: "arial black", "helvetica bold", serif;
  font-variant: small-caps;
  font-weight: bolder;
  }

/*page info elements*/

#infol {
  position: absolute;
  left: 50px;
  top: 0;
  width: 100px;
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #0c0;
  color: #fff;
  z-index: 5;
  }




#infor {
  position: absolute;
  top: 0;
  right: 50px;
  float: right;
  width: 100px;
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #0c0;
  color: #fff;
  z-index: 5;
  }

/*next and prev elements*/

a.prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
    height: 50px;
    background: url(prev.gif) no-repeat 0 0;
    z-index: 5;
}

a.prev:hover {
    background: url(prev.gif) no-repeat  -50px 0;
}

a.next {
	position: absolute;
	right: 0;
	top: 0;
    float: right;
	width: 50px;
    height: 50px;
    background: url(next.gif) no-repeat 0 0;
    z-index: 5;
}

a.next:hover {
    background: url(next.gif) no-repeat -50px 0;
}

/*hide alternative text*/
a .alt { display: none; 
  }

/*contents menu*/

#contents {
  position: absolute;
  top: 1%;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  font-size: 10px;
}

#menu {
  background-color: #030;
  color: #0c0;
  border: 1px solid #0f0;
  padding-bottom: 10px;
  }

#contents h1 {
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  line-height: 50%;
  }

#contents h2 {
  font-weight: bold;
  text-align: center;
  padding: 2px 0 0 0;
  font-size: 12px;
  line-height: 0;
  padding: 0;
  margin: 11px 0;
  color: #0c0;
  }

#contents p {
  text-align: left;
  padding-left: 1px;
  font-size: 10px;
  color: #fff;
  background-color: #030;
  text-indent: 0;
  line-height: 0;
  padding-left: 5px;
  margin: 0;
  }


a {
  text-decoration: none;
  color: #090;
}

a:hover {
  text-decoration: underline;
  color: #0c0;
}

/*content elements*/

#content {
position: absolute;
right: 0;
left: 180px;
top: 50px;
padding: 20px 20px 50px 10px;
border-left: 5px #0c0 solid;
background: #fff url(ht.gif) no-repeat center 25%;
border-right: 5px #0c0 solid;
border-bottom: 5px #0c0 solid;
}

div.left {
float: left;
width: 350px;
font: 14px monospace;
text-align: center;
border: 1px solid #050;
margin: 5px;
padding: 5px;
}

div.right {
float: right;
width: 350px;
font: 14px monospace;
text-align: center;
border: 1px solid #050;
margin: 5px;
padding: 5px;
}

div.rightv {
float: right;
width: 260px;
font: 14px monospace;
text-align: center;
border: 1px solid #050;
margin: 5px;
padding: 5px;
}

#content h1 {
/*padding-left: 150px;*/
width: 40%;
background-color: #0c0;
color: #fff;
text-align: right;
padding-right: 10px;
}

#content h2 {
text-align: center;
color: #090;
}

#byline {
float: right;
width: 130px;
height: 90px;
text-align: right;
display: block;
background-color: #030;
color: #fff;
padding: 3px;
}

#byline img {
float: right;
 }

#gate {
 text-align: center;
 width: 200px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 }

a.gate {
  height: 22px;
  margin: 0;
  padding: 0 10px 3px 10px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #070;
  color: #0c0;
  background-color: transparent;
  }

a.gate:hover {
  color: #fff;
  background-color: #0c0;
  }