* {
	margin: 0 auto;
	padding: 0;
}


html,body {
	margin: 0;
	padding: 0;
	color: #010001;
	background-color: #4b4a4a;
	font: normal 11px/1.4 Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #3966b2;
	font-weight:bold;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #3966b2;
	font-weight:bold;
}

a.other_menu{
	background-color: #000000;
	font-size: 9px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #eeeeee;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	border-bottom: 2px solid #eeeeee;
	
}

a.other_menu:hover{
	color: #000000;
	border-bottom: 2px solid #000000;
	background-color: #eeeeee;
}


a.other_menu2{
	background-color: #6a6b6b;
	font-size: 9px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #000000;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	border-bottom: 2px solid #6a6b6b;
	
}

a.other_menu2:hover{
	color: #000000;
	border-bottom: 2px solid #000000;
	background-color: #6a6b6b;
}

.container{
	width:770px;
	background: url(../img/bkg.jpg) top left repeat-y;
}

.header {
	width:770px;
	margin-bottom: 15px;
}

.footer {
	width:770px;
	margin-top: 15px;
}


.menu{
	padding: 0 10px; 
	width: 250px;
	color: #000000;
	float:left;
}

.contenuto{
	width:480px;
	padding: 0 0 0 7px;
	float:left;
}

h1{
	font-size: 11px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #010001;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
}

h2{
	line-height: 14px;
	letter-spacing: 2px;
	color: #010001;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	font: normal 9px Geneva, Arial, Helvetica, sans-serif;
}

.members{
	width: 390px;
	height: 400px;
	overflow: auto;
	float:left;
	SCROLLBAR-FACE-COLOR: #1f1f1f;
    SCROLLBAR-HIGHLIGHT-COLOR: #1f1f1f;
    SCROLLBAR-SHADOW-COLOR: #505561;
    SCROLLBAR-3DLIGHT-COLOR: #505561;
    SCROLLBAR-ARROW-COLOR: #505561;
    SCROLLBAR-TRACK-COLOR: #1f1f1f;
    SCROLLBAR-DARKSHADOW-COLOR: #1f1f1f;
}

textarea, input, select
{
BORDER: #010001 1pt solid;
FONT-SIZE: 10px;
BACKGROUND: #c7c8c8;
COLOR: #010001;
}
