@charset "iso-8859-1";
/*stili per il layout fisso con background*/
html,body{margin: 0;padding:0}
body{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 77%;text-align:center;color:#000}
div#container{
	width:100%;
	height:100%;
	border-width: 0 1px;
	background-color: #BFBAB0;
}


div#container1{
	position:relative;
	width:1007px;
	height:100%;
	margin: 0 auto;
		background: url(imgs/text_wood.jpg);
	border-left-style:solid;
	border-right-style:solid;
	border-color:#FFF;
	border-width:5px;
			}

div#upflash{
	position:relative;
	width:1007px;
	height:25px;
	margin: 0 auto;
					}

div#flash{
	position:relative;
	width:1007px;
	height:800px;
	margin: 0 auto;
	background-color: #A59688;
				}
div#footer{	
			width:1007px;
			height:50px;
			margin:0 auto;
			background-color: #000;
			border-top-style:solid;
			border-bottom-style:none;
			}

div#subfooter{	
			width:1007px;
			height:auto;
			margin:0 auto;
			border-top-style:solid;
			border-bottom-style:none;
			}

h1 {
	color:#fff;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: medium;
}

h1 a{color:#fff;font-weight: bold; font-size: medium; font-family: "Times New Roman", Times, serif; text-decoration: none}
h1 a:hover{
	font-weight: bold;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color:#FFFFCC;
}

h2 {
	color:#fff;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: medium;
}

h2 a{color:#CC0000;font-weight: bold; font-size: medium; font-family: "Times New Roman", Times, serif; text-decoration: none}
h2 a:hover{
	font-weight: bold;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color:#FFFFCC;
}
