/* This is the default style sheet for all the pages */

body {
	background-color: #FFFFFF;
	}

#wrapper {
	width: 990px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-family: "times new roman", times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
/*	border: 1px solid;	*/
	}

#header {
	margin-top: 40px;
	margin-bottom: 50px;
	background-image: url(images/sfondo2.bmp);
/*	border: 1px solid;	*/
	}

#title1 {
	font-size: 55px;
	margin: 0;
	padding: 0;
	}

#title2 {
	font-size: 12px;
	font-variant: small-caps;	
	letter-spacing: 8px;
	margin: 0;
	padding: 0;
	}

#nav {
	float: left;
	width: 200px;
	text-align: left;
	line-height: 36px;
	margin-top: 70px;
	padding-left: 10px;
/*	border: 1px solid;	*/
	}

#nav ul {
	list-style: none;
	font-size: 16px;
	font-variant: small-caps;
	}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #000000;
	}

#nav2 {
	float: left;
	width: 200px;
	text-align: left;
	line-height: 36px;
/*	border: 1px solid;	*/
	}

#nav2 ul {
	list-style: disc;
	font-size: 14px;
	font-variant: small-caps;
	}

#nav2 li a:link, #nav li a:visited {
	text-decoration: none;
	color: #000000;
	}

#content {
	float: right;
	width: 600px;
	text-align: justify;
/*	border: 1px solid;	*/
	margin-bottom: 70px;
	padding-left: 20px;
	padding-right: 60px;
	}

#content a:link, #content a:visited {
	color: #0000FF;
	}

h1 {
	color: #FF0000;
	text-decoration: none;
	font-family: "times new roman", times, serif;
	font-size: 30px;
	border-bottom: 1px solid;
	}

h2 {
	color: #FF8C00;
	text-decoration: none;
	font-family: "times new roman", times, serif;
	font-size: 24px;
	font-variant: small-caps;
	border-bottom: 1px solid;
	}

h3 {
	color: #000000;
	text-decoration: none;
	font-family: "times new roman", times, serif;
	font-size: 18px;
	line-height: 10px;
	margin-bottom: 10px;
	}

#highlights ul{
	list-style-type: disc;
	margin-left: 20px;
	padding: 0;
/*	border: 1px solid;	*/
	}

#highlights li {	
	text-align: justify;	
	font-size: 15px;	
	padding-top: 15px;	
/*	border: 1px solid;	*/
	}			

#highlights li a:link, #highlights a:visited {
	font-size: 22px;
	}	

#highlights h3 {
	color: #0000FF;
	}

#footer {
	clear: both;
/*	border: 1px solid;	*/
	margin: 0;
	padding: 10px;
	}

#footer p {
	color: #000000;
	text-decoration: none;
	font-family: "times new roman", times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}