body, td, th {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	color: #A0A28D; /* verde */
}

body {
	padding: 0;
	margin: 0;
	background-color: #F0EADE;
	background-image: url(imagens/background.jpg);
	background-repeat: repeat-x;
}

p{
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: 1em;
	text-align: left;
	font-family: "Trebuchet MS", sans-serif;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #C19B6E; /* marrom claro */
}

a:hover {
	text-decoration: none;
	color:#75584A;  /* marrom escuro */
}

img{
	padding: 5px;
	border-color: #A0A28D; /* verde */
	border-style: solid;
	border-width: 1px;
}

.semBorda{
	border-width: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	padding: 5px 0 5px 0;
	margin: 0;
	font-weight: bold;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.3em;
}

h4{
	font-size: 1.2em;
}

h5{
	font-size: 1.1em;
	font-weight: bold;
}

h6{
	font-size: 1em;
}

.textoBege{
	color: #C19B6E;
	font-size: 1.0em;
}

.textoVerde{
	color: #C19B6E;
	font-weight: bold;
}

.textoPequeno{
	font-size: 0.8em;
	font-weight: bold;
}

.textoMuitoPequeno{
	font-size: 0.7em;
}

.textoBold{
	font-weight: bold;
}

.textoCentro{
	text-align: center;
}

.textoEsquerda{
	text-align: left;
}
.textoDireita{
	text-align: right;
}

#principal{
	position: absolute;
	left: 50%;
	width: 780px;
	margin: 0 0 0 -390px;
}

#principalTopo{
	position: relative;
	width: 780px;
	margin: 0 0 5px 0;
}

#retratos{
	position: relative;
	width:485px;
	height:150px;
	float: right;
	background-image: url(imagens/topo/home.jpg);
	background-repeat: no-repeat;
}

#retratos2{
	position: relative;
	width:485px;
	height:125px;
}

#marca{
	position: relative;
	float: left;
}

#principalCorpo{
	position: relative;
	width: 780px;
	margin: 0 0 5px 0;
	background-image: url(imagens/backgroundConteudo.jpg);
	background-repeat: repeat-y;
	background-position: 150px 0;
}


#menuVertical{
	position: relative;
	float: left;
	width: 140px;
	padding: 10px 0 5px 0;
}

#conteudo{
	position: relative;
	float: right;
	width: 610px;
	padding: 10px;
	background-color:#FFFFFF; /* correção (em parte) do bug no firefox */
}

#rodape{
	position: relative;
	clear: both;
	width: 630px;
	height: 25px;
	margin: 0 0 0 150px;
	background-color: #A0A28D;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
}

.coluna100externa{
	position: relative;
	width: 600px;
	padding: 5px;
}

.coluna100interna{
	position: relative;
	width: 590px;
	padding: 5px;
}

.coluna50{
	position: relative;
	float: left;
	width: 290px;
	padding: 5px;
}

.tresColunas{
	position: relative;
	float: left;
	width: 190px;
	padding: 5px;
}

.duasColunasParteGrande{
	position: relative;
	float: right;
	width: 385px;
	padding: 5px;
}

.coluna25{
	position: relative;
	float: left;
	width: 145px;
	padding: 5px;
}

.colunaImagem50{
	position: relative;
	float: left;
}

.colunaTexto50{
	position: relative;
	float: right;
	width: 175px;
	padding: 0 0 0 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	text-align:right;
	color:#A0A28D;
	font-size:0.8em;
	font-weight:bold;
}

ul li a {
	text-decoration: none;
	color: #A0A28D;
	margin: 0 0 5px 0;
}


ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	color: #C5AE81;
	font-size: 0.9em;
}

ol li a {
	text-decoration: none;
	color:#C5AE81;
	margin: 0 0 5px 0;
}

#menuHorizontal{
	position:relative;
	float: right;
	height:25px;	
}

#menuHorizontal ul{
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
}

#menuHorizontal ul il{
	float:left;
}

#menuHorizontal ul a{
	width: 100px;
	float:left;
	text-decoration:none;
	margin:5px 0 0 0;
}

input{
border:#CCCCCC 1px solid;
font-family: Trebuchet MS;
font-size:12px;
width:350px; 
color: #A0A28D;
}
textarea{
border:#CCCCCC 1px solid;
font-family: Trebuchet MS;
font-size:12px;
width:350px; 
color: #A0A28D;
}
