body {
text-align:center;
font-family: Arial, sans-serif;
font-size:12px;
margin:0;
padding:0px;
background: #3b3b3b;
color: #666;
}

#Content {
width:800px;
text-align:left;
margin:0 auto;
}

#header {
position:relative;
float:left;
width:800px;
height:140px;
background: url(skin/header.jpg) no-repeat;
}

#top {
position:relative;
float:left;
width:790px;
height:18px;
padding:5px;
background: #e0702d url(skin/sfumo.png) bottom repeat-x;
}

#top img {
border:0px;
float:right;
margin-left:5px;
}

#menu {
position:relative;
float:left;
width:200px;
padding:10px;
}

#contenuto {
position:relative;
float:right;
background: #f1f1f1;
}

#box {
position:relative;
float:right;
width:540px;
padding:20px 20px 20px 19px;
background: #fff;
border-left:1px solid #d1d1d1;
text-align:justify;
}

#box h1 {
margin:5px 0px;
padding:0px;
}

#footer {
position:relative;
float:left;
width:780px;
padding:10px;
background:#e1e1e1;
text-align:center;
font-size:11px;
}

.float {
float:right;
margin:0px 0px 10px 20px;
}

a {
outline:none;
}

#menu ul {
margin: 0px;
padding:0px;
}

#menu li {
position:relative;
float:left;
margin: 0px;
padding:2px 0px;
margin-bottom:4px;
list-style:none;
border-bottom:1px dotted #d1d1d1;
}

#menu li a {
position:relative;
float:left;
height:20px;
width:200px;
color:#e0702d;
font-size:18px;
font-style:italic;
text-decoration:none;
}

#menu li a:hover {
color:#313e6a;
}

.immagini img {
float:left;
position:relative;
border:none;
width:125px;
height:91px;
padding:5px;
background: #f1f1f1;
}

p .img {
float:left;
position:relative;
border:none;
width:125px;
height:91px;
padding:5px;
margin-right:10px;
background: #f1f1f1;
}

p a {
font-weight:bold;
text-decoration:none;
color:#313e6a;
}

.frame {
border: 1px solid #ccc;
}

label {
font-size: 14px;
font-weight:bold;
font-style: italic;
}

.input {
width:530px;
height:20px;
padding:5px;
line-height:30px;
background:#f1f1f1;
border:none;
margin-bottom:10px;
font-family: Arial, sans-serif;
font-size:12px;
color: #303d69;
font-weight:bold;
border-bottom: 1px solid #ccc;
}

textarea {
width:530px;
height:130px;
padding:5px;
line-height:30px;
background:#f1f1f1;
border:none;
margin-bottom:10px;
font-family: Arial, sans-serif;
font-size:12px;
color: #303d69;
font-weight:bold;
border-bottom: 1px solid #ccc;
}

.sottotitolo {
font-size:11px;
}