/* CSS Document */
/*/ESTILOS APLICADOS AO DOCUMENTO INTEIRO/*/
	* {
		margin:0;
		padding:0;
		list-style:none;
		text-decoration:none;
	}
	html {
		overflow: -moz-scrollbars-vertical;
	}
	body {
		background:#35ab46 url(imagens/bg.gif) repeat-x;
	}

	#content {
		width:770px;
		margin:0 auto;
	}
	#conteudoSite {
		width:770px;
		margin:40px 0;
		text-align:center
	}
	.link {	
		display:block;
		width:212px;
		height:24px;
		background:url(imagens/entrar.gif) no-repeat;
		text-indent:-999px;
		overflow:hidden;
		margin:10px 0 0 280px;
		_margin:10px 0 0 0;
	}
	span a {
		display:block;
		width:163px;
		height:44px;
		background:url(imagens/logo.jpg) no-repeat;
		text-indent:-999px;
		overflow:hidden;
		margin:0 0 0 303px;
		_margin:0;

	}
	#menu {
		width:540px;
		height:35px;
		background:url(imagens/rodape2.gif);
		margin:25px 0 0 115px;
		_margin:24px 0;
		padding:10px 0 0 0;
		
		
	}
	#menu ul {
		margin:0 0 0 175px
	}
	#menu ul li {
		display:inline;
	}
	#menu ul li a{
		float:left;
		width:27px;
		height:30px;
		text-indent:-999px;
		overflow:hidden;
	}

/** FLOATER **/
#floater{
	position:absolute;
	width:100%;
	height:220px;
	z-index:1;
	margin:5px 65%;
	_margin:5px 55%;
	visibility:visible;
}
/*/---------------------------------------/*/
















