/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin-top: 0px;
}


#container {
width:800px;
margin:auto;
	}

#main {
	margin: 0px auto;
	width: 800px;
	padding-top: 0px;
	position: relative;
	height: auto;
		}
	
#header {
	height: 280px;
	background-image: url(../img/header02.gif);
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 69px;
	text-align: right;
	background-repeat: no-repeat;
	}

#area_privata a{
	margin: 0px auto;
	font-size: 9px;
	color: #FF9900;
	text-decoration: none;
	position: relative;
	top: 50px;
	width: 60px;
	}

#body {
background-image: url(../img/sfondo.gif) ;
	}

#footer {
	height: 233px;
	background-image: url(../img/footer.gif);
	text-transform: uppercase;
	background-repeat: no-repeat;
	position: relative;
	}

#footer_comments {

	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
	text-align: right;
	padding-right: 69px;
	padding-top: 140px;
	position: relative;
	}
	
	#footer_comments a:visited{
	background: transparent url(../img/visited.gif) no-repeat left center
	}

	
#footer_comments a{
	color: #999999;
	text-decoration: underline;
		}
#footer_comments a:hover {
	color: black;
	background-color: #00FFFF;
	text-decoration: none;
	}

#shiny {
	padding-top: 20px;
	padding-left: 530px;
		}

#menu h3{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	height: 30px;
	width: 170px;
	background: url(../img/title_bottom.gif) no-repeat 0 20px;
	font-style: italic;
	text-transform: lowercase;

	color: #CCCCCC;
	}

#dx {
	width: 470px;
	background-position: right;
	float: right;
	margin-top: 150px;
	
	}

#page {
	margin-left: 50px;
	text-align: left;
	margin-right: 50px;
	background: transparent url(../img/sfondo_dx.jpg) no-repeat right top;
	}

#menu {

	line-height: 1.2;
	text-align: left;
	color: #999;
	text-transform: uppercase;

	font-size: 10px;

	}
	
#menu a:visited{
	background: transparent url(../img/visited.gif) no-repeat left center
	}

	
#menu a{
	color: #999;
	width: 160px;
	display: block;
	text-align: right;
	text-decoration: none;
		}
#menu a:hover {
	color: black;
	background: #FF9900;
	display: block;
	width: 160px;
	padding-right: 10px;
	}
	
.text {

	font-size: 11px;
	color: #CCCCCC;
	border-left: 6px solid #CCFF00;
	padding-left: 6px;
	text-transform: none;
	padding-right: 30px;
}



	
h1 {
	font-size: 11px;

   line-height:1.5em;
   margin-top: 0;
	}

.hide {
	visibility: hidden;
	}

