
html {
	height: 100%;
	width:100%
}
body {
	background-image: url(../images/bg_righ.gif);
	background-repeat: repeat-x;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	background-color: #EAE1B9;
	
}
.corniceris {
	float:left;
	margin-left: 0px;
	margin-top:14px;
	border: 2px solid #D7C289;
}
h1{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-bottom : 1px;
	margin-top : 0px;
	background-color: #EDDFBC;
	width: 780px;
}

/*contenitore generale*/
#weddingsitaly{
width:780px;
text-align:left;

}

/*testata*/
#weddings{
	width:780px;
	height:171px;
	margin-bottom: 2px;
	margin-left:auto;
	margin-right:auto;
	}

/*contenitore del centro diviso in tre*/
#weddingscenter{
	text-align:center;
	width:778px;
	/*position:relative;
	display:block;
	height:auto;*/
	background-image: url(../images/bg_centro_wed.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
}


/*sinistra*/
#left{
text-align:left;
	width:180px;
	background-color:#FFFFFF;
	border-top: 0px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
	float:left;
	/*position:relative;
	left:0px;*/
	background-image: url(../images/bg_sx.jpg);
	background-repeat: repeat-x;
	/*height:312px;*/
}
/*centro*/
#center{
	/*background-color:#99CCFF;*/
	
margin-left:191px; margin-right:214px; /*position:relative; display:block; */text-align:left;
}
#center2{
	/*background-color:#99CCFF;*/
	
margin-left:191px;  /*position:relative; display:block; */text-align:left;
}
/*destra*/
#contenutoweddings2{
width:380px;
float:left;}
#right{
	/*background-color:#FF33CC;*/
	float:right; /*position:relative;*/
	width:198px;
	right:0px;
	text-align:left;
	margin-right:5px;
}
#right2{float:right; /*position:relative;*/
	width:198px;
	right:0px;
	text-align:left;
	top:0px;}

.clear {clear:both;}
