body { margin: 0; padding: 0; background: url(images/bg_pagina.gif); font: normal 10px Verdana, Arial, Sans-serif; }

strong { font-weight: bold; }

img { border: none; }

img.right { 
	margin: 2px 0px 2px 4px; 
	float: right;
}

img.left { 
	margin: 2px 4px 2px 0px; 
	float: left; 
}

a { text-decoration: none; color: #000; font-weight: bold; }
	a:hover { color: #000; text-decoration: underline; }

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;	
}

h2 { /* titolo */
	margin-bottom: 8px;
	font-size: 14px;
}

h3 { /* sottotitolo */
	margin-bottom: 8px;
	font-size: 12px;
}

h6 { /* special sponsor */
	margin: 0 16px 5px 0;
	width: 100px;
	height: 45px;
	background: url(images/bg_sponsor_special.gif);
	float: left;
}

h6 a {
	padding: 2px 0 0 20px;
	display: block;
	font-size: 11px;
}

hr {
	margin: 10px 0;
	clear: both;
}

#container {
	margin-left: 8px;
	border-left: 2px solid #83A0C8;
}

#header {
	height: 47px;
	background: url(images/testa_pop.jpg) no-repeat;
}

#header h1 {
	text-indent: -5000px;
}

#main {
	padding: 10px;
	background: #f2f2f2;
}

#main p {
	margin-bottom: 10px;
	text-align: justify;
}


/* box sponsor */
#sponsor {
	margin-right: 6px;
	border: 1px solid #e1e1e1;
	background: url(images/bg_sponsor.gif) no-repeat #eee;
}

#sponsor p {
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 3px solid #FB8E23;
	line-height: 14px;
}

#sponsor p.last { 
	margin-right: 0;	
	border-right: 0; 
	padding-right: 0;
}

.clear {
	height: 0;
	clear: both;
}

#main .content {
	font-weight: bold;
	padding: 7px 7px 7px 47px;
}
