/*
	La Toracca // css document
	atomicpawn.com copyright (c) 2004, Atomicpawn. all right reserved.
	last modified 2004.02.04
	inspired by etrosh.com - tnx Nicola
*/

body {
	margin: 0px;
	background-image: url(../images/bg.png);
}

#container {
	width: 680px;
	background-color: #fff;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;

	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

#lang {
	width: 570px;

	text-align: right;

	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#header {
	width: 550px;
	vertical-align: top;
	background-color: #f2f2f2;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #bbb;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav {
	width: 570px;
	background-color: #eaeaea;
	background-image: url(../images/navbg.png);
	text-align: right;

	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#main {
	width: 550px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font: bold 19px/20px Georgia, Times, serif;
	color: #444;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

p {
	font: 11px/18px Verdana, Geneva, Lucida, sans-serif;
	color: #222;
	margin-bottom: 20px;
}

.immagine {
	border: 1px solid #ddd;
	background-color: #f9f9f9;	
	float:right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;

	text-align: center;
	font: 11px/18px "Courier New", Courier, monospaced;
	color: #777;
}

a:link, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover, a:active {
	color: #900;
	text-decoration: none;
}

a.email {
	text-decoration: underline;
}

#footer {
	width: 550px;
	background-color: #f2f2f2;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #dcdcdc;

	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

	font: 11px/17px Verdana, Geneva, Lucida, sans-serif;
	color: #666;

	clear: both;
}

