body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 18px;
	text-align: justify;
}
#content-wrapper { width: 760px; background-image: 'fondo02.gif';
               margin-left: auto; margin-right: auto; margin-top: 0;
               margin-bottom: 0; padding-left: 0; padding-right: 0;
               padding-top: 0; padding-bottom: 15px }
#main-wrapper {
	margin-left: 10px;
	width: 410px;
	float: left;
	word-wrap: break-word;
	overflow: visible;
}
#sidebar-wrapper {
  margin-right: 10px;
  width: 310px;
  float: right;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#contact-wrapper {
	margin-left: 10px;
	width: 310px;
	float: left;
	word-wrap: break-word;
	overflow: visible;
}
#email-wrapper {
	margin-left: 10px;
	width: 410px;
	float: left;
	word-wrap: break-word;
	overflow: visible;
}
#large-wrapper {
  margin-right: 10px;
  width: 740px;
  float: right;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #4F8844;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #4F8844;
	text-decoration: none;
}
a:hover {

	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #4F8844;
	text-decoration: underline;
}
