/* CSS Document */
@import url("desenvolvimento.css");
@import url("rodape.css");

@import url("class.css");
@import url("animacoes.css");
@import url("conteudo.css");
@import url("menu_brinquedos.css");



body {
	margin: 0 0 0 0;
	width: auto;
	height: 100%;
	background-color: transparent;
	background-image: url(../imagens/background.gif);
	background-repeat: repeat-x;
	font: normal 10px verdana;
	color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #99cc33;
	scrollbar-3d-light-color: #99cc33;
	scrollbar-highlight-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	text-align: left;
}

p {
	line-height: 1.5em;
	margin: 6px;
}

acronym{
	cursor: help;
	color: #6666ff;
	font-weight: bold;
	border-bottom: #FFFFFF;
}
/* LINS */

a:link { 
	text-decoration: none; 
	color: #99cc33;
}	
a:visited { 
	text-decoration: none; 
	color: #006699;
	}
a:hover { 
	text-decoration: underline; 
	color: #006699;
	}

a:active {
	text-decoration: none;
	color: #99cc33;
}

/* INDEX */

#index_container{
	display: block;
	float: left;
	width: 760px;
	height: 820px;
	background-image: url(../imagens/base.gif);
	background-repeat: no-repeat;
	background-color: transparent; 
}

/* LATERAL */

#index_lateral{
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 156px;
	height: 645px;
	background-color: transparent;	
}

#index_menu_lateral{
	background-color: transparent;	
}

/* CENTRO */

#index_topo{
	display: block;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 604px;
	height: 32px;
	color: #000000;
	background-color: transparent;	
}

#index_conteudo{
	display: block;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 604px;
	height: 578px;
	color: #000000;
	background-color: transparent;	
}

#index_rodape{
	display: block;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 604px;
	height: 35px;
	color: #000000;
	background-color: transparent;	
}
