body	{
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 70%;
	color: #000000;
}

div	{
	margin: 0;
	padding: 0;
}

h1	{
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	margin: 63px 0 0 33px;
	padding: 0;
}

h2	{
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	margin: 10px 0 0 10px;
	padding: 0;
}

table	{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	clear: both;
}

td	{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 15px;
	clear: both;
	border-top: 1px solid #9E9E9E;
}

li {
	list-style: none;
	font-weight: bold;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #9E9E9E;
}

p	{
	padding: 0;
	margin: 0;
	text-align: left;
}

#container	{
	width: 770px;
}


#container2	{
	width: 503px;
	float: left;
}


/*	COLONNA 1	*/


.colonna_1	{
	float: left;
	width: 267px;
	height: 440px;
}

.colonna_1 p	{
	margin: 1px 0 0 33px;
	line-height: 15px;
}


/*	COLONNA 2	*/


.colonna_2	{
	float: left;
	width: 250px;
	height: 440px;
	background-color: #E0E0E0;
	background-image: url("../img/tratteggio.gif");
	background-repeat: repeat-y;
	background-position: top right;
}

.colonna_2 br	{
	clear: both;
}

.colonna_2 p	{
	margin: 1px 0 0 33px;
	line-height: 15px;
}

.menu	{
	float: left;
	width: 250px;
	height: 195px;
	background-color: #E0E0E0;
	background-image: url("../img/tratteggio.gif");
	background-repeat: repeat-y;
	background-position: top right;
}

.menu br	{
	clear: both;
}


/*	COLONNA 3	*/


.colonna_3	{
	float: left;
	width: 253px;
	height: 440px;
	background-image: url("../img/mappamondo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

.mappamondo	{
	float: left;
	width: 253px;
	height: 195px;
	background-image: url("../img/mappamondo2.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}


/*	CONTENUTI	*/


.contenuti	{
	width: 503px;
}

.contenuti tr	{
	height: 1px;
}

.contenuti p	{
	margin: 10px;
	line-height: 150%;
}

.testo	{
	border: 0;
}

.testo li	{
	list-style-type: disc;
	border: 0;
	font-weight: normal;
	margin: 0px 0 0 40px;
	height: 15px;
	line-height: 15px;
}


/*	LINK	*/


.colonna_2 a, .colonna_2 a:Visited	{
	color: #000000;
	text-decoration: none;
}

.colonna_2 a:Hover	{
	color: #000000;
	text-decoration: underline;
}

.menu a, .menu a:Visited	{
	color: #000000;
	text-decoration: none;
}

.menu a:Hover	{
	color: #000000;
	text-decoration: underline;
}

.colonna_1 a	{
	color: #693313;
}

.contenuti a	{
	color: #693313;
}

/*.colonna_2 a.tasto, .colonna_2 a.tasto:Visited, .colonna_2 a.tasto:Hover	{
	text-decoration: none;
	background-color: #693313;
	width: 5em;
	padding: 0.4em;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	display: block;
}*/

.colonna_2 span.tasto_grigio, a.tasto_grigio, .colonna_2 a.tasto_grigio:Visited, .colonna_2 a.tasto_grigio:Hover	{
	text-decoration: none;
	background-color:#939393;
	width: 5em;
	padding: 0.4em;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	display: block;
}