/* CSS Document */
body {
	background-color: #FFFFD6;
	background-repeat: repeat-y;
	background-image: url(imagenssite/flores.jpg);
	background-attachment: fixed;
	background-position: center top;
}

#tabelacabecalho {
	background-color: #FFFFD6;
}

#tabelaladoesquerdo {
	background-color: #FFFFD6;
}

#tabelaladodireito {
	background-color: #FFFFD6;
}

#tabelarodape {
	background-color: #FFF7CE;
}

#ladoesquerdo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}

#ladodireito {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}

#titulo1 {
	font-family: "Arial Rounded MT Bold" ;
	font-size: 28px;
	font-variant: small-caps;
	color: #000000;
}

#texto1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#textodireito {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: right;
}

#conteudo {
	background-color: #FFFFD6;
	margin:0px;
	width:100%;
 	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

#rodape {
	background-color: #FFF7CE;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

p.title {
	font-family:'Trebuchet MS',Arial,Helvetica,Times New Roman;
	font-size:22px;
	font-weight:bold;
	text-transform:capitalize;
	margin-left:50px;
	margin-right:50px;
	padding-top:30px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color: #000000;
	text-align:center;
	vertical-align:middle;
}

p.copyright {
	font-family:'Trebuchet MS',Arial,Helvetica,Times New Roman;
	font-size:12px;
	margin-left:50px;
	margin-right:50px;
	padding-top:0px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:0px;
	color:#AAAAAAA;
	text-align:center;
}