/************* generale (tutte le pagine) **************/

body  {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	background: #582c18;
	text-align: justify;
	color: #990000;
	margin-left: 200px;
}
.thrColFixHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e8d5ad;
	margin: 50px 0px 0x 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	float: none;
} 

.thrColFixHdr #body_center {
	background-repeat:no-repeat;
	background-image:url(../_gallery/_home/home_body4_backgrd.gif);
	margin: 0px 0px 0px 170px;
	float: none;
} 

.thrColFixHdr #sidebar-txt3 {
	float: left;
	width: 169px;
	height: 378px;
	padding: 0px 0px 0px 0px;
	margin-left: 1px;
	background-image:url(../_gallery/_menu_sx/fondo_sx_base.png);
	padding-top: 1px;
	vertical-align: bottom;
}


.thrColFixHdr #cal-news_bar {
	float: none;
	width: 955px;
	height: 120px;
	background-image:url(../_gallery/_home/cal-news-bar_bg2.png);
	border: 0px solid #000000;
	margin: -2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Stile5 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	background-color: #FFCC66;
}

.Stile6 {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6633;
	line-height: 14px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 100%;
}


#example1{ /*Demo 1 main container*/
	width: 390px;
	height: 90px;
	border: 0px solid black;
	margin-left: 20px;
	margin-top: 17px;
	/* background-color: lightyellow; */
}

#example1 div p{
background-color: #CC9966;
}


code{ /*CSS for insructions*/
color: red;
}



.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: inherit;
	position: absolute;
	left: 350px;
	top: 270px;
	visibility: inherit;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
