/* CSS Document */
body{
margin:auto;
width:900px;
background-color: #910101;
color:#3d1400;
font:12px "Arial", sans-serif;
line-height: 18px;
text-align:justify;
}
a{
text-decoration:none;
color:#910101;
}
a:hover{
text-decoration:underline;
}
.bold{
font-weight:bold;
font-size:13px;
}
h1{
font-weight:bold;
font-size:17px;
font-family: "Times New Roman", sans-serif;
color:#910101;
margin-top:25px;
margin-bottom:20px;
}
h2 {
font-weight:bold;
font-size:42px;
font-family: "Times New Roman", sans-serif;
color:#c88080;
margin-top:25px;
margin-bottom:25px;
text-align:center;
}
h3 {
font-weight:bold;
font-size:16px;
font-family: "Times New Roman", sans-serif;
color:#c88080;
margin-top:5px;
padding-bottom:25px;
margin-right:5px;
text-align:right;
}
#inside{
position:relative;
top:0px;
left:0px;
background-color: #fff;
}
#top{
position:relative;
top:0px;
left:0px;
}
#flash{
position:absolute;
top:0px;
left:0px;
margin-left:475px;
width:393px;
height:561px;
z-index: 100;
}
#main{
position:relative;
top:0px;
left:0px;
margin-bottom:40px;
}
#main #testo{
position:relative;
top:0px;
left:0px;
width:336px;
margin-left:69px;
margin-top:40px;
}

#indirizzo {
position:relative;
top:0px;
left:0px;
background:#910101;
height:23px;
color: #fcfae7;
text-align:center;
padding-top:4px;
}

#indirizzo a{
color:#fcfae7;
}
#indirizzo a:hover{
color:#fcfae7;
}
hr {
background:#910101;
height:1px;
}


