body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		font-size:0.8em;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
		/*background:#fff url("images/bgabbanet.jpg") top left repeat-x fixed;*/
    background-color:#6094df;
}
.borda_imagem {

  border: none;

}
#tudo {
		width:750px;
		margin: 0 auto;
		text-align: left;
	
}
#logo {
	    position:relative;
		height:189px;
		width: 399px;
		top: 0px;   
		left: 0px;
		background: url("images/logo.png") no-repeat;
}
#figura_home {
	position:relative;
	height:443px;
	width: 775px;
	top: 40px;
	left: 0;
	background: url("images/home.jpg") no-repeat;
	background-color: #000000;
}
#bt_home {
	  position:relative;
		height: 55px;
		width: 159px;
		top: 225px;   
		left: 325px;
		cursor: pointer;
		border: none;
		background: url("images/bt_home.jpg") no-repeat;
}
	   
#webmail {
	    position:relative;
		height:189px;
		width: 351px;
		top: 0px;   
		left: 399px;
		background: url("images/webmail.png") no-repeat;
}
.formmail {
	    position:relative;
		top:135px;
		left:118px;
		height: 16px;
		width: 108px;
		border: 0px solid #000000;
		background: url("images/datafield.png") no-repeat;
		margin:0;
		padding:0;
}
.formpass {
	    position:relative;
		top:160px;
		left:6px;
		height: 16px;
		width: 108px;
		border: 0px solid #000000;
		background: url("images/datafield.png") no-repeat;
		margin:0;
		padding:0;
}
.formbotao {
	  position:relative;
		top:164px;
		left:7px;
		height: 18px;
		width: 76px;
		margin:0;
		padding:0;
				
}
.botaomail {
	  position:relative;
		top:160px;
		left: 280px;
		height: 20px;
		width: 49px;
		margin:0;
		padding:0;
				
}
#tarja {
	    position:relative;
		height:36px;
		width:750px;
		top: 0px;   
		left: 0px;
		background: url("images/barra.png") no-repeat;
}
#displayhora {
		position:relative;
			color: #FFFFFF;
			top: 8px;   
			text-align: right;
			font-family: Arial, Sans-Serif;
			font-size: 13px;

}

#menu {
	position:relative;
	height:auto;
	width: 169px;
	top: 0px;
	left: 0px;
	background-color: #85A9D9;
		
}
#conter {
	position:relative;
	height:485px;
	width: 581px;
	top: 0px;
	left: 169px;
	background-color: #FFFFFF;
		/*background: url("images/conteudo.png") no-repeat;*/
		
}

#banner {
	  position:absolute;
	  height: 39px;
		width: 169px;
		top: 480px;   
		left: 0;
		background: url("images/banner.png") no-repeat;
		
}
#foot {
	    position:absolute;
		height:90px;
		width: 750px;
		top: 485px;   
		left: 0;
		background: url("images/foot.png") no-repeat;
}
#ufoDemo {
	  position:absolute;
		height: 29px;
		width: 63px;
		top: 50px;   
		left: 590px;
}
/*Inicio do menu */

#contentContainer{
		
		float:left;
		
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
	#dhtmlgoodies_menu{
	position:absolute;
	left:0px;
	top:0px;
	font-family:arial;	/* Font for main menu items */
	width:169px;
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:32px;	/* 20 pixel height */
		line-height:32px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:0 solid #000;	/* Black border */
		background-color:#FAFAFA;	/* Light blue background color */
		margin:0;	/* A little bit of air */
		padding:0;	/* Air between border and text inside */
		background: url(images/menu2.gif);
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background: url(images/menu2.gif) 0 -32px;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
                background-color: #fff;
		font-family:arial;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
		background: url(images/menu2.gif);
                

	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background: url(images/menu2.gif) 0 -32px;
          
	}
/*------Fim do Menu-----------*/

