body {  
	scrollbar-arrow-color: #848484;
	scrollbar-base-color: black;
	scrollbar-DarkShadow-Color: #848484;
	scrollbar-Face-Color: black;	
	SCROLLBAR-3DLIGHT-COLOR: #848484;
	scrollbar-Highlight-Color: black;
	scrollbar-Shadow-Color: black;
	scrollbar-Track-Color: black;

	color: white;
	font-family: sans-serif;
	font-size: 10pt;

	background-color: black;
	background-image: url("/imgsrc/blackgridbg.gif");
	
	position: relative;
	margin: 0px;
	padding: 0px;
	}
	
@font-face {
	font-family: BlockBit;
	src: url(blockbit.ttf) format("truetype");
	}

	
:focus { outline: 0; }

.wrapper { margin: 5px; position:relative; min-height:5px; float: left; }

.hidden { display: none; }

.line { 
	width: 100px;
	height: 5px;
	border-bottom: 1px white solid;
	margin-bottom: 10px;
	position:relative;
	float: left;
	}

.artpage {
	background-image: url("/imgsrc/blackgridbg.gif");
	}


a {
	color: #009DFF;
	text-decoration:none;
	}

img {  border-width: 0px; }

#siteWrapper {
	width: 820px;
	height: 490px;
	overflow: auto;
	background-color: black;
	border: 2px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -410px;
	z-index:10;
	}
#site {
	width: 780px;
	height: 450px;
	overflow:auto;
	position:relative;
	float:left;
	margin: 20px;
	z-index:100;
	}
	
.site hr {
	width: 70%;
	clear: both;
	}

#nav {
	position:absolute;
	width: 962px;
	height: 159px;
	top: 510px;
	left: 50%;
	margin-left: -481px;
	}

#copyright {
	width: 360px;
	height: 10px;
	position: absolute;
	top: 680px;
	left: 50%;
	margin-left: -180px;
	}
	

.Tile {
	width: 345px;
	border: 1px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url("/imgsrc/fog.png");
	float: left;
	margin: 10px;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	position: relative;
	}
.Tile:first-line {
	font-weight: bold;
	}
	
.Tile img {
	border: 2px white solid;
	margin: 5px;
	float:left;
	}
.Tile hr {
	width: auto;
	clear: both;
	}	

.FullTile {
	width: 724px;
	border: 1px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url("/imgsrc/fog.png");
	float: left;
	margin: 12px;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	position: relative;
	}
.FullTile:first-line {
	font-weight: bold;
	}
	
.FullTile img {
	border: 2px white solid;
	margin: 5px;
	float:left;
	}
.FullTile hr {
	width: auto;
	clear: both;
	}	


img.comic {
  padding: 5px;
  color: black;
  background-color: white;
  font-size: 10pt;
  font-weight:bold;
  position: relative;
  left: -15px;
  }


.comicbox {
  text-align: center;
  width: 595px;
  padding: 15px;
  color: black;
  background-color: white;
  font-size: 10pt;
  font-weight:bold;
  border: 3px white ridge;
}

.characterbox {
  width: 595px;
  height: 109px;
  padding: 15px;
  color: black;
  background-color: white;
  font-size: 10pt;
  font-weight:bold;
  border: 3px white ridge;
}

.characterbox img {
  padding-top: 5px;
 }

.characterthumb {
  float:left;
  margin-right:1em;
  width: 100px;
  height: 100px;
}

.tiny {
	position: absolute;
	top: 15px;
	right: 40px;
	font-size: xx-small;
	text-align: right;
	float: right;
	}

pre {
	font-weight: bold;
}
