
body
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Tahoma, Verdana;
	text-align: center;
  margin:0px;
  padding:0px;

}

.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.hidden {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	display: none;
}


/* Main Conainer */
div#Container
{
  margin:0px auto;
  padding:0px;
  /*background: #FCFCE4  url(../img/pls/line2.gif) repeat-y; */
  background-color: #FFBC29;
  width: 800px;
  text-align: left;
  border: solid 1px black;
  overflow:hidden;
}

div#Header
{
  width: 800px;
	height: 180px;
	border-bottom: solid 1px black;
}

div#LeftShoulder
{
  background-color: #FFBC29;
  position:relative;
  float: left;
	width: 160px;
	height: 100%;
	padding-left: 5px;
	display:inline;
}


div#MenuList
{
  position:relative;
	width: 100%;
}
 
div#Sostienici
{
  position:relative;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

div#MailingForm
{
  position:relative;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

div#BodyContainer
{
  position:relative;
  width:auto;
  height:auto;
  background-color: #FCFCE4;
  float: left;
  width: 615px;
  text-align: center;
  padding: 5px 5px 5px 5px;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
}

div#MainInfo
{
  position:relative;
  width:auto;
  height:auto;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  width: 590px;
  text-align: justify;
  padding: 5px;
}

div#Info
{
  float: left;
  width: 270px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

div#Storia
{
  background-color: #FCFCE4;
  width: auto;
  height: auto;
  float: left;
  padding: 10px 10px 10px 10px;
  text-align: justify;
  font-family: Verdana;
  color: black;
  
  overflow: auto;
  scrollbar-base-color: rgb(255,188,41);
  scrollbar-arrow-color: black;
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color: black;
	
}

div#Footer
{
  background-color: rgb(255,188,41);
  clear: left;
  width: 800px;
  height: 30px;
  color: black;
  text-align: center;
  padding-top: 6px;
}

div.InfoH1
{
  font: 20px Verdana;
  font-weight: bold;
  text-align: center;
  color: #FF8C00;
}
div.InfoH2
{
  font: 14px Verdana;
  font-weight: bold;
  text-align: center;
  color: #FF8C00;
}

div.Normal
{
	color: black;
	font-family: Arial;
	font-weight: bold; 
	font-size: 16px;
}

a.Menu
{
  font-size: 14px;
  color: white;
	font-weight: bold;
	text-decoration: none;

}

a:hover.Menu
{
  color: red;
	font-weight: bold;
	text-decoration: none;
}

a.Normal
{
	text-align: left;
	color: Black;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: None;
}

a.NormalBig
{
	text-align: left;
	color: Black;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-decoration: None;
}

a.HorizontalMenu
{
	background-color: #FFE4B5;
	border: rgb(255,188,41) solid thin;
	text-align: center;
	color: Black;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: None;
	margin-left: 20px;
	
	padding: 5px;
}

a:hover.HorizontalMenu
{
	background-color: rgb(255,188,41);
	border: rgb(255,188,41) solid thin;
	text-align: center;
	color: white;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: None;
}

H1
{
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.centra
{
margin-left:auto;
margin-right:auto;
width:70%;
}
