body {
  border-style: none;
  border-color: #993399;
  margin: 0 auto;
  padding: 0;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 0.8em;
  background-color: #f9faf5;
  height: 100%;
  line-height: 1.3em;
  background-position: left 25em;
  width: 1000px;
}
a:link {
  text-decoration: none;
  color: #990000;
}
a:hover {
  color: #cc3300;
  text-decoration: underline;
}
div#header {
  border-style: none;
  padding: 0;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  height: 200px;
  margin-left: 2%;
  width: 98%;
  background-image: url(irudiak/fondo2.png);
}
div#footer {
  border-style: dashed none none;
  border-top: 1px dashed #000000;
  padding: 1em 0 0;
  text-align: center;
  clear: both;
  position: relative;
  height: 50px;
  width: 100%;
  font-size: x-small;
}
div#maincontent {
	border-style: none;
	padding: 2% 2% 2% 4%;
	text-align: left;
	width: auto;
	height: auto;
	min-height: 600px;
	margin-top: 1em;
	max-width: 625px;
	position: relative;
}
div#contenutti {
  padding: 1em;
  width: 550px;
  height: auto;
  visibility: visible;
  overflow: hidden;
}
div#rightcolumn {
	border-style: none none none dashed;
	border-left: 1px dashed #cccccc;
	padding: 2%;
	position: relative;
	float: right;
	min-width: 285px;
	text-align: left;
	height: auto;
	background-color: #f9faf5;
	min-height: 550px;
	width: 27%;
	margin-top: 1em;
	max-width: 400px;
}
.h1 {
  font-family: Times,"Times New Roman",serif;
  font-style: oblique;
  position: relative;
  float: right;
  font-weight: lighter;
  color: #ffffff;
  font-size: 3.5em;
  padding-top: 1em;
  padding-right: 2em;
  text-align: right;
}
.h2 {
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  word-spacing: 0.3em;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1em;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  text-align: justify;
  color: #415b60;
}
.logo {
  float: left;
  position: relative;
  margin-top: 1em;
  margin-left: 8em;
}
