/* generale */
body {
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	background-color:#000;
}
a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
img {
	margin:0px;
	border:none;
}
/* titolo pagina */
h1 {
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}
/* div pubblicita */
.pubblicita {
	background-color:#333;
	text-align:center;
	margin:auto;
	height:90px; /* 100px */
	width:800px;
	padding-top:5px;
	padding-bottom:5px;
}
/* div header */
.header {
	margin:auto;
	height:100px;
	width:800px;
}
/* div menu */
.menu {
	text-align:center;
	margin:auto;
	height:30px;
}
#menu ul { /* menu - tabella */
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu li { /* menu - cella */
	font-size:10px;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
	margin-right:1px;
	margin-left:1px;
	padding:0px;
	float:left;
	width:80px;
}
#menu li a:link, a:visited, a:active {
	background-image:url(immagini/menu_bg.png);
	background-repeat:repeat-x;
	display:block;
}
#menu li a:hover {
	background-image:url(immagini/menu_bg_hover.png);
	background-repeat:repeat-x;
	display:block;
}
/* div contenuto */
.contenuto {
	background-color:#000;
	text-align:left;
	margin:auto;
	padding:5px;
	height:300px;
	width:800px;
	border:1px solid #FFF;
}
/* div footer */
.footer {
	text-align:center;
	margin:auto;
	height:auto;
	width:800px;
}
/* div admin */
#admin_1 {
	background-color:#333;
	margin:auto;
	padding:2px;
	width:394px; /* 400px */
	border:1px solid #FFF;
}
input {
	background-color:#FFF;
	border: 1px solid #000;
}
#admin_2 {
	color:#000;
	background-color:#CCC;
	margin:auto;
	padding:2px;
	width:396px; /* 400px */
}