/* General Styles
=================================*/

body {
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	background: #4C6273;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center; 
	margin: 0px auto/* necessario  */
}



p { 
	margin-top: 10px; 
	margin-bottom: 6px;
	padding: 0px
}

a:link{
	text-decoration: none;
	border-bottom: 1px dotted
}

a:visited{
	color: #6699CC;
	text-decoration: none;
	border-bottom: 1px dotted #69c
}

a:hover{
	color: #6699cc;
	text-decoration: none;
	border-bottom: 1px solid #036
}

a.img {
	border: 0px
}


/* text Styles
=================================*/

h1{
	font-size: 110%;
	font-weight: lighter;
	line-height: 8px;
	margin-top: 10px; 
	margin-bottom: 6px

}

.title{
	color: #69c;
	background: url("../images/title_bullett.gif") no-repeat left top;
	padding: 0px 0px 0px 20px;
	line-height: 22px
}

.papers{
	font-weight: bold;
	color: #930;
	background: url("../images/title_papers.gif") no-repeat left top;
	padding: 0px 0px 0px 15px;

}


.small{
	font-size: 80%;
}

	

/* ID General Styles
=================================*/

#wrapper {
	margin: 0px auto; /* AUTO necessario  */
	width: 750px;
	float: none
}

#banner {
	background-image: url("../images/lanyun.jpg");
	background-repeat: no-repeat; /* necessario */
	background-position: center; /* necessario */
	margin: 0px;
	padding: 0px;
	height: 150px 
}

#footer {
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat; /* necessario */
	background-position: center; /* necessario */
	position: relative;
	margin: 0px;
	padding-top: 30px;
	float: left;
	height: 50px;
	width: 750px
}

#footer p {
	font: normal 10px Verdana;
	line-height: 11px;
	color: #3D607C;
	margin-top: 80px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px
	
}

#footer a {
	font: normal 10px Verdana;
	color: #3D607C;
	text-decoration: none
	
}

/* Navigation bar
=================================*/
#nav {
	background-color:#000000;
	background-image: url("../images/lanyun_navbar.jpg");
	background-repeat: no-repeat;
	margin-top: 0px;
	float: left;
	width: 100%
  }

#nav ul {
    margin:0;
    padding: 0 30px; /* 30 px è la distanza di della voce di menu 'home' dal bordo  */
    list-style: none;
    font-size: 95%;
    text-transform: lowercase; /* testo in minuscolo */
  }

#nav li {
    float: left;
    margin: 0;
    padding: 0px 1px;
    background-image: none;
    line-height: normal;
    text-indent: 0;
  }

#nav a {
    display: block;
    padding: 5px 10px 6px;
    color: #68a;
    text-decoration: none;
    white-space: nowrap;
	border-bottom: 0px

  }


#nav a:hover {
    background-color: #123;
    background-image:url("../images/bg_navshadow.gif");
    color: #ffffff
  }






/* Layout
=================================*/


#content {
	float: left;
	width: 450px; /*tassativo */
	margin: 0px;
	border-right: 1px dotted #999999;
	padding: 0px 10px 0px 10px;
	font-size: 110%;
	color: #000000;
	line-height: normal;
	background: #ffffff

}

#content a:link {
	color: #000000

}

#sidebar {
	float: right;
	width: 250px;
	position: relative;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 90%;
	color: #333399;
	line-height: normal;
	background: #ffffff;
	
}

#sidebar a:link {
	color: #333399

}



