body {
	text-align: center;
	background-image: url('http://furthiahigh.concessioncomic.com/other_images/bricks.png');
	background-repeat: repeat;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	background-image: url('http://furthiahigh.concessioncomic.com/other_images/header.png');
	background-repeat: repeat;
	background-position: center;
	min-width:1000px;
}

.body {
	position: static;
	margin: 0 auto;
	border-collapse: seperate;
	border-spacing: 5px;
}

.maincontent {
	background-color: white;
	border: 5px solid black;
	margin: 5px;
	padding: 5px;
	width: auto;
	height: auto;
}

.sidecontent {
	width: 120px;
	height: 130px;
	vertical-align: top;
	text-align: center;
	background: none;
}

.news {
	background-color: white;
	border: 5px solid black;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #660099;
	text-decoration: none;
}

a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FFCA11;
	text-decoration: none;
}

img {
	text-decoration: none;
	border: 0px none black;
	behavior: url(iepngfix.htc)
}

img.invis {
	display:none;
}

.adHeadline {
	font: bold 10pt Arial; 
	text-decoration: underline; 
	color: #660099;
}

.adText {
	font: normal 10pt Arial; 
	text-decoration: none; 
	color: #000000;
}

img.preload {
	width:0px;
	height:0px;
	}