.maincontent h1 {
font-size: 1.7em;
font-weight: bold;
color: #cc0000;
margin-left:12px;
}
h3 {
font-size: 1.1em;
margin-left:15px;
margin-top:.6em;
margin-bottom:.9em;
font-weight: bold;
line-height: 150%
}
.maincontent p {
line-height: 1.6em;
margin-left: 1.8em;
margin-top: 1.2em;
margin-bottom: 1.1em;
margin-right: 1.6em;
}
.maincontent ul {
line-height:1.3em;
margin-right:25px;
}
p.quote {
display: block;
width: 400px;
line-height: 1.6em;
margin-top: 1.2em;
margin-left:auto;
margin-right:auto;
margin-bottom: 1.1em;
font-style: italic;
}
.column-two-content p {
line-height: 1em;
margin-top: -1em;
margin-left: 21px;
margin-bottom: 0px;
}
p.botbut {
font-size: 0.9em;
line-height: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 10%;
text-align: right;}
p.botbutl {
font-size: 0.9em;
line-height: 1.5em;
margin-top: 1.5em;
margin-left: 5px;
text-align: left;}
a:link {color: #cc0000; text-decoration: none}
a:visited {color: #cc0000; text-decoration: none}
a:hover {color: #ff0000; text-decoration: none}
a.tre:link {color: #cc0000; text-decoration: none}
a.tre:visited {color: #cc0000; text-decoration: none}
a.tre:hover {color: #cc0000; text-decoration: underline}
.column-two-content a:link {color: #ccc; text-decoration: none}
.column-two-content a:visited {color: #ccc; text-decoration: none}
.column-two-content a:hover {color: #fff; text-decoration: none}
a.fou:link {color: #ccc; text-decoration: none}
a.fou:visited {color: #ccc; text-decoration: none}
a.fou:hover {color: #fff; text-decoration: none}
.top
{
position:absolute;
top:0px;
}
.bottom
{
position:relative;
bottom:0px; margin-bottom: -5px;
}
.adbot
{
position:relative;
bottom:0px;
margin-left: -15px;
width:120px;
height:600px;
}
img.lef
{
float:left;
border:0px;
margin:0px 5px 0px 0px;
}
img.rig
{
float:right;
border:0px;
margin:5px;
padding-right:18px;
}
div.imgcontainer {max-width: 440px; margin-left: auto; margin-right: auto; background:#00f;}
div.tpic {float:left;text-align:center; width:200px; margin:5px; padding:5px; background:#0f0;}
div.lpic {border: 1px solid black; margin: 0px 10px 20px 10px; padding: 0px; float: left; width: 200px; text-align: center;}
div.rpic {border: 1px solid black; margin: 0px 0px 20px 10px; padding: 0px; float: left; width: 200px; text-align: center;}
div.spacer {clear:both;}


/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	margin: 0px;
	padding: 0px;
	background-color: #242424;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 69%;
	color: #ccc;
	}
div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap
{
	color : #ccc;
	background-image: url('nbg3.jpg');
	background-repeat: repeat-y;
	width: 950px;
	margin-left:auto;
        margin-right:auto;
	top: 0px;
	}
.box-header
	{
background-image: url('ntop3m.jpg');
background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
	height:250px;
	}
h1 { margin: 0px; }
h2
	{
	font-size: 1em;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 0em;
	} 
.box-footer
	{
	background-image: url('nbot3.jpg');
	background-repeat: no-repeat;
	height: 92px;
	padding: 0;
	clear: both;
	border: none
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.topboxl
{
float:left;
width:300px;
height:125px;
margin-bottom:35px;
}
.topboxr
{
float:right;
width:335px;
height:125px;
margin-bottom:35px;
}
.maincontent
	{
	padding: 0px;
	padding-top:76px;
	margin:0px;
	clear: both;
	border: none;
	}
.columns-float
	{
	float: left;
	width: 795px;
	padding:0px;
	margin:0px;
	}
.column-one
	{
	float: right;
	width: 635px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-right: 635px; }
.column-three {margin-left: 795px; }
/* */
.column-one-content
	{
	padding: 0px;
	border: none;
	color: #000;
	}
.column-two-content, .column-three-content
	{
	margin:0px;
	padding: 6px;
	border: none;
	color: #ccc;
	}
.column-one-content { 
background-image: url('ntemp3m.jpg');
background-repeat: no-repeat;
 }
.column-one-content img {
 display:block;
 margin-left:auto;
 margin-right:auto;
}
.column-two-content { 
background-image: url('nleft3m.jpg');
background-repeat: no-repeat;
margin-top:0px;
}
.column-two-content p {
line-height:110%;
}
.column-three-content { 
background-image: url('nright3m.jpg');
background-repeat: no-repeat;
margin-top:0px;
overflow:hidden;
 }
.column-three-content p {
width:133px;
overflow:hidden;
}
.column-three-content img {
 display:block;
 margin-left:auto;
 margin-right:auto;
 }
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 0px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */

/* TOP BOX DIVS */

.headertl
{
height:16px;
width:200px;
margin-left:28px;
margin-top:5px;
padding:0px;
clear:both;
overflow:hidden;
}
.headertl h4
{
font-size: 11px;
font-weight:bold;
color: #fff;
margin:0px;
padding:0px;
}
.bodytl
{
width:290px;
height:120px;
margin-left:12px;
margin-top:0px;
padding:0px;
color:#ccc;
}
.bodytl img
{
float:left;
padding-top:3px;
padding-right:10px;
margin-left:1px;
}
.bodytl p
{
height:100px;
overflow:hidden;
}

.headertr
{
height:16px;
width:292px;
margin-left:8px;
margin-top:5px;
padding:0px;
clear:both;
overflow:hidden;
}
.headertr h4
{
font-size: 11px;
font-weight:bold;
color: #fff;
margin:0px;
padding:0px;
}

.bodytr
{
width:270px;
height:110px;
margin-left:30px;
margin-top:15px;
padding:0px;
color:#ccc;
}
.bodytr img
{
float:left;
padding-right:3px;
}
.bodytr ul
{
padding-left:10px;
padding-top:3px;
height:95px;
overflow:hidden;
margin:0px;
list-style-position: inside;
line-height:150%;
}
.column-three-content ul
{
padding-left:2px;
padding-top:3px;
margin:0px;
list-style-position: inside;
line-height:150%;
}
.gadr
{
display:block;margin-right:10px;margin-left:auto;width:470px;
}
.gadc
{
display:block;
}
.gadl
{
display:block;margin-right:auto;margin-left:0px;width:470px;
}
.content img {
 display:block;
 margin-left:auto;
 margin-right:auto;
}

/* media */

.mediatable {
border:0;width:600px;margin-left:auto;margin-right:auto;
}
.mediatable td {
  width:170px;
}
.mediatable img {
  margin-bottom:3px;
  border:1px #aca084 solid;
}
.mediatable img:hover {
  border:1px #c00 solid;
}
.mediasource {
  font-size:.8em;
}
.fanfiction p {
  text-indent:3em;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:.8em;
  margin-top:.8em;
}

/* news */

div.newsbox {
width:560px;
margin-left:20px;
display:block;
}
.newsbox h1 {
font-size:1.5em;
}
.newsbox ul {
margin-top:1.6em;
list-style-position: outside;
list-style-type:none;
}
.newsbox li {
line-height:1.5em;
margin-bottom:5px;
}
ul.newslist {
margin-top:1.8em;
list-style-position: outside;
list-style-type:none;
}
.newslist li {
line-height:1.5em;
margin-bottom:5px;
width:560px;
}
.newslistlink {
font-size:1.2em;font-weight:bold;color:#900;line-height:2.5em;
}
.newslistlink a:link {
color:#900;text-decoration:underline;
}

/* info */

.infobosses {
width:208px;
line-height:165%;
float:right;
margin:20px 30px 5px 5px;
}
.infobosses p {
margin:0;
padding:0;
text-align:center;
font-size:1.2em;
color:#300;
}
.infectedpiclinks {
font-size:1.7em;
font-weight:bold;
margin-left:10px;
}
h5 {
margin:0;
padding:0;
font-size:1.3em;
font-weight:bold;
color: #990000;
margin-left:15px;
margin-bottom:-5px;
}
.boydul li {
  margin-bottom:1em;
}
