@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color: #C8F0FF;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
}

a, a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 50px;
}

strong {
	font-size: 14px;
}



.titolo {
	font-size: 16px;
	line-height: 25px;
	color: #C00;
	font-weight: bold;
}

.boomerang {
	color: #06F;
}

.table {
	width: 350px;
	height: auto;
	border: #CCC 1px dashed;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.table2 {
	width: 100%;
	height: auto;
	border: #CCC 1px dashed;
	text-align: center;
	vertical-align: middle;
}

.table3 {
	width: 350px;
	height: auto;
	border: #CCC 1px dashed;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}



#header {
	position: relative;
	margin: auto;
	width: 970px;
	height: 138px;
	top: 30px;
}

	#logo {
		position: absolute;
		margin: auto;
		width: 126px;
		height: 138px;
		left: 0px;
	}
	
	#futsal-boomerang {
		position: absolute;
		margin: auto;
		width: 775px;
		height: 138px;
		left: 126px;
	}
	
	#lnd {
		position: absolute;
		margin: auto;
		width: 69px;
		height: 138px;
		left: 901px;
	}
	


#main {
	position: relative;
	margin: auto;
	width: 970px;
	top: 70px;
	/*overflow: auto;*/
}
	
	#menu {
		margin: auto;
		padding: 20px;
		background-color: #FFF;
		font-size: 14px;
		line-height: 25px;
		float: left;
	}
	
	#menu-index {
		margin: auto;
		padding: 20px;
		background-color: #FFF;
		font-size: 14px;
		line-height: 25px;
		float: left;
		margin-right: 20px;
	}
	
		#menu a {
			color: #666;
		}
		
		#menu a:hover {
			text-decoration: underline;
		}
	
	#sponsor {
		position: absolute;
		margin: auto;
		padding: 20px;
		top: 0px;
		right: 0px;
		background-color: #FFF;
		font-size: 14px;
		line-height: 25px;
	}
	
	#box {
		margin: auto;
		padding: 20px;
		width: 750px;
		background-color: #FFF;
		float: right;
	}

	#box-soc {
		margin: auto;
		padding: 20px;
		width: 750px;
		height: 600px;
		background-color: #FFF;
		float: right;
		overflow: auto;
	}
	
	#box-index {
		margin: auto;
		padding: 20px;
		width: 600px;
		height: 1040px;
		background-color: #FFF;
		float: left;
		overflow: auto;
	}

#footer {
	position: relative;
	margin: auto;
	width: 970px;
	height: 80px;
	top: 70px;
	padding: 20px;
	text-align: center;
	color: #999;
	font-size: 10px;
	text-shadow: #FFF 0px 1px 0px;
}
