* {
	margin: 0;
	padding: 0;
}

body {
    background: #f5e253 url(../images/bac.gif) repeat-x; 
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;

}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	margin-top: -10px;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	color: #313131;
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(../images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	color: #fff;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #F5D800;
	background-color:#FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #F5D800;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: left;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(../images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(../images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-boxg {
	float: left;
	width: 450px;
}

.floating-boxg a {
	font-weight:bold;
	color:#111;
}

.floating-boxg a:hover {
	color:#fff;
}


.floating-boxg p, .floating-boxg blockquote, .floating-boxg ol, .floating-boxg ul {
	line-height: 144%;
	font-size: 92%;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(../images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #F5D800;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#sidebar p {
	line-height:14px;
	margin-top:10px;
	margin-bottom: 10px;
	width:180px;
	margin-left:15px;
	font-size:10px;
	text-align: center;
}
#sidebar p a:hover{
	color:#333;
}

#links {
}

#links ul {
	background: url(../images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(../images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(../images/img08.gif) no-repeat left center;
	color: #ffffff;
	background-color: #fe490d;
	text-decoration:none;
}

#links a:hover {
	color: #FFCC00;
}

/* Footer */

/* Footer */

#footer p{
text-align:center;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 40px;
	padding: 5px 30px 0 30px;
	background: #000 url(../images/back3.jpg) no-repeat;
	border-left: 20px solid #000;
	font-size: 85%;
	color: #353535;
}

#footer .links  p{
margin-top:15px;
color:#fff;
}

#footer .legal {
	float: right;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	padding: 5px 0px 0 0px;
	background: #fff url(../images/back4.jpg) no-repeat;
	text-align: right;
	font-size: 85%;
	color: #353535;
}

#footer .legal  p{
margin-top:15px;
color:#fff;
}

<!--Galleria immagini-->

ul#minipics{margin:0;padding:0;list-style-type:none}

ul#minipics li{float:left; margin: 10px;padding:0 0 7px 0;
    background: url(../images/shadow2.png) no-repeat bottom center}

ul#minipics li img{display:block;
    border:5px solid #fff;
    }
	
ul#minipics li img:hover{
    border:5px solid #333;
}

/*Form*/

fieldset {
	border:0;
	margin:0;
	padding:0;
}
input.text, textarea {
	background-color: #F5D800;
	font:12px/12px 'courier new', courier, monospace;
	color:#333;
	padding:1px;
	margin:1px 0;
	border:1px solid #fff;
}
input.text:focus, textarea:focus {
	border-color:#000000;
	background-color:#FFFFFF;
}
input.text:hover, textarea:hover {
	border-color:#FF0000;
}
input.submit {
	padding:2px 5px;
	font:bold 12px/12px verdana, arial, sans-serif;
}
