/* CONTAINER */
#mainDiv {
	position: relative;
	width: 950px;
	height: auto;
	text-align: left;	/* align left to fix the previous IE css bug */
	margin: 0px auto 5px auto;		/* 5px margin top/bottom, auto margin for left/right */
	text-align: left; 	/* ripristinato allineamento del testo */
	background-color: #000000;
}
body {
	margin:0;
	padding:0;
	background-image: url(../images/back.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


/* STRUCTURE */
#rightBox {
	position: absolute;
	margin: 330px 0px 0px 620px;
	width: 290px;
	height: 350px;
	overflow: auto;	
	overflow: hidden;
	background-color: #010101;
}
#leftBox {
	position: absolute;
	margin: 330px 0px 0px 20px;
	width: 590px;
  height: auto;
	overflow: hidden;
	background-color: #010101;
}
.framestyle {
	margin: 0px 0px 0px 0px;
	padding 0px;
 	width: 98%;	 
 	height: auto;
	overflow: hidden;
}


/* MENU NAVIGATION */
#navcontainer { 
	position: absolute;
	top: 00px;
	margin: 0px 0px 0px 620px;
	width: 200px;
	margin-top: 20px; 
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 20;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	padding: 5px 0px 5px 20px;
	width: 180px;
	font-weight: normal;
	background-color: #333333;
	color: #E1E1E1;
	border-bottom: 1px solid #191919;
	border-left: 8px solid #808080;
}
#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration: none;
	border-left: 8px solid #191919;
	background-color: #808080;
	color: #010101;
}


/* OTHER */
#welcome {
	position: absolute;
	margin: 270px 0px 0px 152px;
	width: auto; 
	height: auto;
	font-size: 18px;
	font-weight: bold;
	color: #595959;
	text-align: right;
	line-height: 22px;
}
#language {
	position: absolute;
	margin: 5px 0px 0px 700px;
	text-align: center;
}
#cddes {
	position: absolute;
	margin: 0px 0px 0px 40px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}