/* by Alberto Cabri - 2007 */

html, body {
	text-align: center;
    	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	background: url(images/bgtile.jpg);
	}

h1 	{
	text-align: center;
    	font-size: 18pt;
	font-style: italic;
	font-family: Arial,Helvetica,sans-serif;
	}

h2 	{
    	font-size: 10pt;
	font-style: bold;
	font-family: Arial,Helvetica,sans-serif;
	}

div#container {
	width: 800px;
	height: 600px;
	background: url(images/sfondo%20scuola2.jpg);
	}

div#mnhead {
	position:relative;
	width: 196px; 
	height: 49px;
	text-align: center; 
	background: url(images/menubacks.gif) no-repeat top left;
	}

div#nav {
	position:relative;
	float: left;
	top: 80px; 
	left: 0px;
	width: 196px; 
	height: 520px;
	text-align: center; 
	}

div#cms {
	position:relative;
	float: right;
	top: 80px; 
	right:0px;
	padding-right: 4px;
	width: 600px; 
	height: 520px;
	text-align: justify; 
	overflow: auto;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	}

#nav li {/*display: inline; margin: 0;*/}

#nav a {
	color: #29456b;
	padding: 2px 2px; 
	margin: 1px 1px 1px 1px; 
	font-weight: bold;
	line-height: 14pt;
	text-decoration: none;
	}

#mnhead a {
	color: #f6b756;
	padding: 0px 0px; 
	margin-left: 20px; 
	margin-top: 12px; 
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover {
	color: #f6b756;
	background-color: #5188d2;
	/*border: 1px solid #640707;*/
	}

#ulink {
	color: #29456b;
	padding: 0px 0px; 
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	font-weight: bold;
	text-decoration: none;
  }

#ulink:hover {
	color: #f6b756;
	background-color: #5188d2;
	}

