body {
	background: #56798f;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

body * {

}

ul {
	list-style: none
}

a, img {
	border: none;
}

#page_container, #footer_titles {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 670px;
	background: white;
	margin-top: 20px;
	padding-top: 10px;
}

#footer_titles {
	background: #56798f;
	text-align: justify;
		line-height: 12px;
}
	#footer_titles li {
		display: inline;
	}

	#footer_titles a {
		color: #99AACC;
		display: inline;
		font-size: 10px;
		font-weight: bold;
	}

#page {
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 5px;
	border: 1px solid #666;
}


	#menu {
		background: url('../images/menu_bg.gif') repeat-x;
		min-height: 30px; height: auto !important; height: 30px;
		text-transform: uppercase;
	}
	
		#menu li {
			float: left;
			width: 19.5%;
			min-height: 30px; height: auto !important; height: 30px;
			line-height: 30px;
			font-size: 18px;
			text-align: center;
		}
		
			#menu a, #menu em {
				text-decoration: none;
				color: white;
				min-height: 30px; height: auto !important; height: 30px;
				display: block;
				font-style: normal;
			}
		
			#menu em, #menu a:hover {
				background: url('../images/menu_bg_hover.gif') 0 0 repeat-x;
			}	
			
			
				#menu_section li {
					float: left;
					width: auto;
					min-height: 15px; height: auto !important; height: 15px;
					line-height: 12px;
					font-size: 10px;
					font-weight: bold;
					margin: 0 5px 0 5px;
					text-align: center;
				}
				
					#menu_section a, #menu_section em {
						color: #666;
						min-height: 15px; height: auto !important; height: 15px;
					}
				
				
		
	#content {
		clear: both;
	}
	
	#footer {
		min-height: 30px; height: auto !important; height: 30px;
		background: url('../images/footer_bg.gif') repeat-x;
		text-align: center;
		line-height: 30px;
		font-size: 10px;
		font-weight: bold;
		color: white;
	}


label {
	display: block;
	font-weight: bold;
}

/* home */

#freewave_home, #convenzione_home {
	min-height: 113px; height: auto !important; height: 113px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding-top: 10px;
}

#freewave_home a, #convenzione_home a{
	color: white;
	text-decoration: none;
}

#freewave_home {
	background: url('../images/crow.gif') top left no-repeat;
}

#convenzione_home {
	background: url('../images/convenzione.gif') top left no-repeat;
}

#home_tris {
	border: 2px solid #ddd;
	border-width: 3px 0 3px 0;
	margin: 15px 0 15px 0;
	padding: 10px 10px 10px 10px;
}

	#home_tris li {
		padding: 5px 0 5px 0;
	}
	
		#home_tris a {
			color: #ff6b00;
			font-size: 20px;
			text-decoration: none;
		}
		
			#home_tris a em {
				font-weight: bold;
			}