html { 
	min-width: 780px;
}
	 
body {
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ccc;
}

img {
	border: 0;
}

p {
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	font-weight: bold;
	font-size: 12px;
}

select {
	font-weight: bold;
	font-size: 12px;
}

h1,h2,h3,h4 {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #5d5933;
	text-align: center;
}

h2 {
	font-size: 14px;
	text-align: left;
}

h3 {
	font-size: 13px;
	color: #282A11;

}

h3 a{
	color: #282A11;
	text-decoration: none;
}

h4 {
	font-size: 11px;
	color: #282A11;
	font-weight: normal;
}

h4 a{
	color: #282A11;
	text-decoration: none;
}

div#grande {
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 780px;
}

div#skip {
	display: none;
}

div#testata {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: bottom;
	width: 780px;
	height: 152px;
	color: #fff;
	font-size: 10px;
	background-image: url(../images/testata.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div#testata a{
	color: #fff;
	text-decoration: none;
}

div#testata a:hover{
	text-decoration: underline;
}

div#principale {
	border: 2px solid #5d5933;
	margin: 0;
	padding: 0;
	width: 776px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #000;
	background-color: #B2AE71;
}

div#principale a{
	color: #282A11;
	text-decoration: underline;
}

div#principale a:hover{
	color: #5d5933;
	text-decoration: none;
}

div#credits {
	border: 0;
	border-top: 2px solid #5D5933;
	margin: 5px 0 0 0;
	text-align: center;
	width: 780px;
	font-size: 10px;
	color: #5D5933;
	padding: 5px 0;
}

div#credits a {
	color: #5D5933;
	text-decoration: underline;
}

div#credits a:hover {
	text-decoration: none;
}

.fotosx { 
	display:inline; 
	float:left; 
	margin: 2px 5px 0 0;
}

.fotodx { 
	display:inline; 
	float:right; 
	margin: 2px 0 0 5px;
}

.bottone {
	background-color: #282a11;
	color: #fff;
	height: 20px;
}

.tableMarrone {
	background-color: #FFFBB2;
	color: #282A11;
	font-weight: bold;
	text-align: left;
}

.tableTrasparente {
	background-color: inherit;
	color: #000;
}