* {
	margin: 0;
	padding: 0;
}

body {
background: #003366;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #554d42;
}

a:hover {
text-decoration: underline;
color: #CF9F5A;
}

#wrap {
margin: 20px auto;
width: 850px;
}

#header {
clear: both;
height: 230px;
background: #003366 url(images/header.jpg) no-repeat;
color: #FFFFFF;
font-weight: bold;
}

h4 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:normal;
	line-height: 1.5 em;
	text-align:center;
}

h5 {
	color: #000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:normal;
	line-height: 1.5 em;
	text-align:left;
	width: 95%;
}

#header a {
	color: #FFCC00;
	text-decoration: none;
}
#header a:hover {
	color: #003366;
	text-decoration: none;
}

#header .sinistra {
	float: left;
	padding: 0 0 0 50px;
	text-transform: uppercase;
}

#header .destra {
	float: right;
	padding: 0 100px 0 0;
	text-transform: uppercase;
}

#logo { 
padding: 25px 25px 0 10px;
}


#content {
background: #003366 url(images/content.jpg) repeat-y;
}

.wide {
float: left;
width: 830px;
padding: 0 0 0 8px;
}

.wides {
float: left;
width: 830px;
padding: 20px 25px 20px 20px;
}

.wides .table{
float: left;
width:90%;
margin: 0 0 0 25px;

}

.wides img {
margin: 10px;
}

.right {
float: right;
width: 580px;
text-align: justify;
padding-top: 5px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}

.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #413326;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
}

#bottom {
height: 50px;
background: #003366 url(images/bottom.jpg) no-repeat;
padding: 3px 0px 0px 60px;
color: #FFFFFF;
font-size: 1.5em;
}

#bottom a {
	color: #FFCC00;
	text-decoration: none;
}
#bottom a:hover {
	color: #003366;
	text-decoration: none;
}