html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	background-color: #001628;
	text-align: center;
	margin:0;
	padding:0;
	height: 100%;
}

#container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #0F193C;
}

body>#container {
	height: auto;
	min-height: 100%;
}

#header {
	text-align: left;
	background-image: url(../images/sfondobannerpezzo2.jpg);
	background-repeat:no-repeat;
	height: 180px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
}

#menu {
	//margin: 10px;
	width:700px;
	//width: 300px;
	//float: right;
	clear: both;
	
}

#mainContent {
	padding:0;
	clear:both;
	text-align: left;
	//margin: 10px;
	margin:auto;
	padding-bottom: 20px;
	font-size: 14px;	
}

#footer {	
	font-size:10px;
	border-top: solid 1px #000;
	position:absolute;
	bottom:0px;
	width:800px;
	text-align: center;
}

h1 {
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	font-weight: normal;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: fff;
	border-bottom-color:fff;
	border-bottom-style:solid;
	border-bottom-width:1px;

}
h2 {
	color: #BADAFE;
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:2px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: badafe;
	border-bottom-color:badafe;
	border-bottom-style:solid;
	border-bottom-width:1px;
}


p {
	margin-left: 10px;
	margin-right: 10px;
}

a {
	color:#FF0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#chooseLanguage {
	font-size:9px;
	clear: both;
	float: right;
	margin-top: 70px;
	margin-right: 5px;
}

