/*
Autor:   Raphael Finardi
Website:  www.premioserhumano.com.br
*/

/* Body. */



* { margin:0; }
 
  


body {
background-position:center;
background-position:top;
background-repeat:no-repeat;


  font-family:Arial;
  font-size:10px;
  }
  


/* Estrutura */

#contentGeral{width:800px; margin:0px auto 0px auto;  }

#contentL{float:left; width:175px; padding:0px 0px 0px -15px; margin-left:0px;}
#contentR{float:right; width:600px; padding:0px 30px 0px 0px; overflow:auto; height: 550px }
#contentC{float:center; width:600px; padding:0px 0px 0px 15px; height: 500px }

#footer {
  clear:both;
  text-align:right;
  padding:0px;
  font-size:11px;
  line-height:15px;
  position:relative;
}


/* Lista Menu */

#nav ul {
  list-style-type:none;
  }


.css_menu_texto
{
  margin-top: 11px;
}

#css_menu
{
  text-align:left;
  float:center;
  text-align:center;
  background-image:url(../but.gif);
  height:44px;
  width:164px;
  font-family:Times;
  font-size:10px;
}

#css_menu:hover
{
  background-image:url(../hover.gif);
  float:center;
  text-align:center;
  height:44px;
  width:164px;
  font-family:Times;
  font-size:10px;
}


/* Barra lateral */

#sidebar ul {
  list-style-type:none;
  }
#sidebar li {
  
  }
