@charset "utf-8";

/* CSS Document */

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFF;

	background-image:url(bg.gif);

	background-color: #000;

	margin-top: 1px;

	background-repeat: repeat-x;

}	

a {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #D3EB63;

}

a:link {

	text-decoration: none;

	color: #40d06f;

	border-top-color: #95F098;

	border-right-color: #95F098;

	border-bottom-color: #95F098;

	border-left-color: #95F098;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

	color: #9AE7B3;

}

a:active {

	text-decoration: none;

}

.style2 {

	font-size: 14px;

	color: #95F098;

}

.style6 {

	font-size: 12px;

	color: #95F098;

	font-weight: bold;

}

.style7 {
	color: #FFFFFF;
	font-size: 16px;
}



.container {

	margin: auto;

	width: 990px;

	height:100%;

	background-color:#000;

}

.top {

	background-image: url(images/header2.jpg);

	background-repeat: no-repeat;

	height: 111px;

	width: 990px;

}

.animacao {

	height: 150px;

	width: 990px;

	background-color: #94FD94;

}

.menu_esq {
	float: left;
	height: 500px;
	width: 180px;
	background-color: #000;
	margin-top: 1px;


}

.conteudo {
	background-color: #000;
	margin: 1px;
	float: left;
	width: 500px;
	text-align: justify;
	height: auto;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCC;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCC;


}
.conteudo_fotos {
	background-color: #000;
	margin: 1px;
	float: left;
	width: 500px;
	text-align: justify;
	height: auto;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCC;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCC;

}
.cont_dir {
	background-color: #000;
	float: left;
	width: 280px;
	height: auto;
	margin-top: 1px;

}

.rodape {

	background-color: #000;

	height: 30px;

	width: 990px;

	margin-top: 1px;

	padding-top: 25px;

	clear:both;

	background-image: url(images/linha_rodape.gif);

	background-repeat: no-repeat;

	background-position: top;

	text-align: center;

}

.btn a {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	color: #000;
	background-image: url(images/btn1.gif);
	height: 30px;
	width: 150px;
	margin-left: 15px;
	text-align: center;
	font-weight: bolder;
	line-height: 30px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;

}
.btn a:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	color: #000;
	background-image: url(images/btn2.gif);
	height: 30px;
	width: 150px;
	margin-left: 15px;
	text-align: center;
	font-weight: bolder;
	line-height: 30px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.linha_foto {
	float: left;
	width: 260px;
	margin-right: 2px;
	padding-top: 5px;
}
.linha_foto2 {
	width: 520px;
	margin-right: 2px;
	padding-top: 5px;
	float: left;
}
