@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
background-image:url(img/bg.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#f2d8c9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
}
a {
color:#000747;
}
#content {
margin: auto;
display:block;
width:960px;
margin-top:50px;
}
#header {
display:block;
width:960px;
}
#main {
display:block;
width:960px;
background-image:url(img/main_bg.png);
background-repeat:repeat-y;
}
#cleft {
float:left;
width:216px;
margin-left:10px;
text-align:center;
}
#cright {
float:right;
width:700px;
margin-right:10px;
padding-right:10px;
text-align:justify;
}
#cright h2{
padding:0;
margin:0;
font-size:14px;
color:#1d267b;
}
#main {
float:left;
width:960px;
}
.hotel p{
margin:0;
padding:0;
float:left;
width:600px;
}
.hotel a, .hotel span{
float:left;
color:#1d267b;
text-decoration:none;
width:180px;
padding-left:20px;
}

.hotel em{
float:left;
color:#1d267b;
text-decoration:none;
width:120px;
padding-left:20px;
}
.hotel b{
float:left;
}
.album{
margin-top:20px;
}
.album img{
float:left;
margin:10px;
border:1px solid #000033;
}
.sposi img{
border:1px solid #000033;
display:block;
margin-bottom:10px;
}
#form_ospiti{
float:left;
width:480px;
background-color:#5e68ca;
border:1px dashed #000747;
padding:10px;
color:#FFFFFF;
margin-bottom:30px;
}
#form_ospiti input{
border:1px solid #ffffff;
}
.commento{
float:left;
width:480px;
background-color:#ffffff;
border:1px dashed #5e68ca;
padding:10px;
color:#000747;
margin-bottom:20px;
}
.commento strong{
float:right;
width:280px;
text-align:right;
padding-top:5px;
margin-bottom:5px;
}
.commento span{
float:left;
width:200px;
color:#999999;}