/* CSS RANCHO ALADIM */

body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F3131;
}

a {
	text-decoration: underline;
	color: #2F3131;
}

p {
	text-align: justify;
}

h2 {
	text-align: center;
	font-style: italic;
}

/* TEXTO DE APRESENTACAO DO SITE PARA SEARCH ENGINES */
#searchengines {
	display: none;
}
/* TEXTO DE APRESENTACAO DO SITE PARA SEARCH ENGINES */


#pagina {
	margin: 0px auto 0px auto;
	width: 1024px;
	min-height: 850px;
	height: auto;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	width: 850px;
	height: 150px;
}

#swf {
	position: static;
	z-index: -1;
}

#logo {
	float: none;
	width: 200px;
	height: 100px;
	
	border: 1px solid #000000;
	
	z-index: 1;
}

#container {
	position: relative;
	width: 1024px;
	min-height: 700px;
	background-image: url('../img/Fundo-Degrade-Container.gif');
	background-repeat: repeat-x;
	background-color: #CEDCD3;
}

	#left {
		float: left;
		width: 305px;
		min-height: 684px;
		background-image: url('../img/Vara-Pesca2.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		padding: 0px 0px 0px 20px;
	}
		#menu {
			margin: 15px 0px 0px 0px;
			width: 150px;
			list-style: none;
			line-height: 20px;
			font-weight: bold;
			font-size: 11px;
			padding: 0px;
		}
			#menu a {
				text-decoration: none;
				color: #2F3131;
			}
			#menu a:hover {
				text-decoration: underline;
			}
	
	#right {
		position: relative;
		margin: 0px 0px auto auto;
		width: 684px;
		padding: 10px 10px 10px 0px;
		height: auto;
	}

#footer {
	position: relative;
	width: 1024px;
	height: 29px;
	background-image: url('../img/Fundo-Footer.gif');
	background-repeat: no-repeat;
	background-color: #CEDCD3;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 40px 0px 0px 0px;
}
	#footer a {
		text-decoration: none;
		color: #FFFFFF;
	}
	#footer a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
.contador {
	color: #004202;
	padding-left: 12px;
}

.botao {
	border: 1px solid #000000;
}