*{
	padding:0;
	border:0;
	margin:0;
	text-align: center;
	color:#ffffff;
	font-family: tahoma;
}

div{
	text-align: left;
}

a{
	color: #cc7700;
	text-decoration: underline;
}
a:hover{
	color: #dd9900;
	text-decoration: none;
}

body{
	background-image: url(images/bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #3b3a3b;
}

#container{
	position: relative;
	width: 890px;
	height: 700px;
	margin: auto;
}

#top{
	position: relative;
	width: 890px;
	height:140px;
	line-height: 0px;
}

#menu{
	position: relative;
	width: 890px;
	height:30px;
}

#corpo{
	position: relative;
	width: 890px;
	height:390px;
	background-image: url(images/body_1.jpg);
	text-align: left;
}

#corpo2{
	position: relative;
	width: 890px;
	height:470px;
	background-image: url(images/body_2.jpg);
	text-align: left;
}

#colonna_sx, #colonna_dx, #colonna_sx2, #colonna_dx2, #colonna_completa, #colonna_completa2{
	font-size:11px;
	color:#ffffff;
	font-family: tahoma;
}

#colonna_sx{
	position: absolute;
	width: 560px;
	height:360px;
	/*	background-color: Red;*/
	left: 25px;
	top:5px;
	text-align:left;
}

#colonna_dx{
	position: absolute;
	width: 285px;
	height:360px;
	/*	background-color: green;*/
	right: 20px;
	top:5px;
	text-align:right;
}

#colonna_completa{
	position: absolute;
	width: 850px;
	height:360px;
	/*	background-color: gray;*/
	right: 20px;
	top:5px;
	text-align:left;
}

#colonna_sx2{
	position: absolute;
	width: 560px;
	height:450px;
	/*	background-color: Red;*/
	left: 25px;
	top:5px;
	text-align:left;
}

#colonna_dx2{
	position: absolute;
	width: 285px;
	height:450px;
	/*	background-color: green;*/
	right: 20px;
	top:5px;
	text-align:right;
}

#colonna_completa2{
	position: absolute;
	width: 850px;
	height:450px;
	/*	background-color: gray;*/
	right: 20px;
	top:5px;
	text-align:left;
}

#bottom{
	position: relative;
	width: 890px;
	height:110px;
	background-image: url(images/bottom_1.jpg);
	text-align: left;
}

#bottom2{
	position: relative;
	width: 890px;
	height:30px;
	background-image: url(images/bottom_2.jpg);
	text-align: left;
}

#footer{
	position: relative;
	width: 890px;
	height:30px;
	background-image: url(images/footer.jpg);
	text-align: left;
}

.data{
	font-weight: bold;
}

.luogo{
	font-weight: bold;
	font-size: 12px;
	color:#eebb00;
}

.descrizione{
	font-size: 12px;
}

#guestbook{
	font-size: 12px;
	text-align: left;
	background-color: #435e64;
	padding: 10px;
	width:600px;
	margin: auto;
}

.guest_img {
	border: 1px solid #222222;
	height: 50px;
	margin: 3px;
	float: left;
}

.reply{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
	padding: 2px;
	background-color: #22343a;
	clear: both;
	text-align: left;
}

hr{
	border: 2px solid #222222;
	clear: both;
}

textarea{
	
	text-align: left;
	color: #222222;
}

input{
	
	text-align: center;
	color: #222222;
}

.pulsante{
	text-align: center;
	border: 1px solid #111111;
	
}