*{
   margin:0;
   padding:0;
}

p{ 
   margin:0 0 11px 0;
}

body{
   background:#C6FDA2;
   font:16px Verdana, Tahoma;
   text-align:center;
}

#conteudo{
   width:1000px;
   height:1440px;
   margin:0 auto;
}

#bloco_esquerdo{
   width:250px;
   height:1550px;
   float:left;
   background:#27742b; 
}

#bloco_esquerdo p{
   font:11px Arial, Tahoma;
}

#bloco_direito p span{
   font-size:20px; 
   color:#27742b;
}

#bloco_esquerdo h1{
   font:17px "Trebuchet MS", Arial, Verdana;
   font-weight:bold;
   font-style:italic;
   color:#F27300;
   text-align:left;
}

#bloco_direito{
   width:700px;
   height:1510px;
   background:#e2fad4; 
   padding:30px 25px 10px 25px;
   text-align:left;
   float:right;
}

#bloco_direito h1{
   font:20px Verana, Tahoma;
   /*color:#999;*/
   padding:0 0 20px 0;
}

#bloco_direito li{
   margin:5px 0 0 30px;
}

#divclear{
   clear:both;
}

#rodape p {
	text-align: center;
	font-size: 14px;
	color: #999;
}

#rodape a {
	text-decoration:none;
	color: #999;
}

#rodape a:hover{
    color:#990000;
}



























