/*reset para os navegadores*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*fim do reset*/

body { background-image:url(../imagens/back.png); font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}


#topo{ margin:0 auto; width: 1000px;}
#banner { margin:0 auto; width: 1000px; padding:20px;}
#amarelo { width:100%; height:300px; background-color: #F8CB02; border-top: solid 3px #666666;border-bottom: solid 3px #666666;}
#conteudo-amarelo { margin:0 auto; width: 1000px; text-align:center;}
#conteudo-amarelo img { margin:10px;}
#rodape { margin:0 auto;  width: 1000px; height:182px; position: relative;clear:both}

#textos { margin:0 auto; width:980px; padding:10px; color:#FFF;}
