html, body {
	font-family: Georgia, Times New Roman;
	background-color:#0B2D0B;
	margin:0;
	padding:0;
	font-size:12px;

}

/* site holder */

#wrapper {
	position: absolute;
	left: 50%;
	width: 840px;
	margin-left: -420px;
	/*width:840px;
	margin:auto;*/

}



#content {

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background-image:url(Assets/Images/sfondo.jpg);

}

#contentWrap {


	border: 1px solid #A38035;


}
#contentTop {

	margin: 50px;
	border: 3px solid #A38035;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(Assets/Images/VillaXhome.jpg);
	background-repeat:no-repeat;
	
	
}

#contentTop2 {

	margin: 50px;
	border: 3px solid #A38035;
	padding: 0px;
	background-color: #A38035;

	background-repeat:no-repeat;
	
	
}



#right {

	float:right;
	width:387px;
	margin: 0px 0px 0px 0;
	border: 0px solid #680104;
	padding:0px;
	display:none;

}

#textBox {



	margin: 0px 0px 0px 0px;
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;
	padding:20px 50px 20px 50px;
	background-color:#FFFFFF;
	opacity: .5;
	filter: alpha(opacity=50);
	min-height:80px;
	color:#003300;
	font-weight:bold;

	

}

#textBox2 {



	margin: 0px 0px 0px 0px;
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;
	padding:20px 50px 20px 200px;
	background-image:url(Assets/Images/tBoxBack.jpg);
	min-height:80px;
	color:#003300;
	font-weight:bold;
	line-height:21px;

	

}


#textBox2 a{
color: #003300;
text-decoration:none;
}

#textBox2 a:hover{
color: #003300;
text-decoration:none;
}


* html #textBox  {
	height:80px;
}

* html #textBox2  {
	height:80px;
}



#footer {
	background-color:#0B2D0B;
	color: #CCCCCC;
	text-align:center;
	font-size:10px;
	padding-top:15px;

}

