body {
	background-image:url(../img/guina.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#CC0000;
	margin-top:0;
}
#tudo {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	width: 550px;
	height: 170px;
	float: right;
	margin-right: 40px;
}
#esquerda {
	width: 383px;
	float:left;
}
#corpo {
	width: 538px;
	float: right;
	margin-right:50px;
	margin-top: 8px;
}
#rodape {
    margin-top:25px;
    float:left;
	width: 990px;
	height: 70px;	
}
.amenu {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #F8D3D3;
	font-weight: bold;	
}
.amenu:link {
	text-decoration: none;
	color: #F8D3D3;
}
.amenu:visited {
	text-decoration: none;
	color: #F8D3D3;
}
.amenu:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.amenu:active {
	text-decoration: none;
	color: #CCCCCC;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #F2F2F2;
	font-weight: bold;
}
.titulo2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 17px;
	color: #F2F2F2;
}
.titulo3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 30px;
	color: #FFCC00;
	font-weight: bold;
}
.texto {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.bgquadro {
	background-image: url(../img/bgquadro.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgquadro2 {
	background-image: url(../img/bgquadro2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.titulo:link {
text-decoration: none;
}
.titulo:visited {
text-decoration: none;
}
.titulo:hover {
text-decoration: underline;
}
.titulo:active {
text-decoration: none;
}
.atexto {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 11px;
color: #FFFFFF;
}
.atexto:link {
text-decoration: none;
}
.atexto:visited {
text-decoration: none;
}
.atexto:hover {
text-decoration: underline;
}
.atexto:active {
text-decoration: none;
}
.border {
	border:1px solid #FFCC00;
}
 
div#tumbgal {
	margin: 17px;
	float: left;
	height: 180px;
	width: 140px;
}       
div#tumbgal2 {
	margin: 17px;
	float: left;
	height: 140px;
	width: 140px;
}

input,textarea {
background:#FFDFDF; 
/* a cor do fundo dos três campos */

border:1px solid #FFCC00;
/* uma borda de 1px tracejada e na cor laranja para 
o campo */
} 