/* CSS */
*{
	padding:0;
	margin:0;
}
body{
	background-image: url(../imagens/ana-jardins-fundo.jpg);
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #E6195C;
}
h1{
	font-size: 16px;
	color: #E6195C;
	margin-bottom: 30px;
}
p{
	margin-bottom: 10px;
}
form{
	margin-left: 150px;
}
small{
	font-size: 10px;
}
#topo{
	width: 673px;
	height: 188px;
	margin: auto;
	background-image: url(../imagens/ana-jardins-topo.jpg);
}
#menu{
	width: 673px;
	height: 50px;
	margin: auto;
	background-color: #799A28;
}
#botao0{
	width: 99px;
	height: 40px;
	float: left;
	background-image: url(../imagens/ana-jardins-botao.png);
	margin-top: 10px;
	margin-left: 16px;
	text-align: center;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
}
#botao{
	width: 99px;
	height: 35px;
	float: left;
	background-image: url(../imagens/ana-jardins-botao.png);
	margin-top: 10px;
	margin-left: 10px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
}
#botao1{
	width: 99px;
	height: 40px;
	float: left;
	background-image: url(../imagens/ana-jardins-botao.png);
	margin-top: 10px;
	margin-left: 10px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
#meio{
	width: 673px;
	height: 590px;
	margin: auto;
	background-image: url(../imagens/ana-jardins-meio.jpg);
}
#texto{
	width: 544px;
	height: 333px;
	float: left;
	margin-top: 59px;
	margin-left: 63px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #004924;
}
#imagens{
	width: 600px;
	height: 130px;
	float: left;
	margin-left: 37px;
	margin-top: 30px;
}
#imagens img{
	margin-right: 10px;
	margin-left: 10px;
}
#rodape{
	width: 673px;
	height: 56px;
	margin: auto;
	background-color: #A6CE39;
	color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 4px;
}
