﻿body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background: #b9cfa1;
	background-position: top left;
	background-repeat: repeat-x;
	margin-top:18px;
	}
#container {
	width: 740px;
	margin:0 auto;
	border: 1px solid #363636;
	background:url(images/sfondo.jpg) no-repeat #FFFFFF;
	}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#masthead h1 {
	display:none;
	}
#masthead h3 {
	font-weight: normal;
	color: #CC9933;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
	}
#navigation {
	height:20px;
	margin-top:5px;
	margin-bottom:15px;
	font-size:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
#index {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:center;
	}
#index h3 {
	font-size:22px;
	font-weight: bold;
	color: #CC9933;
	margin-top: 30px;
	margin-bottom: 10px;
	}
#enter {
	position: relative;
	width: 670px;
	min-height:150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:center;
	}
#enter h3 {
	font-size:22px;
	font-weight: bold;
	color: #CC9933;
	margin-top: 30px;
	margin-bottom: 10px;
	}
#content {
	position: relative;
	width: 650px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#gallery {
	width:650px; 
	position:relative;
	margin-bottom:12px;
	}
#legal {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 10px;
	}
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
	}
#content img {
	padding: 5px;
	border: 1px solid #CC9933;
	}
#content ul  { 
	list-style-type:circle;
	}
#content li  { 
	margin-top:2px;
	margin-bottom:2px;
	}
#legal p {
	font-size: 1em;
	color: #996633;
	}
#legal a {
	color: #996633;
	text-decoration: underline;
	}
#legal a:hover {
	color: #2f4f4f;
	text-decoration: none;
	}
#footer p {
	font-size: 0.85em;
	color: #996633;
	}
#footer a {
	color: #996633;
	text-decoration: underline;
	}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
	}
a {
	color: #261;
	text-decoration: underline;
	}
a img {
	border:0;
	}
a:hover {
	color: #CC9933;
	text-decoration: underline;
	}
table {
	border:0;
	cellpadding:0;
	cellspacing:0;
	}
tr.odd td {
	border:0;
	}
td {
	border:1px dotted #666666;
	padding:4px;
	}
.style_bold {
	font-weight: bold;
	}
.style_italic {
	font-style: italic;
	}
.menu:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.menu ul{
	width: 100%;
	background: #f4ea17 url(images/sfondo_navigation.jpg) repeat-x;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #363636;
	padding: 2px 0;
	margin: 0;
	text-align: center;
	}
.menu ul li{
	display: inline;
	}
.menu ul li a{
	color: #333333;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	}
.menu ul li a:hover{
	background: #75b63e;
	color:#FFFFFF;
	}
.menu ul li a[rel]:after{ /
	content: " v";
	}
.dropmenudiv{
	position:absolute;
	margin-top:1px;
	top: 0;
	border: 1px solid #363636;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background: #FFFFCC;
	width: 80px;
	visibility: hidden;
	}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align:center;
	border-bottom: 1px solid #363636;
	padding: 2px 0;
	text-decoration: none;
	color: #333333;
	}
.dropmenudiv a:hover{
	background: #75b63e;
	color:#FFFFFF;
	}