/* Stile tags */
body
{
	background-image: url(../img/bg.jpg);
	color: black;
}

h1
{
	margin: 0;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 14px;
	text-transform: capitalize;
}

a
{
	text-decoration: none;
}

a:link
{
        color: yellow;
}       

a:visited
{
        color: yellow;
}

a:active
{
        color: white;
}

a:hover
{
        color: white;
}

img
{
	border:0;
	float: right;
	margin-right: 20px;
}

a img {
	border:0;
}

/* Classi semplici */

.vert
{
	width: 200px;
	height: 280px;
}

.oriz
{
	width: 280px;
	height: 200px;
}

.quad
{
	width: 260px;
	height: 260px;
}

.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;
}

/* Classi complesse */

div#struttura
{
	width:90%;
	height:auto;
	padding-left:20%;
}

div#head
{
	width:800px;
	height:80px;
	background-color: black;
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
	text-align: right;
	border-bottom: 2px solid yellow;
}

div#title span
{
	display: none;
}

div#body
{
	width:800px;
	height:auto;
	top:160px;
	background-color: #999999;
	background-image: url(../img/bbgg.png);
	background-repeat:y-repeat;
	background-position:right;
}

div#menu
{
	position:absolute;
	top:100px;
	padding-left:10px;
	width: 100px;
}

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/btn.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	color:black;
}

div#menu a:hover {
	background-position: 0 -20px;
}

div#menu a:active {
	background-position: 0 -40px;
}

div#content
{
	position: relative;
	margin-left: 120px;
	margin-right: 2px;
	padding: 2% 0 2% 4%;
	width:580px;
	height: auto;
}

div#content h3 {
	background-image: url(../img/tit.png);
	background-repeat: no-repeat;
	height: 18px;
	line-height:18px;
	margin-bottom: 0;
	padding-left: 18px;
}

div#content p.testo {
	background-image: url(../img/bgg.png);
	background-repeat:repeat-y;
	background-position:left;
	text-indent: 7px;
	border: 2px solid yellow;
	margin: 0;
	padding:10px;
}

div#content p.data {
	background-image: url(../img/date.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 18px;
	line-height:20px;
	margin: 0;
	text-align: right;
	padding-right: 12px;
	font-size: 11px;
}

div#tail
{
	position:relative;
	width:800px;
	background-color: black;
        background-image: url(../img/tail-tr.png);
        background-repeat: no-repeat;
        background-position: top right;
}
