html,body {position:relative; 
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align:center; 
}

#template {
  position:relative;
  margin:auto;
  text-align: left;
  width: 800px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}



#headersection {
  position: relative;
  float: left;
  width: 800px;
  height: 245px;
  background: url(../img/header.jpg);
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#headersectiontop {
  position: relative;
  float: left;
  width: 800px;
  height: 107px;
}

#headersectionbottom {
  position: relative;
  float: left;
  width: 800px;
  height: 138px;
}

#menusection {
  text-align: center;
  position: relative;
  float: left;
  width: 289px;
  height: 138px;
}

.menuitem {
  position: relative;
  float: left;
  width: 289px;
  height: 29px;
  margin-top:17px;
}

.menuitem a{
	font-family: Arial, Tahoma;
	font-size: 15px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
	line-height: 16px;
}

.menuitem a:hover {
	color: yellow;
    font-weight: normal;	
}



#bodysection {
  position: relative;
  float: left;
  width: 800px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.poweredsection{
  position: relative;
  float: left;
  width: 780px;
  padding:10px;
  text-align:center;
  border: 1px solid black;
}

.poweredcolsection1{
  position: relative;
  float: left;
  width: 230px;
  text-align:center;
}

.poweredcolsection_admin{
  position: relative;
  float: left;
  width: 120px;
  text-align:left;
}

.poweredcolsection_dati{
  position: relative;
  float: left;
  width: 195px;
  text-align:left;
}

.poweredcolsection_web{
  position: relative;
  float: left;
  width: 223px;
  text-align:left;
  padding-left:10px;
  
}