div#container   {
	text-align: center;
	margin: 5px auto auto;
	width: 780px;
	background-color: #003300;
	
}

div#header   {
	text-align: center;
	margin: 0px;
	width: 780px;
	background-color: #003300;
	border: 1px solid #FFcc00;
}
div#head1   {
	text-align: left;
	margin: 0px;
	width: 780px;
	background-color: #003300;
	height: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}

div#head2   {
	text-align: center;
	margin: 0px;
	width: 780px;
	background-color: #003300;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;

}
div#head3   {
	text-align: left;
	margin: 0px;
	width: 780px;
	background-color: #003300;
	height: 50px;
	background-image: url(img/riccioletti.gif);
	background-repeat: no-repeat;
	background-position: right;
}


div#content {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFcc00;
	height: auto;
	text-align: left;
	background-image: url(img/ricciolo.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFcc00;
	border-right-color: #FFcc00;
	border-bottom-color: #FFcc00;
	border-left-color: #FFcc00;
	padding-top: 10px;
}

div#contentG{
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFcc00;
	height: auto;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFcc00;
	border-right-color: #FFcc00;
	border-bottom-color: #FFcc00;
	border-left-color: #FFcc00;
	padding-top: 10px;
}
div#contentG img     {
	margin: 0px;
	padding: 2px;
	border:1px solid #FFCC00;
}

div#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFcc00;
	height: auto;
	text-align: left;
	padding-left: 140px;
	padding-bottom: 20px;
}

div#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFcc00;
	height: auto;
	text-align: left;
	padding-left: 140px;
	font-weight: bold;
	font-style: italic;
}

div#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #Ffcc00;
	height: auto;
	text-align: left;
	padding-left: 140px;
	line-height: 20px;
}

div#content a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
div#footer{
	bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	background-color: #002200;
}

div#map{
"
;
	margin-left: 150px;
}


/* COMMON*/

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-color: #002200;
}

p       {
	color: #ff9900;
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
img     { margin: 0px; padding: 0px; border:0px ; }
td      { color: #ffffff; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px }
th      { color: #ff3300; font-size: 12px; font-weight: bold; background-position: 0 0; margin: 0px; padding: 0px }
li      { font-size: 11px; list-style-type: square }
hr      { margin: 1px; height: 1px }
h1		{color: #ffffff;
		margin: 0px;
		padding: 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		}
		
textarea{ border: 1px solid #ff6600; font-weight: bold; font-size: 11px; font-family: tahoma, verdana, arial, helvetica; line-height: 13px; padding-left: 3px; }

input    {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	line-height: 12px;
	padding: 1px;
	border: solid 1px #ff6600
}

