body {
	background-color: white;
	text-align: center;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url('../img/fondo.jpg');
	background-repeat: repeat-x;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #B0AAD0;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

ul {
	padding-left: 0px;
	margin-left: 10px;
}

div#bodyContainer {
	width: 890px;
	margin: 0px auto;
	background-image: url('../img/fondo_sx.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
div#bodyContainer2 {
	width: 890px;
	margin: 0px auto;
	background-image: url('../img/fondo_dx.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

div#pageContent {
	color: #B0AAD0;
	margin: 0px auto;
	padding: 0px;
	width: 766px;
	height: 488px;
	text-align: left;
	background-color: white;
	background-image: url('../img/background.jpg');
	position: relative;
}

div#pageContent a {
	color: #B0AAD0;
}

div#pageContent div#testo {
	text-align: right;
	position: absolute;
	right: 0px;
	padding-right: 30px;
	bottom: 70px;
	border: 0px solid black;
	width: 460px;
	height: 155px;
	line-height: 18px;
	overflow: auto;
}

div#pageContent div#testoFotoPiccola {
	text-align: right;
	position: absolute;
	right: 0px;
	padding-right: 30px;
	bottom: 70px;
	border: 0px solid black;
	width: 460px;
	height: 280px;
	line-height: 18px;
	overflow: auto;
}

div#pageContent div#testoSolo {
	text-align: right;
	position: absolute;
	right: 0px;
	padding-right: 30px;
	bottom: 70px;
	border: 0px solid black;
	width: 460px;
	height: 400px;
	line-height: 18px;
	overflow: auto;
}

div#pageContent div#hyperCms {
	text-align: left;
	position: absolute;
	right: 0px;
	padding-right: 30px;
	bottom: 70px;
	border: 0px solid black;
	width: 460px;
	height: 400px;
	line-height: 18px;
	overflow: auto;
}

div#leftMenu {
	color: #B6AFA9;
	position: absolute;
	top: 0px;
	border: 0px solid black;
	width: 156px;
}

div#leftMenu a {
	color: #B6AFA9;
	text-decoration: none;
	font-weight: bold;
}

div#leftMenu a:hover, div#leftMenu a.activeMenu {
	color: #B0AAD0;
}

div#leftMenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

div#leftMenu li {
	padding-left: 20px;
	margin-top: 10px;
}

div#leftMenu li.level1 {
	padding-left: 40px;
	margin-top: 5px;
}

textarea.error, input.error {
	background-color: yellow;
}

div#header, div#footer {
	margin: 0px auto;
	/*border: 1px solid white;*/
}

div#header {
	position: relative;
}

div#header #headerImage{
	background-color: white;
	width: 766px;
	height: 173px;
	margin: 0px auto;
}

div#footer {
	width: 766px;
	margin: 0px auto;
	background-color: #B0AAD0;
	color: white;
	height: 38px;
}

div#footerBackground {
	margin: 0px auto;
	width: 890px;
	height: 62px;
	background: url('../img/fondo_bottom.jpg');
}

table#footerTable {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 13px;
	font-size: 11px;
	width: 100%;
	height: 33px;
}
table#footerTable a {
	color: white;
	text-decoration: none;
}
table#footerTable td {
	padding-right: 10px;
	vertical-align: bottom;
}

div#language {
	position: absolute;
	right: 75px;
	top: 150px;
}
div#language a{
	color: #3d4049;
	text-decoration: none;
}

div.gallery {
	height:65px;
	margin-left:15px;
	margin-top:15px;
	overflow:hidden;
	background-color: #B0AAD0;
	color: white;
	text-align: center;
}
div#pageContent div.gallery a {
	color: white;
	text-decoration: none;
}

.galleryThumb {
	float:left;
	height:89px;
	margin:0 20px 0 0;
	width:105px;
}

table#contatto input, table#contatto textArea {
	width: 200px;
}