* {  
	margin: 0;
 	padding: 0;
 }

body {
	min-width: 778px;
	max-width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #3e3e3e;
	background-image: url(../imagens/estrutura/background.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #da251c;
}
a:hover {
	text-decoration: underline;
	color: #da251c;
}

h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}


/* GERAL */
#geral {
	width: 778px;
	position: relative;
	}
	
/* TOPO */
#topo {
	height: 126px;
	width: 778px;
	background-color: #FFFFFF;
	position: relative;
	}

#logo {
	width: 192px;
	height: 126px;
	float: left;
	}
	
/* MENU */
#menu {
	height: 126px;
	float: left;
	}

/* RODAPE */
#rodape {
	width: 778px;
	height: 9px;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../imagens/estrutura/rodape.png);
	background-repeat: no-repeat;	
	}
