/* Layout */

div#container {
/*	background: none url('./images/FONDINO.JPG') repeat;*/
	height: auto;
	margin: 10px auto 5px auto;
	width: 755px;
}

div#content {
	background: transparent;
	float: right;
	font-size: 9pt;
	margin: 0px;
	min-height: 500px;
	padding: 0px;
	width: 570px;
}

div#menu {
	background: transparent;
	float: left;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	min-height: 500px;
	padding: 0px;
	text-align: center;
	width: 163px;
}

div#copyright {
	background: transparent;
	border-top: #000000 1px dashed;
	float: right;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 570px;
}

/* Stile */

body {
	color: #5f5f5f;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a {
	color: #EE0088;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	border-bottom: #000000 1px dashed;
	color: #000000;
	font-size: 18pt;
	padding: 10px;
	text-align: center;
	text-decoration: underline;
}

h2 {
	border-bottom: #5F5F5F 1px dotted;
	font-size: 12pt;
	margin: 1px 0px 1px 5px;
	padding: 0px 0px 0px 0px;
}

h2:first-letter {
	color: #EE0088;
	
}

h3 {
	border-left: #5F5F5F 1px dotted;
	border-right: #5F5F5F 1px dotted;
	border-bottom: #5F5F5F 1px dotted;
	border-top: #5F5F5F 1px dotted;
	font-size: 8pt;
	margin: 0px 0px 1px 10px;
	padding: 1px 0px 0px 2px;
}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	margin: 2px;
	padding: 0px;
	border: 0px;
}

ul {
	list-style: none;
}

li {
	margin: 2px 0px 2px 0px;
	padding: 0px 5px 0px 0px;
}

div#content p {
	margin: 0px 0px 25px 15px;
	padding: 5px 0px 5px 5px;
	border-bottom: #5F5F5F 1px dotted;
	border-left: #5F5F5F 1px dotted;
	border-right: #5F5F5F 1px dotted;
}

img#content {
	margin: 5px;
	padding: 0px;
}

div#content ul {
	margin: 0px 0px 1px 15px;
	padding: 5px 0px 5px 5px;
	border-left: #5F5F5F 1px dotted;
	border-right: #5F5F5F 1px dotted;
}

div#menu ul {
	border-right: #5F5F5F 1px dashed;
	text-align: right;
}

div#menu li {
	font-size: 14px;
	font-variant: small-caps;
}

