html, body {
 margin: 0;
 padding: 0;
 border: 0;
 color: #ffffff;
}

body {
 background-color:#29292a; 
 text-align: left;
 font-size: 14px;
 margin: 30px 0;
}

a {
 text-decoration: underline;
 font-weight: bold;
 font-size: 14px;
 color: #ffffff;
}

p {
 margin: 6px 0;
 padding: 0 6px;
 color: #ffffff;
}

h2 {
 padding-left: 15px;
 line-height: 45px;
 margin: 20px 0px 0px 0px;
 font-size: 25px;
 font-weight: bold;
 color: #eee062;
}

#copyright {
 text-align: center;
 font-size: 12px;
}

.widetop {
 background: #29292a url(/images/realhooters.jpg) no-repeat;
 width: 100%;
 height: 300px;
}

.widetop a {
 position: relative;
 top: 7px;
 left: 640px;
 text-align: left;
 font-weight: bold;
 font-size: 13px;
 color: #eee062;
}


.thumb img {
 float: left;
 margin: 5px 0px 0px 3px;
 border: 2px solid #ffffff solid;
}


.stateon{ opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8; }
.stateoff{ }
.stateclicked{ opacity:.30; FILTER: alpha(Opacity=30); -moz-opacity: 0.3;}

#fadeinbox{
 position:absolute;
 width: 490px;
 top: -400px;
 border: 2px solid black;
 background-color: blue;
 padding: 4px;
 z-index: 1000;
 visibility:hidden;
 color: #ffffff;
}

