/*!CSS Revista Eficaz*/

#geral {width:100%;
		height:auto;
		margin:0 auto;
}

/* HEADER */

#header {width:900px;
		height:170px;
		margin:0 auto;
		background-color:#FFF;
}

#left {width:450px;
		background-image:url(../imagens/header_left.png);
		height:100px;
		float:left;
		border-bottom:1px solid #CCC;
		background-color:#FFF;
}

#left a {width:330px;
		height:100px;
		float:left;
		background-color:transparent;
}

#right {width:450px;
		background-image:url(../imagens/header_right.png);
		height:100px;
		float:right;
		border-bottom:1px solid #CCC;
		background-color:#FFF;
}

/* MENU */

.menu {width:900px;
		height:40px;
		float:left;
		background-color:#eaeaeb;
		margin-top:15px;
}
.menu li {display:inline;
}

.menu a {text-decoration:none;
		padding-left:125px;
		padding-top:12px;		
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#7b7b0f;
		float:left;
}
		
.menu a:hover {text-decoration:underline;
		color:#C90;
}

/* BODY */

#body {width:900px;
		height:auto;
		margin:0 auto;
		background-color:#FFF;
		display:table;
		border-top:1px solid #CCC;
}

/* BARRA DE BUSCA */

#busca {width:750px;
		height:40px;
		border-radius:8px 8px 8px 8px;
		margin:18px 75px 10px 75px;
		float:left;
		display:table;
		background-image:url(../imagens/pesquisa.png);
}

#busca form {
		background-color:transparent;
		padding:9px 0 0 225px;
}

/* TEXTOS */

#texto {width:860px;
		height:auto;
		margin:0 auto;
		background-color:#FFF;
		padding:40px 0 40px 0;
}

#texto h1 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:500;
		color:#900;
		background-color:#FFF;
}

#texto h3 {font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
		color:#666;
		line-height:15px;
		padding-left:25px;
		background-color:#FFF;
		text-align:justify;
}

.mailto {text-decoration:none;
		background-color:#FFF;
		color:#333;
}

/* FOOTER */

#footer {width:900px;
		height:auto;
		margin:0 auto;
		border-top:1px solid #CCC;
}

#footer_left {width:106px;
		height:120px;
		float:left;
}

#footer_center {width:534px;
		height:120px;
		float:left;
}

#footer_center p {font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#666;
		padding:10px 0 0 0;
		text-align:center;
		line-height:14px;
}

#footer_right {width:260px;
		height:120px;
		float:right;
}

#logo {padding:30px 0 32px 0;
}

#facebook {padding:35px 0 32px 55px;
		border-image:none;
}

#copyright {width:900;
		height:25px;
		float:left;
		padding-bottom:30px;
		display:table;
}

#texto_copyright {width:900px;
		margin-right:auto;
		margin-left:auto;
		border-top:2px solid #CCC;
}

#texto_copyright p {margin:10px 0 0 183px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px; color:#666;
}

#texto_copyright a {color:#900;
		text-decoration:none;
}

.tabelas {
	background-color:#FFF;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	border-bottom:1px solid #999;
}