body {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

h1, h2, h3 { 
	margin:0px; 
	padding:0px; 
}

h1 {
	font-size: 1.5em;
	color:#cc0000;
	font-weight:bold;
}

h2 {
	font-size: 1.2em;
	color:#00439f;
	font-weight:normal;
}

h3 {
	font-size: 1em;
	font-weight:normal;
}

h4 {
	font-size:1.0em;
	color:#cc0000;
	background:#e5e5e5;
	padding:5px;
	line-height:14px;
	margin:0px;
}


/************** start Menu **************/


#menu-area {
	background:url(../images/background/back-menu.gif) repeat-x center top ;
	height:99px;
}

#menu {
	width: 880px;
	margin:0px auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 123px;
	height: 50px;
	padding-top: 35px;
	text-align:center;
	background: url(../images/button/button-menu-off.gif) no-repeat center top  ;
	color:#00439f;
	font-size: 1em;
	text-decoration: none;
}

#menu a:hover {
	background: url(../images/button/button-menu-on.gif) no-repeat center top  ;
	padding-top: 45px;
	color:#01347b;
	font-weight:bold;
}

#menu .button-on a {
	padding-top: 45px;
	background: url(../images/button/button-menu-on.gif) no-repeat center top  ;
	color:#01347b;
	font-weight:bold;
}

/************** end Menu ***************/



/************** start Header ***************/

#header-area {
	height:230px;
	background:url(../images/background/back-header.gif) no-repeat center top ;
}

#header {
	height:230px;
	width:760px;
	margin:0px auto;
	
}

#logo {
	width: 216px;
	height: 230px;
	background: #fcf1da url(../images/logo/logo-hotel-sirenetta.gif) no-repeat center top;
	float:left;
}

#slide {
	float:left;
	padding: 10px 0px 0px 12px ;
}

/************** end Header **************/



/************** start Content **************/

#area-content {
	background:url(../images/background/back-content.gif) repeat-x top;
}

#content {
	width: 760px;
	margin: auto;
	background:url(../images/background/back-column.gif) center repeat-y;
}

#column-sx {
	width: 216px;
	float: left;
}

#column-center {
	width:365px;
	float:left;
	margin-top: 20px;
	margin-right: 5px;
	padding:20px;
	border-right:1px dotted;
}

#column-dx {
	width: 131px;
	float: right;
}

.briciole {
	font-size:1em;
	color:#00439f;
}

.briciole a {
	color:#00439f;
	text-decoration:underline;
}

.briciole a img{
	border:0px;
	text-decoration:none;
}

.briciole a:hover {
	color:#0259cf;
	text-decoration:none;
}

.link a {
	color:#00439f;
	text-decoration:underline;
}

.link a img{
	border:0px;
	text-decoration:none;
}

.link a:hover {
	font-size:1em;
	color:#0259cf;
	text-decoration:none;
}

#validate {
	width:190px; 
	float:left; 
	text-align:center; 
	margin:10px; 
	padding: 0px;
}

#recapiti {
	width:350px; 
	float:right; 
	text-align:right; 
	font-size:0.9em; 
	margin:10px;
}

#area-preview {
	margin:0px;
	padding:0px;
	background:#f0f0f0;
	text-align:center;
}

#area-preview a img {
	margin:5px;
	border:1px solid #666666;
}

#area-preview a:hover img {
	border:1px solid #FFFFFF;
	margin:5px;
}

/**************end Content**************/


/**************start Footer**************/
#footer{
	padding-top:15px;
	height:200px;
	background:#f0f0f0;
	font-size: 0.9em; 
}
/**************end Footer**************/

