@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/fundo.jpg);
	color:#333333;
	font-family:"myriad Pro", arial, sans-serif;
}
h1 {
	height: 143px;
	width: 900px;
	background: url(img/topo.jpg);
	font-size: 1px;
	color: #5CADD8;
	line-height: 100px;
	letter-spacing: 1000em;
	overflow:hidden;
	display:block;
	margin: 0;
}
h2 {
	font-size: 18px;
}
a, a:visited{color:#000000}
a:hover{color:#0066CC}

#menu{ margin:0; color:#666666; float:right;}
#menu a, #menu a:visited{color:#666666}

#site {
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
.conteudo{	width:900px; float:left; margin:5px 0 0 0;
}
#formulario{
	width:450px;
	float:left;
	overflow:hidden;
}
#regulamento {
	height: 450px;
}
#regulamento2 {
	width: 425px;
	height: 350px;
	overflow: auto;
	border: 1px solid #3AA2D7;
	margin:10px 0 0 0;
	padding: 5px;
	float:left;
}
.btns {
	width: 900px;
	float:left;
	margin:15px 0 0 0; 
}
.btns a, .btns a:visited {
	height: 33px;
	width: 249px;
	display: block;
	background-image: url(img/fundobtn.jpg);
	padding-top: 20px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.alinhadir{
	clear: right;
	float: right;
	margin: 0 0 0 15px;
}
.alinhacent{
	margin:0 auto;	
}
#rodape {
	background-image: url(img/rodape.jpg);
	text-align: center;
	padding-top: 15px;
	margin-top: 15px;
	display: block;
	width: 900px;
	height:203px;
	overflow:hidden;
	float: right;
	padding-bottom: 15px;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#rodape a, #rodape a:visited {
	color: #FFFFFF;
}

