/* CSS Document */

body {
	margin:0;
	padding:0;
	font:11px Verdana, Geneva, sans-serif;
	background:#FFEAAA url(images/background.jpg) repeat-x;
}

ul, h1, p, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

img {
	border:0;	
}

h2 {
	font-size:18px;
	padding-bottom:5px;
}

h3 {
	font-size:16px;
	color:#451906;
	border-left:4px solid #E5AA00;
	padding-left:10px;
	margin-bottom:10px;
	margin-top:20px;
}

a {
	color:#F90;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#333;
	text-decoration:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearBoth {
	clear:both;	
}

.tituloPaginas {
	font-size:20px;	
	color:#FFF;
	margin-left:10px;
	
}

.data {
	margin-right:10px;
	color:#FFF;
	padding-top:6px;
}


#header {
	width:838px;
	margin:0 auto;
}

#header div.logo {
	width:288px;
	height:140px;
}

#header div.menuFrase {
	width:518px;
	height:130px;
	margin-top:8px;
	margin-right:30px;
}

#header div.menuFrase div.frase {
	font-size:16px;
	color:#E5AC00;
	font-weight:bold;
	width:270px;
	float:right;
	padding-right:50px;
	padding-top:40px;
}

#header div.menuFrase div.frase div.txtEsquerda {
	text-align:left;
}

#header div.menuFrase div.frase div.txtDireita {
	text-align:right;
}

#header div.menuFrase div.menu {
	width:518px;
	height:35px;
	background:url(images/background_menu.jpg) no-repeat; 
	float:right;
	margin-top:21px;
}

#header div.menuFrase div.menu a {
	color:#FFF;
	text-decoration:none;
}

#header div.menuFrase div.menu a:hover {
	color:#FC3;
	text-decoration:none;
}

#header div.menuFrase div.menu li {
	list-style:none;
	float:left;
	color:#FFF;
	padding:4px;
	margin-left:5px;
	padding-top:12px;
}

#corpo {
	width:838px;
	margin:0 auto;
}

#corpo table {
	border-collapse:collapse;	
}

#corpo table tr#cabecalho {
	width:838px;
	height:33px;
	background:url(images/background_data.jpg) no-repeat;
}

#corpo table tr#rodape {
	width:838px;
	height:33px;
	background:url(images/background_rodape.jpg) no-repeat;
}

#corpo table tr#rodape a {
	color:#FFF;
	text-decoration:none;
}

#corpo table tr#rodape a:hover {
	color:#FC3;
	text-decoration:none;
}

#corpo table tr#rodape li {
	list-style:none;
	float:left; 
	color:#FFF;
	font-weight:bold;
	margin-left:44px;
}

#footer {
	background:#90724C;
	line-height:20px;
	color:#FFF;

}

#paginas {
	width:838px;
	background:#F6F0DF url(images/background_paginas.jpg) no-repeat;
}

#paginas div.base {
	width:445px;
	min-height:400px;
	height:auto !important;
	height:400px;
	position:relative;
	float:right;
	padding-right:46px;
}

#paginas div.base p {
	margin-bottom:20px;	
}