﻿body {
	margin: 0px;
	background: 000000; 
	margin-left: 2px;
	margin-right: 2px;
	padding: 5px;
	font-size: 1.0em;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
p {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height: 1.0em;
	font-size: 1.0em;
	margin: 0px; /* otherwise paragraph margin top is always outside the box */
	padding: 0px;
}
h1, h2, h3, h4, li {
	margin: 0px;
	padding: 2px;
}
#content {
	width: auto;
	margin: 0px 160px 0px 160px;
	z-index: 2;
}
#header, #footer {
	position: relative;
	text-align: center;
	margin: 0px;
}
#header {
	height: 200px;
	padding: 0px;
	z-index:0;
}
#footer {
	height: 10px;
	text-align:center;
	padding: 10px;
	background-color:white;
	visibility: hidden;
	line-height: 0.9em;
	font-size: 0.9em;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	z-index: 0;
		
	
}
#left, #right {
	
	position: absolute;
	top: 200px;
	width: 160px;
}
#left {
	left: 0px;
	z-index: 2;
}
#right {
	right: 0px;
	z-index: 2;
}
.headbg {
	text-align:left;
	z-index:3;
	/* could put this in headinclude */
}
.pnavbar {
	font-size: 8px;
	font-weight: bold;
	
	
}
.block {
	padding: 0px;
	border: 0px #ffffff; /* page background */
	margin: 2px;
	
}
.blockheader {
	/* could put this in headinclude */
	background: url(/forums/images/gradients/gradient-b_tcat.gif) repeat-x top left;
	color: #ffffff; /* category strips */
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	
}
.blockheader a:visited {
	color: #ffffff; /* table heade font colour */
	text-decoration: none;
}
.blockcontent, .altblockcontent {
	color: #000000; /* first alt font colour */
	font-size: 10px;
	margin: 0px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	
}
.blockcontent {
	background-color: #ffffff; /* first alt */
	padding: 5px;
}
.blockfooter {
	background-color: #545455; /* table footer */
	background: url(/forums/images/gradients/gradient-b_tcat.gif) repeat-x top left;
	color: #ffffff; /* table footer font colour */
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 2px;
	border-top: 0px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.blockfooter a:link {
	color: #ffffff; /* table footer font colour */
	text-decoration: none;
}
.blockfooter a:visited {
	color: #ffffff; /* table footer font colour */
	text-decoration: none;
}
.urlrow, .textrow, .blockform, .boxform, .loginform {
	margin: 0px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.textrow, .blockform, .boxform, .loginform {
	font-size: 10px;
}
.urlrow {
	font-size: 11px;
}
.textrow, .urlrow {
	padding: 2px 2px;
}
.blockform, .loginform {
	padding: 2px;
}
.boxform {
	padding: 2px;
}
.newsfeed {
	text-align:left;
	
}
.gogif {
	padding: 0px 3px 0px 3px;
	margin: 0px;
}
hr {
	display: block;
	height: 2px;
	line-height: 2px;
	background-color: #545555; /* table border */
	color: #000;
	width: 80%;
	margin: 0px auto 5px auto;
	padding: 0;
}
.hr hr {
	display: none;
}
.alturl {
	white-space: nowrap;
}
.alturl a:link {
	text-decoration: none;
}
.alturl a:visited {
	text-decoration: none;
}
.alturl a:hover, .alturl a:active {
	text-decoration: underline;
}
