html, body {
	margin : 0; 
	padding : 0; 
	height: 100%;
	background:#988675;
}
body {
	font-family : arial, sans-serif; 
	font-size : 76%;
	color: #362F2D;
	text-align: center; /*centra in IE 5.x */
}
div#container {
	position: relative;
	width: 760px;
	margin: 0px auto; /*centra negli altri browsers*/
	background: #C7B299;
	text-align: left; /*ripristina l' allineamento*/
}
div#lft_area { 
	position:relative;
	top: 0px;
	left: 0px;
	width: 400px;
	margin-left: 5px;
	background: #C7B299 ;
}
div#lft_content,
div#lft_content1,
div#lft_content2,
div#lft_content3,
div#lft_content4,
div#lft_content5,
div#lft_content6,
div#lft_content7,
div#lft_content8,
div#lft_content9,
div#lft_content10	{
	width: 375px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	background: #F1ECE5 ;
}
div#lft_box_1 {
	width: 375px;
	height: 100px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	background: #F1ECE5 ;
	font-size: 8pt;
}
div#lft_box_2 {
	width: 375px;
	height: 100px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	background: #F1ECE5 ;
	font-size: 90%;
}
div#lft_box_3 {
	width: 375px;
	height: 100px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	background: #F1ECE5 ;
	font-size: 90%;
}
div#lft_box_4 {
	width: 375px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	background: #F1ECE5;
	font-size: 90%;
}
div#lft_box_5 {
	position: relative;
	width: 395px;
	margin-top: 5px;
	margin-right: 5px;
	background: transparent;
}
div#lft_box_5a {
	position: relative;
	width: 175px;
	height: 100px;
	padding: 10px;
	background: #F1ECE5;
	font-size: 90%;
}
div#lft_box_5b {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 175px;
	height: 100px;
	padding: 10px;
	background: #F1ECE5;
	font-size: 90%;
}
div#lft_box_5c {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 175px;
	height: 100px;
	padding: 10px;
	background: #F1ECE5;
	font-size: 90%;
}
div#ctr_area {
	position:absolute;
	left: 405px;
	top: 0px;
	width: 180px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 90%;
}
div#rgt_area {
	position:absolute;
	left: 605px;
	top: 0px;
	width: 150px;
	height: 100%;
	background: #C7B299;
	text-align: left;
}
div#rgt_news1,
div#rgt_news2	{
	position: relative;
	width: 135px;
	height: 160px;
	margin-left:5px; 
	margin-top:5px; 
	padding: 5px;
	background: #D5C5B3;
	text-align: left;
	font-size: 8pt; 
	color: #988675;
}
div#rgt_news1_tit,
div#rgt_news2_tit	{
	position: relative;
	width: 125px;
	padding: 5px;
	margin-bottom: 5px;
	background: #C7B299;
	font-weight: bolder;
	color: #988675;
	text-align: center;
}
div#footer {
	width: 375px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #F1ECE5;
	font-size: 90%;
}
div#image {
	width: 400px;
	height: 300px;
	padding: 10px;
	background: white ;
}
form {
	margin: 0px;
}
.fieldtext {
	font-family : arial, sans-serif; 
	margin: 0px;
	font-size: 9pt;
}
table {
	margin: 0px;
	width:375px;
	border: 0px none;
	font-size: 8pt;
}
big {
	font-size: 115%;
	font-weight: bold;
	color: #988675;
}
b   {
	color: #726257;
}
a {
	color : #754C24;
	background: transparent;
	text-decoration : underline;
}
a:hover {
	color: #ff4500;
	background: transparent;
	text-decoration: underline;
}
a.selected {
	color : #726257;
	font-weight: bolder;
	background: transparent;
	text-decoration: none;
}
a.faq {
	color: #726257;
	font-weight: bolder;
	background: transparent;
	text-decoration: none;
}
a.more {	
	color: #754C24;
	background: url('images/right.gif') no-repeat right;
	text-decoration: underline; 
	padding-right:10px; 
}
a:hover.more {	
	color: #ff4500;
	background: url('images/right.gif') no-repeat right;
	text-decoration: underline; 
	padding-right:10px; 
}
a.back {	
	color: #754C24;
	background: url('images/left.gif') no-repeat left;
	text-decoration: underline; 
	padding-left:10px; 
}
a:hover.back {	
	color: #ff4500;
	background: url('images/left.gif') no-repeat left;
	text-decoration: underline; 
	padding-left:10px; 
}
a.menu {	
	color: #754C24;
	background: url('images/menu.gif') no-repeat left;
	text-decoration: none;
	padding-left:12px; 
}
a:hover.menu {	
	color: #ff4500;
	background: url('images/menu.gif') no-repeat left;
	text-decoration: underline; 
	padding-left:12px; 
}
hr {
	color: #C7B299;
	margin-top:5px;
	margin-bottom: 5px;
	height: 1px;
	border-style: solid;
}
hr.mini {
	color: #C7B299;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 1px;
	border-style: solid;
}

div#popup {
	width: 400px;
	margin: 10px;
	background: #C7B299 ;	
}
div#popup_txt {
	width: 370px;
	height: 215px;
	padding: 10px;
	margin: 5px;
	background: #F1ECE5;
	text-align: left;
}
