* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #777777;
}

#main {
	position: relative;
	width: 762px;
	margin: 0px auto 0px auto;
}

#menu{
	width:762px;
	height:28px;
	position:relative;
	float:left;
	background:url(immagini/layout_02.jpg) #777777 no-repeat left top;
}

#menu_header{
	padding-top:6px;
	padding-left:20px;
	color:#FFFFFF;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
}

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

#menu_header a:hover{
	color:#c0c842;
	text-decoration:none;
}



#header{
	width:762px;
	position:relative;
	background:url(immagini/layout_05.jpg) #777777 no-repeat left top;
	height:253px;
	float:left;
}

#sottoheader{
	width:762px;
	position:relative;
	background:url(immagini/layout_06.jpg) #777777 no-repeat left top;
	height:100px;
	float:left;
}



#center{
	width:762px;
	position:relative;
	background:url(immagini/bkg.gif) #fff;
	float:left;
}

h1{
	padding-top:10px;
	text-align:center;
	font-size:20px;
	color:#c0c842;
}

.testo_interno{
	width:730px;
	padding:10px 15px 20px 15px;
	text-align:justify;
	line-height:18px;
}

.testo_interno a{
	color:#f29400;
	text-decoration:none;
}
.testo_interno a:hover{
	color:#f29400;
	text-decoration:underline;
}

#footer{
	background:url(immagini/layout_09.jpg) #777777 no-repeat left top;
	width:762px;
	height:49px;
	float:left;
}

#credits{
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
}

/*
#menu_footer{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	color:#feefdc;
	font-size:14px;
}

#menu_footer a{
	color:#feefdc;
	text-decoration:none;
}

#menu_footer a:hover{
	color:#ffffff;
	text-decoration:none;
}
*/
