body
{
	background-image: url(../img/bg-new.gif);
	color: yellow;
	font: Verdana, Helvetica, sans-serif;
}

h1
{
	margin: 0;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 14px;
	text-transform: capitalize;
}

a
{
	text-decoration: none;
	font-size: 12px;
}

a:link
{
        color: yellow;
}       

a:visited
{
        color: yellow;
}

a:active
{
        color: white;
}

a:hover
{
        color: white;
}

img
{
	float: right;
	margin-right: 20px;
}

#struttura
{
	background-color: yellow;
	width: 90%;
	height: auto;
}

#head
{
	background-color: black;
        background-image: url(../img/head-tr-new.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
	text-align: right;
	padding-right: 2%;
	border-bottom: 2px solid;
}

div#title
{
	background-image: url(../img/title-new.gif);
        background-repeat: no-repeat;
        background-position: left;
	height: 40px;
}

div#title span
{
	display: none;
}

div#body
{
	background-color: black;
        background-image: url(../img/body-tr-new.gif);
        background-repeat: no-repeat;
	background-position: top right;
}

div#menu
{
	background-color: #999999;
	background-image: url(../img/menu-br-new.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	width: 11%;
	padding: 10px;
}

div#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#menu li {
	margin:0;
	padding:0;
}

div#menu a {
	display:block;
	height:20px;
	width:82px;
	line-height:20px;
	text-indent:20px;
	background-image: url(../img/menu1-new.gif);
	background-repeat: no-repeat;
}

div#menu a:hover {
	background-image: url(../img/menu2-new.gif);
	background-repeat: no-repeat;
}

div#content
{
	position: relative;
	margin-left: 12%;
	margin-right: 2%;
	padding: 2% 0 2% 4%;
	height: auto;
}

div#content h3 {
	background-image: url(../img/titolo-new.gif);
	background-repeat: no-repeat;
	height: 18px;
	line-height:20px;
	margin-bottom: 0;
	padding-left: 10px;
}

div#content p.testo
{
	background-color: #666666;
	text-indent: 2%;
	border: 1px solid;
	margin: 0;
	padding:2% 2% 4% 2%;
}

div#content p.data
{
	background-image: url(../img/data-new.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 18px;
	line-height:20px;
	margin: 0;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
}

.vert
{
	width: 200px;
	height: 280px;
}

.oriz
{
	width: 280px;
	height: 200px;
}

.quad
{
	width: 260px;
	height: 260px;
}

#tail
{
	background-color: black;
        background-image: url(../img/tail-tr-new.gif);
        background-repeat: no-repeat;
        background-position: top right;
}

.foot
{
	text-align: center;
}

.foot span
{
	display: none;
}

.ai
{
	background-image: url(../img/hostedby.png);
	background-repeat: no-repeat;
	display: block;
        height: 15px;
        width: 80px;
	position: relative;
	left: 40%;
	top: 15px;
}
.l38
{
	background-image: url(../img/housed-l38.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 80px;
	position: relative;
	left: 50%;
	top: 0px;
}

