* {
	margin: 0 auto;
	padding: 0;
}


html,body {
	margin: 0;
	padding: 0;
	color: #ccc;
	background: #373737 url(../img/bkg_body.jpg) top left repeat-x;
	font: normal 11px/1.4 Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #7E8696;
	font-weight:bold;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #7E8696;
	font-weight:bold;
}

a.other_menu{
	background-color: #1f1f1f;
	text-align: right;
	font-size: 9px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #505561;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	border-left: 4px solid #505561;
	border-bottom: 1px solid #505561;
}

a.other_menu:hover{
	color: #888687;
	border-left: 4px solid #888687;
}

.container{
	width:760px;
	height:600px;
	border: 1px solid #4D4B4C;
	background: #1f1f1f;
	margin-top: 65px;
	background: #1f1f1f url(../img/bkg_interno.jpg) top left no-repeat;
}

.container2{
	width:760px;
	height:600px;
	background: url(../img/scritta.gif) bottom left no-repeat;
}

/*.menu{
	width: 265px;
	margin-top: 400px;
	padding: 0 40px;
	text-align:right;
	float:left;
}*/

.menu{
	width: 345px;
	margin-top: 380px;
	text-align:right;
	float:left;
}

.contenuto{
	width:401px;
	height:528px;
	padding: 0 5px;
	float:left;
}

h1{
	background-color: #1f1f1f;
	text-align: left;
	font-size: 11px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #505561;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	border-bottom: 1px solid #505561;
}

h2{
	background-color: #1f1f1f;
	text-align: right;
	line-height: 14px;
	letter-spacing: 2px;
	color: #505561;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	border-bottom: 1px solid #505561;
	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: #505561 1pt solid;
FONT-SIZE: 10px;
BACKGROUND: #1f1f1f;
COLOR: #505561;
}