/*-------------------------------------------------
GENERAL
-------------------------------------------------*/
body,td,th {
  font: 76%/1.25em "Courier New", Courier, mono;
  color: #0f0;
}
body {
  position: relative;
  width: 890px;
  margin: 0 auto;
  padding: 0;
  background: #000;
}
p {
  margin: 0 0 .8em 0;
}
a:link, a:visited {
  color: #FFF;
}
a:hover, a:active {
  background: #F00;
}
h1{
  font-size: 2.5em;
}
h2{
  font-size: 2em;
}
h3{
  font-size: 1.5em;
}
h4{
  font-size: 1.2em;
}
h1, h2, h3, h4 {
  margin: .5em 0;
  padding: 0;
}
::-moz-selection{
  background: #FFF;
  color: #000;
}
::selection {
  background: #FFF;
  color: #000;
}


/*-------------------------------------------------
CONTENT
-------------------------------------------------*/
#contentHolder {
  width: inherit;
  border-left: 3px dotted #060;
  border-right: 3px dotted #060;
  border-bottom: 3px dotted #060;
}


/*-------------------------------------------------
HEADER
-------------------------------------------------*/
#title {
  position: relative;
  margin: 0 0 .5em 0;
  /*---*/
  /*border: 1px dashed #FFF;*/
}
#title h1{
  display: hidden;
  margin: 0;
  padding: 0;
}
#title a{
  display: block;
  text-indent: -100em;
  overflow: hidden;
  width: 890px;
  height: 112px;
  margin: 0;
  background: url('../images/phawker-02bg4.jpg') no-repeat top left;
}


/*-------------------------------------------------
RADIO
-------------------------------------------------*/
#contentHolder #radio{
  position: relative;
  margin: 0 0 1em 0;
  width: 750px;
  height: 25px;
  overflow: hidden
  /*border: 1px dashed #f00;*/
}



/*-------------------------------------------------
BODY TEXT
-------------------------------------------------*/
#contentHolder #bodyText{
  position: relative;
  margin: 0 auto 0  auto;
  padding: 0 8em;
}
#bodyText img{
  border: 1px solid #FFF;
}





/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
#footer {
  font: .8em/1.25;
  color: #999;
  text-align: right;
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
  border-top: 1px dotted #060;
}
#footer #credit{
  margin: 0.3em .5em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
  color: #961907;
  font-weight: bold;
}
#footer a:hover {
  background: #F00;
}


#footer #browser{
  position: fixed;
  top:0;
  z-index: 100;
  margin: 4px 0 0 0;
  font-size: 9px;
  background-color: #FFFFFF;
  border: 4px solid #000000;
  padding: 4px;
  text-align: center;
  color: #333;
  font-size: 26px;
}
#footer #browser a{
  color: #9A0000;
}
/* IE 5 Mac misses the end-of-comment
   because of the backslash
\*/
#footer #browser {
  display: none;
}
/* IE5 Mac sees the end of this comment
*/




