/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #8F622B;
	text-decoration:none;
}
a:hover {
	color: #543;
	text-decoration:underline;
}
body {
	color: #8F622B;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 69%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #999486;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 12px;
	line-height: 1.4em;
	text-align: center;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	width: 955px;
	background-image: url(img/index-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.lingue {
	width: 412px;
	margin-right: auto;
	margin-bottom: auto;
	clear: both;
	padding-left: 526px;
	padding-top: 400px;
}
.indirizzo {
	width: 412px;
	margin-right: auto;
	margin-bottom: auto;
	clear: both;
	padding-left: 526px;
	padding-top: 97px;
}
.indirizzo p {
	font-size: 1.1em;
	padding-bottom: 5px;
	line-height: 1.2em;
	text-align: center;
}
.indirizzo a {
	color: #8F622B;
	text-decoration:underline;
}
.indirizzo a:hover {
	color: #543;
	text-decoration:none;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
