html,body{
	margin:0 auto;
	padding:0
}

body{
	font: 76% arial, sans-serif;
	text-align: left;
}

div#modx-container{
	background:#fcf9eb;
	width: 900px;
	margin: 5px auto 5px;
	padding-top: 10px;
	border:1px solid #c6b797;
	overflow: auto;
}

html > body div#modx-container{
	background:#fcf9eb;
	width: 950px;
	margin: 5px auto 5px;
	padding-top: 10px;
	border:1px solid #c6b797;
	overflow: auto;
}

div#modx-container h1 {
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 26px;
	font-weight: bold;
	color:#913c20;
	padding-left:10px;
}


div#modx-container h2 {
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color:#913c20;
	padding-left:10px;}

div#modx-container p {
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 14px;
	color:#333333;
	padding-left: 15px;
}

div#modx-container a {
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 14px;
	color:#913c20;
}

div#modx-container h3 {
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color:#913c20;
	border-bottom:1px solid #913c20;
	padding-top:20px;
	padding-left:35px;
}

div#modx-container{
	text-align:left;
}

/* Questo DIV č nascosto, verrā utilizzato per gli Alert 
div#mod-header{background-color:#F3F2ED;}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;} */

div#modx-content{
	float:left;
	width: 500px;
	margin-bottom: 10px;
	padding: 0;
}

div#modx-content p{line-height:1.4}

.content{
	float:left;
	margin: 0 10px 10px;
	padding: 0 10px 10px;
}

.box {
	width:450px;
	margin: 25px auto;
	padding:10px;
	border:1px solid #c6b797;
	overflow: auto;
}

.box img {
	border: 0;
	margin: 10px 20px;
	float: left;
}


.left{
	float:left;
	width: 200px;
	margin: 10px;
	padding: 10px;
}

.right {
	float:left;
	width: 200px;
	margin: 10px;
	padding: 10px;
}

.left h3 {
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color:#913c20;
	border-bottom:1px solid #913c20;
	padding-top:20px;
	padding-left:35px;
	background:url('../images/help-about.png') no-repeat left;
}

.right h3 {
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color:#913c20;
	border-bottom:1px solid #913c20;
	padding-top:20px;
	padding-left:35px;
	background:url('../images/gift-box-icon.png') no-repeat left;
}

div#modx-info {
	float:right;
	width:380px;
}

div#modx-info h3 {
	padding-left: 35px;
	background:url('../images/call-start.png') no-repeat left;
}

div#modx-info p {
	padding: 10px 0 15px 10px;
}

div#modx-video {
	float:right;
	width:380px;
	padding-top:5px;
}

div#modx-video h3 {
	padding-left: 35px;
	background:url('../images/camera-video.png') no-repeat left;
}

div#modx-video object {
	margin-top:10px;
	}


/** div#modx-video {background:#F6F0E0;} **/
div#modx-video ul{margin:15px 0; padding:0; list-style-type:none;}
div#modx-video li{margin-bottom:5px;}

div#modx-photogallery {
	float:right;
	width:380px;
	padding-top:5px;
}

div#modx-photogallery h3 {
	padding-left: 35px;
	background:url('../images/camera-photo.png') no-repeat left;
}

div#modx-photogallery img {
	border: 0;
	margin: 10px;
}

div#modx-photogallery a {
	text-decoration: none;}

/** div#modx-photogallery {background:#CCC8B3;} **/
div#modx-photogallery {float:right;clear:right; width:380px}

/**div#modx-footer{background:#BFBD93;}
div#modx-footer p{margin:0;padding:5px 10px}


div#modx-footer{clear:both;width:100%} **/

