/* 
	Documento CSS. Copyright 2006 Andrea Rincon Ray. Tutti i diritti sono riservati.
	http://www.andreaegreta.com/
 */

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #BB9173;*/
	background-color:#FFFFFF;
}
/* Elementi con sfondo */
div.background {
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-repeat: repeat;
	background-position: 50% 0px;

}
/* Tapezzeria */
#tapestry {
	background-image: url("../images/background.jpg");
	min-height:800px;
}
/* Sfumatura */
#page {
	background-image: url("../images/background_sfumato.jpg");
	background-repeat: repeat-x;
}
/* Div contenuti */
#contents {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -401px;
	width: 802px;
	background-color: #FFFFFF;
	background-image: url("../images/pageborders.gif");
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
}
/* Immagine header */
#headerimg { 
	background: url('../images/header.jpg') no-repeat top;
	width: 802px;
	height: 250px;
}
/* Spazio Menu' */
#topmenu { 
	width: 802px;
	height: 60px;
	text-align: center;
}
#destmenu { 
	width: 802px;
	height: 35px;
	text-align: center;
}
/*
#rightcolumn {
	width: 235px;
	float: right;
	overflow: hidden;
	margin:0px;
	padding-left:5px;
	padding-right:10px;
}
#leftcolumn {
	width: 537px;
	float: left;
	overflow: hidden;
	margin:0px;
	padding-left:10px;
	padding-right:5px;
}
*/
#footer { 
	width: 802px;
	height: 20px;
	clear: both;
	text-align: center;
}
/*
div.box {
	width: 235px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/boxback.gif");
	margin-bottom: 20px;
}
div.boxtop {
	width: 235px;
	height: 34px;
	margin:0px;
	padding:0px;
	background-image:url("../images/boxtop.gif");
}
div.boxbottom {
	width:235px;
	height:24px;
	margin:0px;
	padding:0px;
	background-image:url("../images/boxbottom.gif");
}
div.boxcontent {
	width:215px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
}

#boxaddress {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#704F0A;
}
#boxaddress a {
	color:#704F0A;
}
#boxaddress a:hover {
	color:#0000FF;
}
*/
p {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 12px;
}
p a {
	color:#333333;
	text-decoration:underline;
}
p a:hover {
	color:#000000;
}
h1 {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size: 24px;
	border-bottom: 1px solid #BB9173;
	clear: both;
}
h3 {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size: 16px;
	border-bottom: 1px solid #BB9173;
	clear: both;
}
h3 a{
	text-decoration:none;
	color:#333333;
}
h4 {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 14px;
	border-bottom: 1px solid #BB9173;
}

#leftcolumn table td {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 16px;
	padding-left: 10px;
	line-height: 20px;
}
#leftcolumn table td a{
	color:#333333;
	font-weight:bold;
	font-variant: small-caps;
}
#leftcolumn table td a:hover{
	color:#000000;
}
#centercolumn {
	width: 742px;
	overflow: hidden;
	margin:0px;
	padding-left:30px;
	padding-right:30px;
}
.subscript {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align:center;
}
p.destinazioni {
	/*display:inline;*/
	margin:0px;
	padding:0px;
	padding-top:15px;
	text-align:center;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #316449;
	/*line-height: 26px;*/
}
p.destinazioni a {
	color:#316449;
	text-decoration:none;
}
p.destinazioni a:hover {
	text-decoration:underline;
}
img.inlineimgsx {
	margin:0px;
	padding:0px;
	padding-right:5px;
	padding-bottom:5px;
	display:inline;
	float:left;
}
img.inlineimgdx {
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-bottom:5px;
	display:inline;
	float:right;
}
p.datidestinazione {
	text-align: center;
}
#title {
	display:none;
	visibility: hidden;
	height:0px;
	overflow:hidden;
	text-align:center;
}
.tabellaviaggi tr td{
	padding-bottom:30px;
}
.FlashHeader {
	padding-bottom:20px;
}
div.scrollarea {
	height:400px;
	overflow:auto;
	padding-right:20px;
	padding-bottom:10px;
	margin-bottom:20px;
}
