body {
	background-image: url(immagini/waves.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
}
#wrapper {
	padding: 0px;
	width: 1024px;
	margin-right: auto;
	margin-left: 0px;
	text-align: center;
}
#header {
	background-image: url(immagini/header.jpg);
	background-repeat: no-repeat;
	height: 285px;
	width: 1024px;
}
#menu {
	background-image: url(immagini/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 1024px;
}
#content {
	background-image: url(immagini/content_bg.jpg);
	background-repeat: no-repeat;
	height: 1033px;
	width: 1024px;
}
#content_noimg {
	background-image: url(immagini/content_bg_noimg.jpg);
	background-repeat: no-repeat;
	height: 1033px;
	width: 1024px;
}
.textBlock {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 20px 150px;
	font-weight: bold;
}
h1 {
	margin: 0px;
	color: #858C4C;
	padding: 20px 0;
}
.textBlockImg {
	float: left;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #999999;
}
.clearTab {
	clear: both;
	height: 20px;
}
#footer {
	background-image: url(immagini/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 123px;
	width: 1024px;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	padding-right: 230px;
	text-align: right;
	padding-top: 10px;
	color: #333333;
	font-weight: bold;
}
.credits a {
	float: left;
	padding-top: 10px;
	padding-left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
.navigation {
	margin-right: 120px;
	margin-left: 120px;
}
img   {
	border: 0;
}
.textRight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-align: left;
	float: right;
	width: 420px;
	padding-right: 150px;
	padding-top: 20px;
	height: 400px;
	font-weight: bold;
}
.imageSet {
	clear: both;
	padding-top: 40px;
	padding-right: 150px;
	padding-left: 150px;
	height: 320px;
}
.imageSet ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.imageSet ul li {
	display: inline;
}
.imageSet   ul  li  a:link img {
	border: 1px solid #666666;
	padding: 5px;
	margin: 10px;
}
.imageSet ul li a:hover img {
	background-color: #949B54;
	border: 1px dashed #666666;
}
.contactBox {
	float: right;
	width: 330px;
	padding-right: 150px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
}
.contactBox a {
	text-decoration: none;
	color: #653218;
	font-weight: bold;
}
.contactBox a:hover {
	text-decoration: underline;
}
.imgNoBorder {
	clear: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

