﻿* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, Verdana,tahoma,helvetica;
	font-size: 14px;
}

body {
	margin: 0 auto;
}

#layout {
	margin: 0 auto;
	width: 950px; 
	height: auto;
	position: relative;
	background: url(/images/bg-faux.gif) repeat-y 0 0;
	z-index: 1;
}
div#layout:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height: 0px;
	overflow:hidden;
}

#topoWWW {
	width: auto;
	height: 25px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: black;
	position:relative;
	color: #FFD800;
	font-family: Arial, Verdana,tahoma,helvetica;
	text-align:right;
}

#areaLateralEsq {
	width: 202px;
	float: left;
	min-height: 100%;
	height: 100%;
	background-color:black;
	color:#FFF;
}

#topoMaster {
	width: 748px;
	background-color: #5b4829; 
	height: 112px;
	float: right;
	position:relative;
	z-index: 1;
}

#topoTitulo {
	width: 481px;
	height: 60px;
	float:left;
	background-image: url('../images/topoTitulo.png');
	background-repeat:no-repeat;
	margin-top: 25px;
}

#topoPensamento {
	width: 249px;
	height: 78px;
	float: right;
	background-image:url('../images/topoPensamento.png');
	background-repeat:no-repeat;
	margin-right: 10px;
	margin-top: 12px;
	
}


#menuMaster {
	width: 748px;
	height: 40px;
	float: right;
	background-color: #d1c4b1;
	position:relative;
	z-index:1;
}

#conteudoMaster {
	width: 728px;
	height: auto;
	float:right;
	padding: 10px;
	position:relative;
	z-index:1;
}

#contato {
	width: 183px;
	margin-left: 12px;
	font-family:Arial, Verdana,tahoma,helvetica;
	margin-top: 20px;

}

#sitemap {
	width: 736px;
	height: auto;
	float:right;
	padding:8px 0 0 12px;
	font-size:11px;
	margin-bottom:4px;
	font-family:"Verdana";
}


/* INÍCIO DO MENU */
ul#menu
{
	clear: both;
	margin:0;
	padding:0;
	list-style-type:none;
	width:748px; 
	position: relative;
	display:block;
	height: 40px;
	font-size: 15px;
	font-family:Arial, Verdana,tahoma,helvetica;
	background-image: url("/images/back_menu.png");
	background-repeat: repeat-x;
	background-position: left 1%;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#8a6b3d;
	text-decoration:none;
	/*font-weight:bold;*/
	padding:8px 13px 0 13px;
}
	
ul#menu li a:hover
{	
	color:#5b4829;
	height:40px;
	background:url('/images/back_menu.png') no-repeat 0px -40px;
}
	

ul#menu li a.current
{
	display:inline;
	height:40px;
	background:url('/images/back_menu.png') no-repeat 0px -40px;	
	float:left;
	margin:0;
	color:#5b4829;

}
/* FIM DO MENU */
