/* --------------------*/
/* zerar todos estilos */
/* --------------------*/
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, font, 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,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* ------------------------*/
/* zerar todos estilos fim */
/* ------------------------*/

html {
	width: 100%;
	height: 100%;
	background: #f7c251 url("../img/bg.gif") repeat;
}

body {
	width: 100%;
}

#tudo {
	position: relative;
	width: 769px;
	min-height: 540px;
	_height: 540px;
	margin: 10px auto 3px auto;
	background: #ffffff;
	border: 2px solid #e5e3e0;
}

#banner {
	position: relative;
	width: 769px;
	height: 220px;
	background: #ffffff;
}

#menu {
	position: relative;
	text-align: center;
	width: 769px;
	height: 35px;
	padding-top: 5px;
	background: #ffffff url("../img/menu.gif") no-repeat 0 100%;
}

#menu ul { list-style: none; padding-top: 8px;} 
#menu ul li { display: inline;} 

#menu ul li a {
  	padding: 0 35px 0 30px;
  	color: #FFFFFF;
  	text-decoration: none;
  	font: bold 80% Arial,Comic Sans;
  	text-transform: capitalize;
  	letter-spacing: 1px;
  	text-decoration: none;
}

#menu ul li a.selected {
  	color: #000000;
}

#menu ul li a.selected:hover {
	text-decoration: line-through;
	color: #000000;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #67423c;
}

#centro {
	position: relative;
	width: 767px;
	min-height: 260px;
	_height: 260px;
	background: #fef9f1;
	text-align: center;
}

#quadrado_centro {
	position: relative;
	width: 747px;
	min-height: 240px;
	_height: 240px;
	margin: 10px;
	border: 1px solid #deb17d;
}

#centro_dinamico {
	position: relative;
	width: 727px;
	min-height: 220px;
	_height: 220px;
	border: 10px solid #efcba1;
	background: #FFFFFF;
	padding: 20px 0;
}

#rodape {
	position: relative;
	width: 759px;
	height: 20px;
	text-align: center;
	font: bold 70% Arial,Helvetica,Verdana;
	margin: 10px auto 3px auto;
}

#rodape a {
	color: #000000;
	text-decoration: underline;
	padding: 4px;
}

#rodape a:hover {
	color: #000000;
	background: #9bab85;	
}

#clear {
	clear: both;
}

p.texto {
	text-align: justify;
	font: normal 80% Arial,Helvetica;
	text-indent: 20px;
	padding: 5px 20px;
}
