* {
        padding:0;
        margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl { margin:1em 0; }

a img{ border:none; }

body{
        /*original background color: 272727*/
        background:#FFCCCC;
        color:#000000;
        font-size:11px;
  FONT-FAMILY: Comic Sans MS, sans-serif, Verdana, Arial;
  text-align:center;

}
/* This class sets the width and position for all rows */

#main{
  background:#FFF; 
  border-left:1px solid #000;
  border-right:1px solid #000;
  width:700px;
  margin:0 auto;
  text-align:left;
  padding:0 5px 0 5px;
}

.inside{
  background:#FFF; 
  width:100%;
  margin:0 auto;
  text-align:left;
  clear:both;
/*  padding:0 5px 0 5px;
*/
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
  background:#FFF;
  width:100%;
  overflow:hidden;
  text-align:center;
}

#header .inside{
  padding:10px 10px 10px 10px;
  width:100%;
  overflow:hidden;
}

#header h1{
  font-size:2.25em;
  margin:0 0.5em 0 0;
  padding:0 0.5em 0.25em 0;
  width:100%;
  text-align:center;
}
#header h1 a{
  text-decoration:none; 
  color:#000;
}

#header h1 a:visited{
  text-decoration:none; 
  color:#000;
}

#header p{
  padding:0 0 0 0;
  margin:0 auto;
}

#header p.right{ 
text-align:center;
width:420px;
background:#33CCFF;
height:15px;
padding: 5px 0 5px 0;
margin:0 auto;
}

#header p.right a, #header p.right a:visited {
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: BOLD;
}
#header p.right a:hover{
  text-decoration: none;
  color:#FFCCCC;
  FONT-WEIGHT: BOLD;
}

#cats{
  background:#FFF;
  font-size:11px;
  FONT-WEIGHT: bold;
  width:100%;
}

#cats .inside{
  padding:2px 0;
  background:#99FFCC;
  border:1px solid #000;
  overflow:hidden;
}

#cats .catcol {
  float:left;
  padding: 5px 5px 5px 5px;
  width: 17%;
  margin:0px 5px 0px 0px;
  text-align:center;
}
#cats a, #cats a:visited{
  font-size: 1.2em;
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: bold;
}

#cats a:hover{
  text-decoration: none;
  color:#33CCFF;
  FONT-WEIGHT: bold;
}

#cats a.curcat{
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: bold;
}
#cats a.curcat:visited{
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: bold;
}
#cats a.curcat:hover{
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: bold;
}

#links{
  font-size:12px;
  padding:10px 0 0 0;
}

#links .inside{
  padding:2px 0;
}

#links a, #links a:visited{
  font-size: 1.2em;
  text-decoration: none;
  color:#3399CC;
  FONT-WEIGHT: bold;
}

#links a:hover{
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: bold;
}

#links a.lc, #links a.lc:visited{
  text-decoration: none;
  color:#3399CC;
  font-size:11px;
  FONT-WEIGHT: normal;
}
#links a.lc:hover{
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: underline;
  font-size:11px;
  FONT-WEIGHT: normal;
}

#links li {
  padding:5px;
  list-style-type:none;
}

#links font.hot{
  color:#FF9999;
}

#links font.new{
  color:#FF9999;
}

#links font.lc{
  color:#939393;
  background:#DDEECC;
}

#links p.linkcat{
  font-size:11px;
  height:25px;
  width:100%;
  line-height: 160%; 
  background:#F2F2F2 url("/img/bg1.gif") repeat;
  margin: 0 auto;
  padding: 4px 3px 0 4px;
  text-align: right;
}

/*-----------------------------------------------------------------------------------------------
  Direct Bar
-----------------------------------------------------------------------------------------------*/

#dbar{
  background:#FFF;
  font-size:12px;
  FONT-WEIGHT: normal;
  color:#525252;
}

#dbar .inside{
  padding:2px 0;
}

#dbar a, #dbar a:visited{
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: bold;
  padding:3px 3px 3px 3px;
  background:#33CCFF;
}
#dbar a:hover{
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: bold;
  padding:3px 3px 3px 3px;
  background:#99FFCC;
}

#dbar a.prev{
  font-size:1em;
}

#dbar a.next{
  font-size:1em;
}

#dbar font.curr{
  font-size:1em;
  color:#000;
  FONT-WEIGHT: bold;
  padding:3px 3px 3px 3px;
  background:#99FFCC;
}

#footer{
        clear:both;
        color:#939393;
        margin:0 0 3em 0;
}

#footer .inside{
  padding:1em 0;
}
#footer p{
        margin:0;
        font-size:0.95em;
}

#footer a, #footer a:visited{
  font-size: 1em;
  text-decoration: none;
  color:#FF0099;
  FONT-WEIGHT: normal;
}
#footer a:hover{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}

#footer p.top{ 
/*  text-align:justify;
*/
  text-align:center;
  FONT-WEIGHT: bold;
  color:#000;
}

#footer p.top a{
  font-size: 1em;
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}
#footer p.top a:visited{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}
#footer p.top a:hover{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}


#footer p.left{ float:left; }
#footer p.right{ float:right; }
#footer p.right a, #footer p.right a:visited{
  padding:0 0 0 1em;
  text-decoration:none;
  color:#525252;
  FONT-WEIGHT: bold;
}
#footer p.right a:hover{
  color:#000;
  FONT-WEIGHT: bold;
}


