/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 margin-top: 10px; 
 text-align:center; 
              font-family: Verdana, Ariel, sans-serif;
               font-size: 11px;
background: #ccc;
color: #333;
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
} 

#forums{
width: 412px;
align: center;
}
 
#header{ 
 height:130px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative; 
 margin-left:-180px; 
 margin-right:1px; 
}
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 180px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #738986;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 180px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #738986;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:180px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-180px; 
 margin-left:1px; 
} 
 
#footer{
 height:20px; 
 width:100%; 
 background-color: gold;#B9DFDF; 
  text-align: center;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

#login{ 
 height: 30px; 
 width:100%; 
 background-color: gold; 
 
 } 

.rn {
           padding-bottom: 5px;
           color: white;
           padding-left: 5px;
}
.rn a {
font-weight: bold;
text-decoration: underline;
color: white;
}
.rn a:visited {
font-weight: bold;
text-decoration: underline;
color: white;
}
.rn a:hover {
font-weight: bold;
text-decoration: none;
color: #FF9900;
}
.tagline {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.blogtitle {
  
  text-align: center;
  color: white;
  font-weight: bold;
  background: url(/images/tsttitle.jpg);
  height: 45px;
   font-size: 12px;
   font-weight: bold;
  
}

 ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}