@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body{
	background-color:#0b0b0b;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#geral{
	width: 100%;
	margin: auto;
	background-image: url(../imagens/degrade.gif);
	background-repeat: repeat-x;
}

#topo{
	width: 800px;
	height: 185px;
	margin: auto;
}

#topo h1{
	position:absolute;
	left: -500px;
}

#topo #imagem{
	float:left;
}

#topo #areaMenu{
	position: relative;
	float: right;
	background-image: url(../imagens/menu_background.jpg);
	background-repeat: no-repeat;
	width: 339px;
	height: 174px;
}

#topo #menu{
	position: absolute;
	top: 24px;
	left: 151px;
	width: 174px;
	height: 120px;
	margin-top: 10px;
}

#menu a{
	font-size: 15px;
	color: #818085;
}

#menu a:hover{
	color:#ffd204;
}

#menu img{
	border-width: 0px;
}

#divisor{
	margin-top: -10px;
	margin-bottom: 5px;
}

#conteudo{
	width: 800px;
	margin: auto;
	
}

#geral #conteudo .fotos{
	height: 300px;  
	margin: auto;
}

.fotos img{
	padding: 1px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    top:  0; 
    left: 0;
}

.imagens{
	width: 600px;
	margin-bottom: -1px;
	margin-top: -2px;
	text-align: left;
}

#complemento{
	width: 850px;
	margin: auto;
}

.textoFoto{
	float: right;
	width: 200px;
	margin-bottom: 1px;
	margin-top: 5px;
	text-align: left;
	font:"Courier New";
	font-size: 10px;
}

.imagensAlbum{
	float: right;
	width: 450px;
	margin-bottom: 1px;
	margin-top: 5px;
	text-align: left;
}

.mini{
	border: 0;
}

li{
	display: inline;
	margin: 35px;
}

a{
	color:#FFFFFF;
	font-size: 12px;
}

a:hover{
	color:#ffd204;
}

#contato{
	width: 800px;
}

#esquerdo{
	width: 274px;
	float: left;
	font-size: 12px;
	text-align: left;
}

#esquerdo .texto{
	margin-left: 30px;
	margin-right: 30px;
}

#esquerdo h3{
	font-family: Verdana;
	font-size: 12px;
	color: #ffd105;
}

#esquerdo p{
	font-family: Verdana;
	font-size: 12px;
	color: #d4d4d6;
	margin-top: 5px;
}

#centro{
	width: 212px;
	height: 255px;
	background-image: url(../imagens/contato_img_centro.jpg);
	background-repeat: no-repeat;
	float: left;
}

#direito{
	width: 314px;
	float: right;
	text-align: left;
	font-size: 12px;
}

p{
	margin: 10px;
}

fieldset{
	border: 0;
	background-color: #171717;
	height: 220px;
}

legend{
	font-family: Verdana;
	font-size: 12px;
	color: #ffd105;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

label{
	margin-left: 10px;
}

input{
	margin-left: 10px;
	width: 250px;
	height: 15px;
	background-color: #0b0b0b;
	border: 0px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

textarea{
	margin-left: 10px;
	width: 250px;
	height: 50px;
	background-color: #0b0b0b;
	border: 0px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

.submit{
	background-color: #0b0b0b;
	border: 0px;
	color: #ffd105;
	font-family: Verdana;
	font-size: 12px;
	width: 50px;
	height: 20px;
	text-align: center;
}

#rodape{
	width: 800px;
	margin: auto;
	font-size: 10px;
	color: #919191;
	margin-top: 5px;
	margin-bottom: 10px;
}

#superior{
	height: 88px;
	width: 800px;
	text-align: left;
}

#superior h2{
	position:absolute;
	left: -500px;
}

#albuns{
	background-color: #171717;
	background-image: url(../imagens/mini_background.jpg);
	width: 120px;
	height: 480px;
	float: left;
	margin-top: -10px;
}

.item_album{
	width: 75px;
	height: 75px;
	margin: auto;
	margin-top: 15px;
}

.item_album_over{
	width: 75px;
	height: 75px;
	margin: auto;
	margin-top: 15px;
	border-left: 2px solid #f2c706;
	border-top: 2px solid #f2c706;
	border-right: 2px solid #f2c706;
	border-bottom: 10px solid #f2c706;
	margin-bottom: -12px;
	cursor: pointer;
}	

#fotos{
	width: 680px;
	float: right;
}

.item_foto{
	width: 215px;
	height: 215px;
	background-image: url(../imagens/album_background.jpg);
	float: left;
	margin-left: 3px;
}

.item_foto img{
	text-align: center;
	margin: 20px;
	cursor: pointer;
	border:  2px solid #fff;
}

.item_foto:hover img{
	text-align: center;
	margin: 20px;
	cursor: pointer;
	border:  2px solid #f2c706;
}