body
{
	background-attachment: scroll;
	background-color: #FFFFCC;
	background-image:  url(img/sx.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-align: left;
	color: #300;
	font-family: times;
	font-size: 0.9em;
}

p
{
	text-align: justify;
}

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

a:hover 
{
	color: #900;
	text-decoration: underline;
}


div#left
{
	float: left;

	width: 170px;
	margin: 0px;
	padding: 0px;
	background-color: trasparent;
	border: 0px;
	text-align: left;

}
div#left a, a:link, a:visited
{
	text-decoration: none;
	background-color: trasparent;
	padding: 2px;
}
div#left a:hover 
{
	color: #FFCC00;
	text-decoration: none;
	background-color: #300;
	padding: 2px;
}

div#left ul
{

	margin: 0px;
	padding: 0px 0px 0px 60px;
	background-color: trasparent;
	border: 0px;
	text-align: left;
	color: #600;
	font-size: 1em;
	font-weight: bold;
	float: left;
	clear: left;
	list-style-position: inside;
	list-style-image: url(img/totellino.gif);

}
div#left li
{
	margin: 3px 0px;
}

div#head
{
	background-attachment: scroll;
	background-image:  url(img/lt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 150px;
}

div#head h1
{
	margin: 0px;
	padding: 25px 0px 0px 65px;
	border: 0px;

}

div#body
{
	background-attachment: scroll;
	background-image:  url(img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: auto;
	margin: 0px 25% 0px 175px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	position: relative;

}

div#body h2
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #600;
	font-size: 1.6em;
	font-weight: bold;
	font-style: oblique;
}

div.figure
{
	float: right;
	clear: right;
	width: 20%;
	border: 1px #900 dashed;
	margin: 0px 0.5em 1em 0px ;
	padding: 0.5em;
	text-align: center;
	background-color: #fff;
	/*background-image: url(img/basn3p01.png);
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: no-repeat;*/
}
div.figure-c
{

	width: 70%;
	border: 1px #900 dashed;
	margin: 0px 0.5em 1em 0px;
	padding: 0.5em;
	text-align: center;
	background-color: #fff;
}
div.figure-clear
{
	width: 300px;
	border: 1px #900 dashed;
	margin: 0px 0.5em 1em 0px;
	padding: 0.5em;
	text-align: center;
	background-color: #fff;
}

p.caption {
  font-style: italic;
  font-size: smaller;
 	text-align: center;
}

img.scaled {
  width: 100%;
}
b {
	font-weight: bold;
	color: #660000;
}
#clearl {
	float:left;
	clear: left;
}