/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #EEAE02;
	margin: 0;
	background-image: url(../imagem/background_yellow.gif);
	background-repeat: repeat;
}
#CORPO H1 {
	color: #D29902;
}

/* MENU ------------------------------------------------------------------*/

#MENU2 {
	background-color:#4C3253;
}
#MENU2_OP a:hover {
	color: #FF0;	
	border-bottom-style:solid;
	border-bottom-color:#9E7BAE;
}

/* GALERIA ------------------------------------------------------------------*/

#GALERIA img {
	border:2px solid #D29902;
}

