/* Desenvolvida por Luiz Fabiano da Silva Oliveira */
/* E-Mail: luizfabianooliveira@hotmail.com */
/* URL: http://www.luizfabianooliveira.com.br */
/* Messenger: luizfabianooliveira@hotmail.com */
/* Tel: (83) 8803-8302 */

/** Configurações gerais **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address { margin: 0px; padding: 0px; }
img { border: 0px; }
body {
	text-align: center; /* IE */
	font-family: Arial;
	font-size: 11px;
	background-image: url(../imagens/fundo.jpg);
}
a {color:#000000; text-decoration:none}


#fundoLinha {
    width: 100%;
	background-image: url(../imagens/fundo_linha.jpg);
	background-repeat: repeat-x;
	background-position: 0 107px;
}

	#website {
		padding: 5px;
		margin: 0px auto;
		width:767px;
		background: #FFFFFF;
		text-align: left;
		/*background-color:#ECF0DA;*/
		color: #000000;
		/*font-size: 10px;*/
		
	}
		#websiteBorda {
			padding: 0px;
			margin: 0px auto;
			border: 3px solid #D2D0D1;
			width: 761px;
			background: #FFFFFF;
			text-align: left;
			/*background-color:#ECF0DA;*/
			color: #000000;
			/*font-size: 10px;*/
		}
		     #topoMenu {
			    width: 761px;
				margin-bottom: 10px;
			 }
			     #menu {
					 padding: 5px;
					 width: 710px;
					 height: 27px;
					 margin-bottom: 10px;
				 }
				 #topo {
					 width: 761px;
					 margin-bottom: 10px;
				 }
				 
			 #conteudo {
			    width: 761px;
				margin-bottom: 10px;
			 }
			     #conteudoEsquerdo {
					 width: 510px; 
					 float: left;
				 }
				     #oEscritorio {
				         width: 490px;
						 padding: 5px;
						 margin-bottom: 20px;
					 }
					 #linksInteressantes {
					     width: 490px;
						 padding: 5px;
						 margin-bottom: 10px;
					 }
					     #linkEsquerdo {
						     width: 49%;
							 float: left;
						 }
						 #linkDireito {
						     width: 49%;
							 float: right;
						 }
						 .tituloLinkInteressante {
							 font-size: 13px;
							 font-weight: bold;
							 margin-bottom: 5px;
						 }
				 
				 #conteudoDireito {
					width: 226px;
					float: right;
					margin-right: 5px;
				 }
				     #galeria {
						height: 323px;
						padding: 5px;
						background-image: url(../imagens/fundo_galeria.jpg);
						background-repeat: repeat-x;
						color: #FFF;
					 }
				 
			 #rodape {
			    width: 751px;
				padding: 5px;
				height: 77px;
				background-image: url(../imagens/rodape.jpg);
				background-repeat: no-repeat;
				color: #35472D;
			 }
			     #rodapeEsquerdo {
			         width: 49%;
					 float: left;
				 }
				 #rodapeDireito {
					 width: 49%;
					 float: right;
					 text-align: right;
				 }
			 
a {
    text-decoration: none;	
}
a:link {
    text-decoration: none;	
}
a:hover {
    text-decoration: underline;	
}

h1 {
    font-size: 16px;
	color: #36482E;
}