/* ---------- STYLES TAG <BODY> ---------- */
div{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body{
    text-align:center;
	font:11px verdana;
	background-color:#ffffff;
}


/* ---------- STYLES TAG <DIV> ---------- */

#main {
    margin-left:auto;
    margin-right:auto;
	width:735px;
}

#header {
	width:735px;
	height:150px;
}

#content {
	width:735px;
	height:270px;
	border:1px solid #cccccc;
	background-image:url(bkg1px.jpg);
	padding-top:30px;
}

#contentD {
	width:735px;
	border:1px solid #cccccc;
	background-image:url(bkg3px.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:20px;
}

#box {
    margin-left:auto;
    margin-right:auto;
    text-align:right;
	width:550px;
	height:100px;
}

#boxD {
	width:100%;
}

#list {
	text-align:left;
	float:left;
	width:700px;
}

#leg {
    clear:both;
	padding-left:20px;
	text-align:left;
}

#disc {
    font:9px tahoma;
	color:#999999;
    border:1px solid #cccccc;
	border-top:none;
	padding:10px;
}

#footer {
	width:735px;
	border:1px solid #cccccc;
	background-image:url(bkg2px.jpg);
	border-top:none;
	margin-bottom:20px;
}


/* ---------- STYLES TAG <UL> ---------- */

ul{
    list-style-type:disc;
}


/* ---------- STYLES TAG <IMG> ---------- */

#footer img {
    margin:20px 20px;
    vertical-align:middle;
}


/* ---------- STYLES TAG <STRONG> ---------- */

strong{
color:#b70004;
}

strong#b{
color:#000000;
}

/* ---------- STYLES TAG <P> ---------- */

#txtstyle {
    font:11px verdana;
	padding:15px;
	text-align:left;
}

#txtstyleD {
    font:11px verdana;
	padding:10px;
	text-align:left;
	margin:15px;
	background-color:#eeeeee;
	border:1px solid #b70004;
}

/* ---------- STYLES TAG <LI> ---------- */

li{
border-bottom:1px solid #b70004;
margin-bottom:35px;
}
b{
text-align:right;
float:right;
padding-top:2px;
}


/* ---------- PULSANTI ---------- */

a#btn {
    text-decoration:none;
    color: #000000;
	padding:2px;
}

a#btn:hover {
    color: #b70004;
}

a#bty {
    text-decoration:none;
	font-weight:bold;
    color: #000000;
	padding:2px;
}

a#bty:hover {
    color: #b70004;
}

a#but {
    text-decoration:none;
    display:block;
    color: #000000;
	padding:10px;
    background-image:url(butty.jpg);
	background-repeat:no-repeat;
	background-position:377px;
}

a#but:hover {
    color: #b70004;
}