BODY {
  font-family: "Lucida Sans Unicode";
  font-size: 10px;
  color: #555;
  text-align: center;
  margin: 0px;
  background: #ddd;  
}

div.page {
	width: 980px; 
	margin: 0 auto;
	background: #fff;
}

input, textarea {
	border: 1px solid #999
}

img {border: 0px}

div.container {
	width: 980px;
	text-align: left
}

div.header {
	padding-top: 5px;
	height: 90px;
	padding-right: 20px;
	padding-left: 20px;
}

.menu {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

.corpo{
	height: 400px;
	padding-top: 20px;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 12px;
}

html>body .corpo{
	height: auto;
	min-height: 400px;	
}

.footer {
	text-align: right;
	font-size: 11px;
	background: #dfdfdf;
}

a:link, a:visited {
	color: #47541F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

.clear {
	clear: both
}

.titoletto {
	color: #47541F;
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#win, #win2 {
  display: none;
  position: absolute;
  border: 1px solid #aaa;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #fff;
  font-family: Verdana;
  padding: 2px;
  text-align: left;
  color: #555
}

#loader {
  display: none;
  position: absolute;
  top: 58%;
  left: 35%;
  border: 1px solid #000;
  color: #7cb138;
  background: #fff;
  font-family: Verdana;
  font-size: 18px;
  padding: 10px;
}

.button {
	background: #47541F;
	color: #ddd
}

.boxNews {
	border-bottom: 1px solid #999;
	margin-bottom: 20px
}

.colLeft{
	float: left; 
	width: 165px;
	text-transform: uppercase;
	font-size: 11px
}

.colCenter {
	float: left; 
	width: 814px;
	border-left: 1px dashed #47541F;
	height: 400px;
}

html>body .colCenter{
	height: auto;
	min-height: 400px;	
}

.credit {
	font-size: 13px;
	padding: 5px
}