body {
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h2 {
	margin-top: 0px;
	color: #000000;
	font-size: 14px;
}

a {
	color: #000000;
	font-weight: bold;

}

/* Header */

#header {
	width: 980px;
	height: auto;
	margin: 0 auto;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;

}


/* Menu */

#menu {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	padding: 0 0px;
}

#menu ul {
	width: 980px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 15px 5px 15px;
	border-left: 1px solid #000000;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FF0000;
	color: #000000;
}




/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0;
	background-image: url(sfondoblu.gif);
	background-repeat: repeat;
	height: 700px;
	background-position: center top;
	background-attachment: fixed;








}

#colOne {
	float: right;
	width: 600px;
	padding: 0 25px 0 0;
	height: auto;

}

#colTwo {
	float: left;
	width: auto;
	padding: 40px 0 0 20px;
}

/* Footer */

#footer {
	width: 980px;
	height: 20px;
	margin: 0 auto;
	padding: 0px;
	background-color: #333333;


}
