/* css used to be based on freely available templates from bluerobot.com; now
 * it is just all freaked out! */
body {
   /*background-color:#ff6342;*/
   background-color:#000;
   margin:0px 0px 0px 0px;
   padding:0px;
   font:12px Verdana, Helvetica, Arial, sans-serif;
   color:#ccc;
   background-image: url(/mike/media/images/hoho.com.darkbeach.cropped.jpg);
   background-repeat: repeat-x;
	 text-align:center;
   }
h1 {
   margin:0px 0px 0px 0px;
   padding:10px 0px;
   font:bold 34px/34px Verdana, Helvetica, Arial, sans-serif;
   color:#000;
   }
h2 {
   margin:0px 0px 0px 0px;
   font:bold 24px/24px Verdana, Helvetica, Arial, sans-serif;
   padding:0px 0px 10px 0px;
   color:#000;
   }

.topheader {
   position:relative;
   left:0px;
   top:0px;
   height:108px;
   width:100%;
   border-bottom:1px solid #433;
   text-align:right;
   font-family: Andale Mono, monospace;
   color:#300;
	 margin-bottom:30px;
}
a {
   color:#09c;
   font-weight:600;
   text-decoration:none;
   }
a:link {color:#433;}
a:visited {color:#433;}
/*a:hover {background-color:#eee;}*/
a:hover {color:#fff;}


/* All the content boxes belong to the content class. */
.mainbody {
	 margin:0px auto 0px auto;
}

.content {
	border:1px solid #ccc;
	width:600px;
	margin:0px auto 0px;
}

.contenttrailer {
  width: 600px;
	margin:0px auto 32px;
  text-align:right;
  font-size:10px;
  color: #222;
}
.contenttrailer a {
  color: #222;
}

.leftnav{
	float: left;
	width:90px;
}

.rightnav {
float: right;
	width:90px;
}

.navbox {
	margin:0px auto 0px auto;
	background:#666;
	width:600px;
	margin-bottom: 16px;
}

.chatbox {
  background #222;
	width: 600px;
}

.contenttitle {
	margin:0px auto 0px auto;
	background:#666;
	width:600px;
}

.contentbody {
	width:600px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.contentbody p {
	margin-top: 16px;
	margin-left: 32px;
	margin-bottom: 16px;
	margin-right: 32px;
}
.contentbody img {
	margin-top: 16px;
	margin-bottom: 16px;
}

#scroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}
