@charset "utf-8";

#fundo {
	background-color: #CCCCCC;
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}


#menu {
	height: 36px;
	width: 1024px;
	position: relative;
	background-image: url(menu.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#banner {
	height: 200px;
	width: 1024px;
	position: relative;
	visibility: visible;
	overflow: visible;
}
#fundo #menu a:link {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 6px;
	margin: 5px;
}
#fundo #menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 6px;
	margin: 5px;
}
#fundo #menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 6px;
	margin: 5px;
}
#fundo #menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 6px;
	margin: 5px;
	background-image: url(hover.jpg);
}
#regulamento {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 500px;
	width: 1004px;
	overflow: scroll;
	position: relative;
	visibility: visible;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fundo #regulamento a:link {
	color: #FF0000;
	text-decoration: none;
}
#fundo #regulamento a:active {
	color: #FF0000;
	text-decoration: none;
}
#fundo #regulamento a:visited {
	color: #FF0000;
	text-decoration: none;
}
#fundo #regulamento a:hover {
	color: #990000;
	text-decoration: underline;
}

