﻿/* Layout CSS */
#layout {
	margin: 225px auto;
	margin-bottom: 0;
	margin-top: 0;
	width: 750px;
	background-color: #F3F8F8;
}
#header {
	width: 750px;
	height: 200px;
	border-bottom: 1px #AEC7C7 solid;
	border-right: 1px #AEC7C7 solid;
	border-left: 1px white dashed;
	border-top: 1px white dashed;
	background-image: url('IMAGES/ff2.jpg');
	border-bottom-right-radius: 350px 85px;
	-moz-border-radius-bottomright: 350px 85px;
}
#corpo {
	margin: 0;
	padding: 0;
	width: 750px;
}
#colonna_menu {
	border: 0;
	padding: 0;
	float: left;	
	width: 189px;
}
#colonna_contenuto {
	float: right;
	border: 0;
	margin: 0;
	padding-left: 20px;
	width: 540px;
}
#credits {
	height: 102px;
	clear: both;
	font-size: 8pt;
	padding-top: 8px;
	padding-left: 3px;
	border-right: 1px white dashed;
	border-right: 1px white dashed;
	border-right: 1px #AEC7C7 solid;
	border-bottom: 1px #AEC7C7 solid;
	text-align: center;
	border-top-left-radius: 250px 50px;
	-moz-border-radius-topleft: 250px 50px;
	background-image: url('IMAGES/index2.jpg');
}

/* Class */
body {
	font-family: Tahoma, Verdena, Arial, Helvetica;
	font-size: 10pt;
	color: #293D3D;
	background-image: url('IMAGES/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0;
	margin-bottom: 0;
}
table {
	width: 100%;
	background-color: #F7F7F7;
	border: 1px #151F22 solid;
}
tr {
	padding-left: 1px;
}
h2 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
.centro {
	text-align: center;
}
.underline {
	text-decoration: underline;
}

/* Menu */
.tab1 {
	border-bottom: 1px #578080 solid;
	border-right: 1px white dashed;
	border-top: 1px white dashed;
	margin-left: 3px;
	font-size: 10pt;
	text-transform: uppercase;
	font-family: "Lucida Sans Corsivo";
	background-color: #AEC7C7;
	padding: 1px 0 0 2px;
	color: white;
	border-bottom-right-radius: 45px 15px;
	-moz-border-radius-bottomright: 45px 15px;
}
.tab2 {
	margin-left: 20px;
	border-right: 1px #F3F8F8 solid;
	border-left: 1px #578080 solid;
	border-bottom: 1px #578080 solid;
	border-bottom-right-radius: 45px 15px;
	-moz-border-radius-bottomright: 45px 15px;
    padding: 0 0 0 2px;
	font-size: 9pt;
}
.box {
    margin: 0;
    text-align: justify;
    padding: 1px 2px 3px 3px;
    border: 1px #003755 dashed;
    background-color: #F5FAFA;
}

/* Immagini */
p img {
	border: 0;
}
div .centro img {
	border: 1px black solid;
}
.img2 {
	border: 1px black solid;
	margin-left: 5px;
	float: right;
}
.img3 {
	border: 1px black solid;
	margin-right: 5px;
	float: left;
}

/* Link */
a:visited, a:link {
    color: #001622;
    text-decoration: none;
}
a:hover {
    color: #578080;
    text-decoration: underline;
}

/* Lista */
ul ul ul ul ul ul {
	list-style-type: circle;
}
ul ul ul ul {
	list-style-type: circle;
}
ul ul {
	list-style-type: circle;
}
ul ul ul ul ul{
	list-style-type: disc;
}
ul ul ul{
	list-style-type: disc;
}
li {
	font-size: 10pt;
}
