* {
        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:#F5D6C2;
        color:#000000;
        font-size:11px;
        font-family:Verdana, Arial, sans-serif;
  text-align:center;

}
/* This class sets the width and position for all rows */
.inside{
/*border:solid 1px dashed #000;
*/
        width:800px;
        margin:0 auto;
  text-align:left;

}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
  background-color:#000000;
  background-image:url('http://www.adultcurator.com/img/top1.gif');
  background-repeat:repeat;
}

#header .inside{
  padding:2em 0;
}

#header h1{
        font-size:2.25em;
        margin:0 0.5em 0 0;
        padding:0 0.5em 0.25em 0;
        border-right:1px solid #808080;
        float:left;
}
#header h1 a{
  text-decoration:none; 
  color:#000;
}

#header h1 a:visited{
  text-decoration:none; 
  color:#000;
}

#header p{
        padding:1em 0;
        margin:0;
        line-height:1em;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
        clear:both;
        color:#939393;
        margin:0 0 3em 0;
}
#footer .inside{
  padding:1em 0;
}
#footer p{
        margin:0;
        font-size:0.95em;
}
#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{
        padding:0 0 0 1em;
        text-decoration:none;
        color:#525252;
        FONT-WEIGHT: bold;
}
#footer p.right a:hover{
        color:#000;
}


