* {
        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{
  background:#FF6600;
  color:#000000;
  font-size:11px;
  font-family:Verdana, Arial, sans-serif;
  text-align:center;
  FONT-WEIGHT: bold;
}

#main{
  background:#FFF; 
  border-left:4px solid #000066;
  border-right:4px solid #000066;
  width:900px;
  margin:0 auto;
  text-align:left;
  padding:0 5px 0 5px;
}

#header{
  background:#FFF;
  width:100%;
  overflow:hidden;
}

#header h1{
  font-size:2.25em;
  margin:0 0.5em 0 0;
  padding:0 0.5em 0.25em 0;
  text-align:center;
  width:100%;
}

#enter {
  background:#FFF;
  width:100%;
  font-size:12px;
  overflow:hidden;
  text-align:center;
  padding:30px 0 30px 0;
  FONT-WEIGHT: bold;
}

#enter a, #enter a:visited {
  font-size: 14px;
  text-decoration: none;
  color:#FF6600;
  FONT-WEIGHT: bold;
}

#enter a:hover {
  font-size: 14px;
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: bold;
}

#cats{
  background:#FFF;
  font-size:11px;
  FONT-WEIGHT: bold;
  width:860px;
  float:left;
  padding:20px 20px 20px 20px;
}

#cats h1 {
  color:#000066;
  font-size:14px;
  padding:0;
  margin:0;
}

#cats ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

#cats li {
  padding:0;
/*  border:1px solid #CCCCCC;
*/
  padding:5px 5px 5px 5px;
  margin:1px 1px 1px 1px;
}


#cats a, #cats a:visited{
  font-size: 1.2em;
  text-decoration: none;
  color:#FF6600;
  FONT-WEIGHT: bold;
}

#cats a:hover{
  text-decoration: none;
  color:#000066;
  FONT-WEIGHT: bold;
}


#footer{
  clear:both;
  color:#939393;
  margin:0 auto;
  padding:10px 10px 10px 10px;
}

#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;
}


