@charset "utf-8";
/* CSS Document */

a img {border:0px;}
a{ font: normal normal normal 11px "Verdana", sans-serif; color: #8e3302; text-decoration: none;}
a:hover {text-decoration:underline;}

body
{ 
	background-color:black;
	background-image:url('../imgs/background.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom; 
}

#site{
	position: relative;
	top: -126px;
	left: -108px;
	width: 971px;
	height: 649px;
	background:url('../imgs/site.jpg') no-repeat;
}

#fundo {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 845px;
	height: 577px;
	margin-left: -442px;
	margin-top: -288px; 
	background: #eee7cb;	
	border-left: 18px solid #e1d4a3;
	border-right: 18px solid #e1d4a3;
}

#conteudo{
	position: relative;
	top: 63px;
	width: 881px;
	height: 577px;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
	behavior: url('ie-css3.htc');
	position:relative;
	margin: 63px 90px;		
	font: normal normal normal 11px "Verdana", sans-serif;	
}

#menu ul {
list-style-type:none;
display:block;
height: 37px;
margin:0;
padding:0;
float:right;
width: 610px;
}

#menu ul li {
display:block;
float:left;
margin:0;
padding:0;
}

#menu ul li a {float:left; height:37px; font-weight:normal;}

#menu ul #clube a{background:url('../imgs/clube2.jpg') repeat-x; width:93px;}
#menu ul #clube a:hover{background:url('../imgs/clube1.jpg') repeat-x; width:93px;}

#menu ul #noticias a{background:url('../imgs/noticias2.jpg') repeat-x; width:99px;}
#menu ul #noticias a:hover{background:url('../imgs/noticias1.jpg') repeat-x; width:99px;}

#menu ul #eventos a{background:url('../imgs/eventos2.jpg') repeat-x; width:93px;}
#menu ul #eventos a:hover{background:url('../imgs/eventos1.jpg') repeat-x; width:93px;}

#menu ul #fotos a{background:url('../imgs/fotos2.jpg') repeat-x; width:90px;}
#menu ul #fotos a:hover{background:url('../imgs/fotos1.jpg') repeat-x; width:90px;}

#menu ul #classificados a{background:url('../imgs/classificados2.jpg') repeat-x; width:127px;}
#menu ul #classificados a:hover{background:url('../imgs/classificados1.jpg') repeat-x; width:127px;}

#menu ul #contato a{background:url('../imgs/contatos2.jpg') repeat-x; width:81px;}
#menu ul #contato a:hover{background:url('../imgs/contatos1.jpg') repeat-x; width:81px;}

#formulario {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#formulario input[type=text], #formulario textarea{ width: 350px; }



#menu_inscricao a{background:#e1d4a3;display:block; height: 15px; padding:2px 6px; color: black;}
#menu_inscricao a:hover{background:#423425; color: #fff; text-decoration:none;}

#inscritos th
{
	background: #302010;
	color: #fff;
}

#inscritos td{
	border: 1px solid #ccc5be;
}

