body
{ 
	background: #000 url(/images/site/bg.png);
	background-repeat: repeat;
	background-position: top center;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 10px;
	line-height: 135%;
        margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: left; /* centers board in MSIE */

}


.logo
{
	text-align: left;
	background: url(/images/site/bg.png);
	background-repeat: repeat;
	background-position: top left;
	border: 0;
	height: 124px;
        width: 200px;
	margin: 0;
	padding: 0;
	color: #445566;
}
.main
{
	border: 0px;	/* way outside border. */
	font-family: arial, serif;
	width: 875px;
	font-size: 12px;
	background-color: transparent;
	color: black;
}
.main td
{
	border: 1px solid black;	/* all of the inner borders. */
	background-color: #F0F0F0 ;
}
.subdomains
{
	background: #FFF url(/images/site/bar.png);
	color: black;
}
.subdomains a				/* button on subdomain area. */
{
	border:0px solid #ccc;
	background-color:#fff url(/images/site/bar.png);
	text-decoration:none;
	color:#efefef;
	text-align: center;
	font-weight: bold;
	width: 125px;
	padding-left: 10px;
	padding-right: 10px;
}
.subdomains a:hover
{
	color: white;
	text-shadow: 0px 0px 5px #fff;
}
.copyright
{
	background: #FFF url(/images/site/bar.png);
	color: white;
	font-weight: bold;
}
.header
{
	border: 1px solid grey;
	background: #FFF url(/images/site/bar.png);
	text-align: center;
	font-weight: bold;
	color: white;
}
.noborder
{
	border: 0px;
}
.noborder td
{
	border: 0px;
}
hr
{
	border-top: 1px dashed black;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #ffffff;
	background-color: white;
}
.title
{
	font-size: 14px;
}
.archive
{
	float: right;
}
.blacklink a,
.archivelink a
{
	background-color: white;
	color: black;
}
.comiclink a
{
	color: white;
}
.archivelink a
{
	float: right;
}
.button a				/* button on navigation area. */
{
	display: block;
	border:0px solid #ccc;
	background-color:#efefef;
	text-decoration:none;
	color:#000;
	text-align: center;
	font-weight: bold;
	width: 125px;
}
.nobutton a
{
	display: inline;
	border: 0px;
	background-color: white;
	color: black;
}
a:hover
{
	color: white;
	text-shadow: 0px 0px 5px #000;
}
.nobutton img,
.comic_image img
{
	border: 1px solid black;
}
input,
textarea
{
	border:1px solid #ccc;
	background-color:#efefef;
	text-decoration:none;
	color:#000;
	font-weight: bold;
	font-size: 12px;
}
.linput input,
.linput textarea
{
	width: 75%;
}
.linput_full input,
.linput_full textarea
{
	width: 95%;
}
