/* CSS Document */
@import url("acesso_login.css");
@import url("topo.css");
@import url("anime.css");
@import url("class.css");
@import url("rodape.css");
@import url("menu.css");
@import url("convite_virtual.css");
@import url("mapa.css");


/* acesso as sessões */
@import url("obuffet.css");
@import url("espaco.css");
@import url("cardapios.css");
@import url("brinquedos.css");
@import url("nossa_festa.css");
@import url("fotos.css");
@import url("reservas.css");
@import url("contato.css");

/*
LARGURA DE 770PX PARA ENCAIXAR O CONTAINER 
LARGURA INTERNA DE 716PX PARA ENCAIXAR A BASE DO CONTEUDO 
LARGURA INTERNA DE 696PX PARA CONTEUDOS (subtraindo 10 px de cada lado)
*/



body {
	margin: 0 0 0 0;
	width: auto;
	height: 100%;
	background-color: #ffffff;
	font: normal 10px verdana;
	color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #CCCCCC;
	scrollbar-3d-light-color: #CCCCCC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	text-aling: center;
}

p {
	line-height: 1.2em;
	margin: 4px;
}
table {
	text-align: center;
	width: auto;
	border: 0;
}

/* LINS */

a:link { 
	text-decoration: none; 
	color: #ffff99; 
}	
a:visited { 
	text-decoration: none; 
	color: #99ccff;
	}
a:hover { 
	text-decoration: underline; 
	color: #ffff99;
	}

a:active {
	text-decoration: none;
	color: #66ccff;
}

/* CONTAINER */

#container{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 770px;
	height: auto;
	font: normal 10px verdana;
	color: #ffffff;
	background-color: transparent;
	padding: 0 0 0 0;
	display: block;
}

#index_topo{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 207px;
	background-color: transparent;
}


/* LOGIN - LINK */
#index_login{
	display: block;
	float: right;
	clear: both;
	margin: 37px 0 0 0;
	padding: 0 26px 0 0;
	width: auto;
	background-color: transparent;
	font: normal 10px verdana;
	color: #6699cc;
	font-weight: bold;
}

#index_login a:link{ 
	text-decoration: none; 
	color: #6699cc; 
}	
#index_login a:visited{ 
	text-decoration: none; 
	color: #6699cc;
}
#index_login a:hover{ 
	text-decoration: underline; 
	color: #6699cc;
}
#index_login a:active{
	text-decoration: none;
	color: #6699cc;
}
/* FINAL --- LOGIN - LINK */

#index_menu{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 68px;
	background-image: url(../imagens/1_menu.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#index_conteudo_base{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: auto;
	background-image: url(../imagens/1_baseconteudo.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

#index_conteudo_interno{
	margin: -4px 0 -4px 0;
	padding: 0 0 10px 30px;
	width: 710px;
	height: auto;
	min-height: 200px;
	background-color: transparent;
}

#index_conteudo_interno_reservas{
	margin: -4px 0 -4px 0;
	padding: 0 0 10px 30px;
	width: 710px;
	height: 250px;
	min-height: 250px;
	background-color: transparent;
}


#index_rodape{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 57px;
	background-image: url(../imagens/1_rodape.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#index_rodape_desenvolvimento{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 10px;
	background-color: transparent;
	font: normal 10px verdana;
	color: #6699cc;	
}


