body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:14px;
	cursor:default;
	color:#f0f0f0;
	background-color:#000000
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000000;
	color:#f0f0f0;
}
#header {
	width:100%;
	padding-top:15px;
}
.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#AAAAAA;
	background-color:#AAAAAA;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:28px;
	color:#f0f0f0;
	background-color:#000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}
h2 {
	font-size:20px;
	color:#FF0000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#000000;
}
h3 {
	color:#FF0000;
	font-size:18px;
	background-color:#000000;
	border-width:1px;
	border-color:#AAAAAA;
	border-style:solid;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	font-weight:300;
	padding:5px;
}
h4 {
	color:#F0F0F0;
	font-size:14px;
	background-color:#000000;
	border-width:1px;
	border-color:#AAAAAA;
	border-style:solid;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	font-weight:300;
	padding:5px;	
}
.top_main_heading {
	margin-top:15px;
}
#left {
	float:left;
	width:170px;
	background-color:#000000;
	color:#AAAAAA;
}
#menu01 p {
	color:#AAAAAA;
	background-color:#000000;
	font-size: 12px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}
#menu01 ul {
	list-style:none;
	padding-left:18px;
	color:#AAAAAA;
	background-color:#000000;
}
#menu01 a {
	color:#F9D323;
	text-decoration:none;
	font-size:16px;
	background-color:#000000;
}
#menu02 p {
	color:#AAAAAA;
	background-color:#000000;
	font-size: 12px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#AAAAAA;
	background-color:#000000;
	line-height:20px;
	padding:5px;
}
#menu02 ul {
	list-style:none;
	padding-left:16px;
	color:#AAAAAA;
	background-color:#000000;
}
#menu02 a {
	color:#F9D323;
	text-decoration:none;
	font-size:16px;
	background-color:#000000;
}
.news {
	color:#999999;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#AAAAAA;
	background-color:#000000;
	line-height:20px;
	padding:5px;
}
#menu01 a:hover {
	color:#F9D323;
	background-color:#000000;
	text-decoration:underline;
}
#main {
	float:left;
	width:580px;
	color:#000000;
	background-color:#000000;
	padding-bottom:20px;
	<!background:url(img/backgroun.png);  linea per immagine di background>
}
#maincontent p {
	color:#f0f0f0;
	background-color:#000000;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#AAAAAA;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	line-height:20px;
	padding:20px;
}
#maincontent a {
	color:#F9D323;
	background-color:#000000;
	text-decoration:none;
}
#maincontent a:hover {
	color:#F9D323;
	background-color:#000000;
	text-decoration:underline;
}
#footer {
	clear:both;
	width:750px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color:#AAAAAA;
	background-color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#AAAAAA;
	background-color:#000000;
	text-decoration:underline;
}
.center {
	color:#AAAAAA;
	background-color:#000000;
	float:center;
	font-size:100%;
	margin-top:5px;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 110px;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}


