body  {
	font-family:Verdana, sans-serif;
	font-size:12px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6e8840;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#e5872a;
}


#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 986px; 
	background: url(../images/bgastro.jpg) no-repeat left top #fff;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;

} 

/* header della pagina */
#headerTop {
	padding: 0px 15px;
	margin: 0px;
	height: 1px;

}
#header {
	margin: 0px 0px 0px 180px;
	padding: 0px;
	height: 94px;
	background: url(../images/studio.gif) no-repeat left top; 

}
#headerBottom {
	margin: 0px;
	padding: 0px ;
}

/* corpo della pagina */
#leftColumn {
	padding: 50px 0px 0px 5px;
	margin: 0px;
	background: url(../images/bg-left.gif) top left no-repeat;
	float: left;
	height: 430px;
	width: 145px;
	
}
#mainContent { 
	margin: 0px;
	padding: 40px 30px 0px 185px;
	height: 442px; 
	background: url(../images/bg-center.gif) top right no-repeat;
} 
#rightColumn {
	padding: 0px;
	margin: 0px;
	background: url(../images/flower.png) top left no-repeat;
	height: 174px;
	width: 174px;
	position: absolute;
	bottom: -20px;
	left: 60px;
}
.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;
}

/* footer della pagina */
#footer {
	padding: 0px 0px 0px 210px;
	margin: 10px 0px 0px 0px;
} 
#footer a {
	color: #EDB266;
	text-decoration: none;
}
#footer a:hover {
	color: #EDB266;
	text-decoration: underline;			
}

#contenitorePagina {
	overflow: auto; 
	height: 275px;
}
#immaginePagina {
	float: right;
	margin: 0px 0px 0px 10px;	
}
#flashcontent {
	width: 770px;
	height: 275px;
	padding: 0px;

}


#specialContent {
	margin: 0px;
	padding: 0px;
}


#mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #6e8840;	
}

/* layout di tabella */
.tabella {	
	padding: 5px;
	width:100%;
}
.scrollTabella{
	height: 220px;
	overflow:auto;
}	

.tabellaHdr {
	background: #eeeeee;
	padding: 0px;
	margin: 0px;
}
.tabellaCell {
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

.tabellaCellPari {
	padding:2px;
	background: #ffffff;
	margin: 0px;
	height: 20px;
}

.tabellaCellDispari {
	padding:2px;
	background: #eeeeee;
	margin: 0px;
	height: 20px;
}

/* layout testuali */

.guic_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.normaltxt {
	font-size:12px;
	color:#6e8840;
	text-decoration: none;
	line-height: 18px;
	
}

.titolo {
	font-size:14px;
	font-weight:bold;
	color:#888864
}
.titololink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475057;
	font-weight:bold;
	text-decoration:none;
}
.titolopagina {
	font-size: 14px;
	color:#458247;
	text-decoration:none;	

}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14679e;
	text-decoration:none;

}
.linksx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;		
}
.linkpagina {
	font-size:12px;
	font-weight:bold;
	color:#e5872a;
	text-decoration:none;		
}

.linkmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #646464;
	text-decoration:none;		
}

a:hoover.linkmore {
	color:#699;
	text-decoration:none;		
}

a:hover.linkpagina {
  font-weight:bold;
  color:#EDB266;
  text-decoration:none;
  }

/* stile form nella pagina principale */
#mainContent fieldset {
	padding: 5px;
	margin: 3px 0px;
	border: 1px dashed #ccc;
}
#mainContent fieldset legend {
	font-size: 10px; 
	color: #69C;
	padding: 0px 5px 12px 5px;	
}

#mainContent label {
	display: block;
	float: left;
	text-align: right;
	width: 80px;
	padding-right: 20px;
}
#mainContent fieldset select,textarea,input,label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent textarea {
	/*display:none;	*/
	width: 450px;
	height: 70px;
}
#mainContent fieldset input {
	width: auto;
	height: 15px;	
}
#mainContent fieldset select {
	width: auto;
	height: 20px;
}
#mainContent fieldset input[type="checkbox"] {
	border: none;
	width: auto;
}
#mainContent fieldset br {
	clear: left;
}