/*------Inicio Formulário-----*/
#contactFormArea {
	    position:relative;
		height: 470px;
		_height: 483px;
		width: 566px;
		_width: 564px;
		top: 0;   
		left: 0;
		background: #fff url("images/corpo_form.png") no-repeat;
}
#sendContactEmail {
	position: absolute;
        height: 21px;
	width: 70px;
	top: 358px;
	left: 152px;
 	background:#fff url("images/bt_enviar.png") no-repeat;
	border: 0 solid #ffffff;
	cursor: pointer; 
}  
#botao_cancelar_form {
	position: absolute;
        height: 21px;
	width: 69px;
	top: 358px;
	left: 231px;
 	background:#fff url("images/bt_cancelar.png") no-repeat;
	border: 0 solid #ffffff;
	cursor: pointer; 
} 
#fundo {
	position: relative;
  top: 0;
	left: 0;
  width: 564px;
  height: auto;
 	background-color: #fff;
	border: none; 
}
#fundo_clinica {
	position: relative;
  top: 0;
	left: 0;
  width: 569px;
  height: 665px;
	border: none; 
	background:#fff url("images/2.jpg") no-repeat;
}
#fundo_visao {
	position: relative;
  top: 0;
	left: 0;
  width: 564px;
  height: 495;
 	background-color: #fff;
	border: none; 
}
#fundo_psi {
	position: relative;
  top: 0;
	left: 0;
  width: 564px;
  height: 845px;
 	background-color: #fff;
	border: none; 
}
#fundo_home {
	position: relative;
  top: 0;
	left: 0;
  width: 564px;
  height: 500px;
 	background-color: #fff;
	border: none; 
}
#fundo_colegio {
	position: relative;
  top: 10;
	left: 0;
  width: 564px;
  height: 955px;
 	background-color: #fff;
	border: none; 
}
#tit_escola {
	position: relative;
  top: 0;
	left: 0;
  width: 564px;
  height: 102px;
 	background: #fff url("images/titulo_escola.jpg") no-repeat;
	border: none; 
}
#tit_psi {
	position: relative;
  top: 0;
	left: 0;
  width: 564px;
  height: 77px;
 	background: #fff url("images/titulo_psi.jpg") no-repeat;
	border: none; 
}
#tit_turma {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 69px;
 	background: #fff url("images/tit_artes.jpg") no-repeat;
	border: none; 
}
#tit_publicacoes {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 69px;
 	background: #fff url("images/tit_editora.jpg") no-repeat;
	border: none; 
}
#tit_clinica {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 69px;
 	background: #fff url("images/tit_clinica.jpg") no-repeat;
	border: none; 
}
#tit_social {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 77px;
 	background: #fff url("images/tit_social.jpg") no-repeat;
	border: none; 
}
#tit_acao {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 69px;
 	background: #fff url("images/tit_artesanato.jpg") no-repeat;
	border: none; 
}
#tit_colegio {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 77px;
 	background: #fff url("images/tit_agape.jpg") no-repeat;
	border: none; 
}
#tit_visao {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 62px;
 	background: #fff url("images/tit_visao.jpg") no-repeat;
	border: none; 
}
#tit_home {
	position: relative;
  top: 10px;
	left: 0;
  width: 564px;
  height: 60px;
 	background: url("images/tit_home.jpg") no-repeat;
	border: none; 
}
#foto_escola {
	position: relative;
  top: 10px;
	left: 60px;
  width: 428px;
  height: 308px;
 	background: #fff url("images/foto_escola.jpg") no-repeat;
	border: none; 
}
#fotos_escola {
	position: relative;
  top: 10px;
	left: 355px;
	_left: 175px;
  width: 198px;
  height: 591px;
 	background: #fff url("images/fotos_escola.jpg") no-repeat;
	border: none; 
}
#fotos_turma {
	position: relative;
  top: 10px;
	left: 355px;
	_left: 175px;
  width: 194px;
  height: 400px;
 	background: #fff url("images/artes.jpg") no-repeat;
	border: none; 
}
#fotos_psi {
	position: relative;
  top: 0;
	left: 45px;
  width: 160px;
  height: 420px;
 	background: #fff url("images/livros.jpg") no-repeat;
	border: none; 
}
#fotos_social {
	position: relative;
  top: 10px;
	left: 355px;
	_left: 175px;
  width: 192px;
  height: 274px;
 	background: #fff url("images/fotos_social.jpg") no-repeat;
	border: none; 
}
#fotos_artesanato {
	position: relative;
  top: 10px;
	left: 355px;
	_left: 175px;
  width: 181px;
  height: 252px;
 	background: #fff url("images/artesanato.jpg") no-repeat;
	border: none; 
}
#foto_editora {
	position: relative;
  top: 10px;
	left: 355px;
	_left: 175px;
  width: 175px;
  height: 125px;
 	background: #fff url("images/editora.jpg") no-repeat;
	border: none; 
}
#logo_clinica {
	position: relative;
  top: 10px;
	left: 120px;
  width: 262px;
  height: 80px;
 	background: #fff url("images/logo_clinica.jpg") no-repeat;
	border: none; 
}
#fotos_escola2 {
	position: absolute;
  top: 810px;
	left: 15px;
  width: 315px;
  height: 118px;
 	background: #fff url("images/fotos_escola2.jpg") no-repeat;
	border: none; 
}
#foto_presidente {
	position: absolute;
  top: 85px;
	left: 5px;
  width: 96px;
  height: 118px;
 	background: #fff url("images/presidente.jpg") no-repeat;
	border: none; 
}
#foto_visao {
	position: absolute;
  top: 90px;
	left: 380px;
  width: 146px;
  height: 104px;
 	background: #fff url("images/visao.jpg") no-repeat; 
}
#foto_grafico {
	position: absolute;
  top: 240px;
	left: 5px;
  width: 168px;
  height: 117px;
 	background: #fff url("images/grafico.jpg") no-repeat; 
}
#destaque_presidente {
	position: absolute;
  top: 70px;
	left: 100px;
  width: 230px;
  height: auto; 
}
#destaque_home {
	position: absolute;
  top: 205px;
	left: 5px;
  width: 313px;
  height: auto;
  font-size: 14px;
  text-align: justify; 
}
#destaque_colegio {
	position: absolute;
  top: 90px;
	left: 5px;
  width: 330px;
  height: auto;
  font-size: 14px;
  text-align: justify; 
}
#destaque_psi1 {
	position: absolute;
  top: 110px;
	left: 15px;
  width: 260px;
  height: auto;
  font-size: 14px;
  text-align: justify; 
}
#destaque_psi2 {
	position: absolute;
  top: 110px;
	left: 280px;
  width: 260px;
  height: auto;
  font-size: 14px;
  text-align: justify; 
}
#destaque_clinica {
	position: absolute;
	top: 81px;
	left: 4px;
	width: 556px;
	height: 383px;
	font-size: 14px;
	text-align: justify;
}
#destaque_colegio2 {
	position: relative;
  top: 90px;
	left: 5px;
  width: 330px;
  height: auto;
  font-size: 14px;
  text-align: justify; 
}
#destaque_visao {
	position: relative;
  top: 30px;
	left: 5px;
	_left: -90px;
  width: 365px;
  height: auto;
  font-size: 14px;
  text-align: justify; 
}
#destaque_grafico {
	position: relative;
  top: 40px;
	left: 190px;
	_left: 90px;
  width: 370px;
  height: auto;
  font-size: 14px;
  text-align: justify; 
}
.datafield_nome_form {
    position: absolute;
	top: 70px;
	left: 148px;
	_left: 146px;
 	width: 329px;
	height: 18px;
 	background: #fff; 
	color: #000;
	border: 0 solid #ffffff;
	margin-left:5px;
}
.datafield_email_form {
    position: absolute;
	top: 112px;
	left: 148px;
	_left: 146px;
 	width: 329px;
	height: 18px;
 	background: #fff; 
	color: #000;
	border: 0 solid #ffffff;
	margin-left:5px;
}
.datafield_assunto_form {
    position: absolute;
	top: 153px;
	left: 149px;
	_left: 146px;
 	width: 329px;
	height: 18px;
 	background: #fff; 
	color: #000;
	border: 0 solid #ffffff;
	margin-left:5px;
}
#cForm textarea { 
    position: absolute;
	top: 210px;
	left: 150px;
	background: #fff;
 	color:#000;
	width: 329px;
	height: 132px;
 	margin: 3px 0;
	border: 0 solid #fff;
}
#bt_adobe {
  position: relative;
  top: 0;
  left: 200px;
  width: 81px;
  height: 46px;
  border: none;
  cursor: pointer;
}
