/* *********
	 RESET CSS
   ********* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
  line-height: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
/*	line-height: 1;*/
}
	/* FINE DEL RESET */







html,body{
    margin:0;
	padding:0;
    background:#000 url(/res/img/bg.jpg);
    background-position:0 10px;
    background-repeat: repeat-x;
    color:#fff;
    text-transform:uppercase;
}
body {
	text-align: center;
}
body img {
	border:0px;	
}
div#spessore{
    height:10px;
}
div#container{
	position:relative;
	width: 950px;
	margin: 0 auto;
    text-align: left;
	line-height: 1;
}

div#contenuti{
}

div#menu{
    float:left;
    width:220px;
    line-height:1.8em;
    font-family:Impact,Georgia,Trebuchet MS,Verdana,Arial,sans-serif,Helvetica;
    font-size: 20px;
}

#menu a:link, 
#menu a:visited{
    text-decoration:none;
	color: #fff;
}
#menu a:hover, 
#menu a:focus, 
#menu a:active,
#menu a.attivo{
	color:#DE337D;
	text-decoration:none;
}


div#testo{
    float:left;
    width:440px;
    line-height:1.8em;
    font-family:Calibri,Georgia,Trebuchet MS,Verdana,Arial,sans-serif,Helvetica;
    font-size: 12px;
}
#testo a:link, 
#testo a:visited{
    text-decoration:none;
	color: #DE337D;
}
#testo a:hover, 
#testo a:focus, 
#testo a:active{
	color:#fff;
	text-decoration:none;
}

div#testo img{
    float:left;
    border:solid 1px #DE337D;
    margin:4px;
}

div#img_sx{
    float:left;
    width:290px;
}


div#clear_left {
	clear:left;
}



