body { 
  font: 10px verdana, arial, sans-serif;
  background-color: #fff;
}


a {
  text-decoration: none;
  color: #3B85CA;
}
a:hover { color: #000; }

h1 { font-size: 12px; font-weight: bold; text-align: left; }

#wrap 
{
  
  width: auto;
  padding: 0px;
  background-color: #fff;
border: 0px solid #cccccc; 
}


#header 
{
  height : 90px;
  background-color : #000000;
  background: url(back.png);
}
#header h1 { padding-left: 10px; padding-top: 12px; font-size: 25px; color: #FFF; }
#header h1 a { font-size: 25px; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 19px; color: #FFE51E; }

#menucat {
  text-align: center;
  border: 1px solid #ccc; 
  background: #eee;
}

#menu {
  text-align: center;
  margin-top: 10px;
  font-size : 18px;
  font-weight: 600;
  border: 1px solid #ccc; 
  background: #eee;
}

#menu a {
  color : #3B85CA;
  text-decoration : none;
  padding: 10px;
}
#menu a:hover {
  color : #000;
}

#menu2 {
  text-align: center;
  font-size : 12px;
  border: 1px solid #ccc; 
  background: #eee;
}



#menu a {
  color : #3B85CA;
  text-decoration : none;
  padding: 10px;
}
#menu a:hover {
  color : #000;
}

#live {
  text-align: justify;
  margin-top: 10px;
  font-size : 12px;
  font-weight: 600;
  border: 1px solid #ccc; 
  background: #eee;

}
#content { 
  text-align: left;
  margin-top: 5px;
  padding: 0px;
  font-size: 12px;
}
#content h2 { font-size: 15px; color : #444; }

#footer { 
  margin-top: 25px; 
  clear: both;
  text-align: center; 
  color: #777; 
}
