/***** structure - estrutura *****/
body
	{
		margin: 0px 0px 0px 0px;
		_margin: 0px 0px 0px 1px;
		*margin: 0px 0px 0px 1px;
		padding: 0px 0px 0px 0px;
		background-color:#ffffff;
		font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
		font-size: 11px;
		color:#666666;
		

scrollbar-base-color: #fffff;
scrollbar-arrow-color: #cccccc;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #cccccc;
scrollbar-face-color: #ededed;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ededed;


}
.texto
	{
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color:#666666;
}

.titulo
	{
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 16px;
	color:#666666;
	font-weight:bold;
}

.titulo2
	{
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 16px;
	color:#666666;
	font-weight:bold;
}

/* main - principal */
#main
	{
		margin:0 auto;
		width:960px;
	}

/* header - cabecalho */
#header
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height:90px;
		background-image:url(../imagens/logo.jpg);
		
	}
	
#menu
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height:389px;
	}
	
#pedigree
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height:201px;
		background-image:url(../imagens/pedigree.jpg);
	}
/* center - centro */
#center
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:960px;
		height:650px;
		background-image:url(../imagens/topo_texto_home.jpg);
	}

#center_fim
	{
		margin: 0px 0px 0px 0px;
		padding: 68px 0px 0px 0px;
		text-align:center;
		width:960px;
		height:53px;
		background-image:url(../imagens/base_texto.jpg);
		clear: both;
	}
/* column left - coluna esquerda */	
#left
	{
		width:380px;
		height:600px;
		float:left;
		margin: 19px 0px 0px 20px;
		_margin: 18px 0px 0px 10px;
		*margin: 18px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
	}

/* column right - coluna direita */
#right
	{
		margin: 19px 22px 0px 0px;
		_margin: 19px 10px 0px 0px;
		*margin: 19px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:500px;
		height:630px;
		float:right;

	}
	
/*--------------- links - forms ---------------------------------------------*/

.linkB {
	font-size: 11px;
	font-style:italic;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.linkB:hover {
	font-size: 11px;
	text-decoration: none; 
	color: #e40000;
}

.linkB:visited {
	font-size: 11px;
	text-decoration: none; 
	color: #999999;
}

.links {
	font-size: 11px;
	font-style:italic;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.links:hover {
	font-size: 11px;
	text-decoration: none; 
	color: #e40000;
}

.links:visited {
	font-size: 11px;
	text-decoration: none; 
	color: #999999;
}
.forms {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border:solid 1px #9f8143;
	background:#b6a071;
}


