@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	} 

body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#66ad44;
	background-image:url(../imagens/bg2.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	} 
	
#tudo{
	width:980px;
	min-height:100%;
	position:absolute;
	background-color:#FFFFFF;
	margin-left:15%;
	}


#topo{
	width:980px;
	height:300px;
	background-color:#30770f;
	background-image:url(../imagens/header.jpg);
	}
	
#menu{
	width:980px;
	height:50px;
	background-image:url(../imagens/menu.png);
	background-repeat:no-repeat;
	text-align:center;
	padding:0 auto;
	padding-top:8px;
	}
	
#menu ul,li{
	display:inline-block;
	height:40px;
	float:right;
	}
	
#menu li{
		margin:3px;
		background-image:url(../imagens/menubg.png);
		background-repeat:repeat-x;
		width:100px;
		padding-top:9px;
		height:33px;
		}
		
#menu a{
	color:#0066FF;
	font-weight:900;
	text-decoration:none;
	}
	
#menu a:hover{
	color:#993300;
	font-weight:900;
	text-decoration:none;
	font-size:15px;
	}
#menu a:active{
	color:#FFCC00;
	font-weight:900;
	text-decoration:none;
	font-size:15px;
	}

#conteudo{
	width:980px; 
	min-height:100%;
	padding-bottom:80px;
	position:absolute;
	background-color:#fff;
	background-image:url(../imagens/bg_conteudo.jpg);
	background-repeat:repeat-y;
	} 
	
#centro{
	width:650px;
	height:100%;
	margin-left:15px;
	float:left;
	padding-right:30px;
	padding-bottom:50px;
	padding-top:0px;
	text-align:justify;
	}
	
#centro a{
	text-decoration:none;
	color:#003333;
	} 
	
#direita{
	width:250px;
	height:100%; 
	float:left;
	text-align:center;
	padding-top:5%;
	padding-bottom:30px;
	}
	
#direita a{
	text-decoration:none;
	color:#fff;
	}

#rodape{
	width:980px;
	height:80px;
	padding-top:5px;
	text-align:center;
	color:#fff;
	font-size:14px;
	bottom:0;
	position:absolute;
	background-image:url(../imagens/footer.jpg);
	background-color:#80bd80;
	}
	
#rodape p{
	color:#FFFF00;
} 
	
.enderecoDesigner a{
	color:#fff;
	font-size:12px;
	}
	
blockquote{
	background-image:url(../imagens/indica.png);
	background-repeat:no-repeat;
	width:220px;
	height:80px;
	margin-bottom:10px;
	margin-left:10px;
	font-weight:900;
	}

p{
	color:#23520e;
	line-height:150%;;
	margin-top:5px;
	text-indent:5%;
	}

h1{
	font-size:18px;
	color:#993300;
	}

h2{
	font-size:18px;
	color:#993300;
	}
h3{
	font-weight:500;
	color:#CCCC33;
	}
	
img{
	margin:15px;
	}
	