/***** structure - estrutura *****/
body
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#b88c00;
	font: 11px Verdana, Tahoma, Arial, Sans-Serif;
	color:#ffffff;
	text-align: center;
		
}


/* main - principal */
#main
	{
		margin:0 auto;
		width:770px;
	}

/* header - cabecalho */
#header
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height:95px;
		background-color:#00FF00
	}
/* center - centro */
#center
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:770px;
		height:433px;
		/*background-color:#FFFFFF;*/
	}
	
/* texto */
#texto
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 30px;
		width:715px;
		height:200px;
	}
	
#texto2
	{
		margin: 0;
		padding: 0;
		text-align: left;
		width:100%;
	}
	
#texto_fundo
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:770px;
		background-image:url(../imagens/fundo_textos.jpg);
		background-repeat:repeat-y;
		/*height:433px;*/
	}
/* imagem complemento da logo na base */	
#base
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:770px;
		clear: both;
		/*height:63px;*/
		/*background-image:url(../imagens/base_int_textos.jpg);
		background-repeat: no-repeat;*/
		
	}
/* column left - coluna esquerda */	
#left
	{
		width:200px;
		height:300px;
		float:left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color:#F0F0F0;
	}

/* column right - coluna direita */
#right
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color:#99CCCC;
		width:550px;
		height:300px;
		float:right;

	}
#baseboard
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	
	}
	
/*--------------- links - forms ---------------------------------------------*/

h1 {
	font-size: 16px;
	font-weight:bold;
	color: #ffc200;
}

h2 {
	font-size: 16px;
	font-weight:normal;
	color: #ffc200;
}

.tarifario {
		font: 10px Verdana, Tahoma, Arial, Sans-Serif;
		color:#000000;
}

.links {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.links:hover {
	font-size: 11px;
	text-decoration: none; 
	color: #333;
}

.links:visited {
	font-size: 11px;
	text-decoration: none; 
	color: #333;
}

.linksint {
	font-size: 11px;
	font-weight:bold;
	color: #ffe38b;
	text-decoration: none;
}

.linksint:hover {
	font-size: 11px;
	font-weight:bold;
	text-decoration: none; 
	color: #fffff;
}

.linksint:visited {
	font-size: 11px;
	font-weight:bold;
	text-decoration: none; 
	color: #333;
}

.forms {
	font: 11px Verdana, Tahoma, Arial, Sans-Serif;
	color: #ffffff;
	border:solid 1px #ffffff;
	background:#b88c00;
}

