/* CSS Document */

body  

	{

	font-family: Verdana, "Time New Romans", Arial, sans-serif;

	font-size: small;

	color: black;

	margin: 0px auto;

	text-align: center;

	background-color: #F7F7F7;

	}

div#contenitore

	{

	width: 990px;

	margin: 0px auto;

	padding: 0px 0px 10px 0px; /* t r b l*/

	}

div#header

	{

	width: 990px;

	height: 150px;

	background-image: url(img/la_nuova_editrice_header.jpg);
	
	background-repeat: no-repeat;

	}

div#content

	{

	width: 990px;

	margin: 0px auto;

	text-align: center;

	}

div#content2

	{

	width: 990px;

	margin: 0px auto;

	text-align: left;

	}

div#librerie

	{

	width: 250px;

	height: 403px;

	float: right;

	text-align: left;

	}

div#marquee

	{

	width: 180px;

	float: right;

	text-align: left;

	margin-right: 150px;

	margin-top: -300px;

	}

div#footer

	{

	width: 990px;

	margin: 0px auto;

	text-align: center;

	}

a:link { color: ;  text-decoration: none; font-weight: normal;}

a:visited { color: #000000; text-decoration: none; font-weight: normal;}

a:hover { color: #000000; text-decoration: underline; font-weight: normal;}

a:active { color: #000000; text-decoration: none; font-weight: normal;}

.bold

	{

	color: 4E7B46;

	font-weight: bold;

	}