/* Elements */
body {
    background: #D30036;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    text-align: center;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    /* start ie style */
    scrollbar-face-color: #616161; /* face color */
    scrollbar-track-color: #B2B2B2; /* background color */
    scrollbar-arrow-color: #FFF; /* arrow color */
    scrollbar-highlight-color: #B2B2B2; /* inner left and top border color */
    scrollbar-shadow-color: #B2B2B2; /* inner right and bottom border color */
    scrollbar-3dlight-color: #B2B2B2; /* left and top border color */
    scrollbar-darkshadow-color: #B2B2B2; /* right and bottom border color */
    scrollbar-base-color: #B2B2B2; /* generic color - not required - util for 3D standard scollbar width custom color */
    /* end ie style */
}
a, a:link, a:visited, a:active {
    font-weight: bold;
    color: #B20030;
    text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
img, form, input  {
    margin: 0px;
    padding: 0px;
    border: none;
}
h2 {
    margin: 10px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
}
p {
    margin: 10px;
    padding: 0px;
}
hr {
    margin: 10px;
    padding: 0px;
    height: 0px;
    border: #000 1px solid;
}
big {
    font-size: 160%;
}
small {
    font-size: 80%;
}
/* Classes */
.xscreen {
    display: block;
}
.xhandheld, .xtty, .xprint {
    display: none;
}
.tab {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 20px;
}
.border01 {
    border-top: #000 1px solid;
}
.border02 {
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
}
.image01 {
    margin-right: 10px;
    border: #FFF 3px solid;
    float: left;
}
.image02 {
    margin-left: 10px;
    border: #FFF 3px solid;
    float: right;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}
.red {
    color: #B20030;
}
/* IDs */
#xscreen {
    display: block;
}
#xhandheld, #xtty, #xprint, #logo {
    display: none;
}
#intro {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 130px;
    margin-top: -210px;
    background: #B2B2B2 url(../images/intro.gif) no-repeat center;
    text-align: center;
}
#popup {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 220px;
    height: 150px;
    margin-top: -60px;
    margin-right: 20px;
    background: url(../images/popup.gif) no-repeat;
    text-align: center;
}
#popupContent {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 130px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    color: #FFF;
}
#main {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 420px;
    margin-top: -210px;
    background: #B2B2B2;
    text-align: center;
}
#top {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 760px;
    height: 70px;
    margin-left: -380px;
    background: #B2B2B2 url(../images/top.gif) no-repeat;
    text-align: right;
}
#content {
    display: block;
    position: absolute;
    left: 50%;
    top: 70px;
    width: 760px;
    height: 350px;
    overflow: auto;
    margin-left: -380px;
    background: #B2B2B2;
    text-align: left;
}
#bottom {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 10px;
    text-align: right;
    color: #F2A2B8;
}
#bottom a, #bottom a:link, #bottom a:visited, #bottom a:active {
    color: #F2A2B8;
}
#menu {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: 10px;
    margin-right: 38px;
    text-align: right;
    color: #000;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
    color: #000;
}
#image01 {
    display: block;
    position: relative;
    margin: 10px;
    padding: 0px;
    width: 740px;
    height: 200px;
    background: url(../images/cri2.gif) no-repeat;
}
#image02 {
    display: block;
    position: relative;
    margin: 10px;
    padding: 0px;
    width: 720px;
    height: 330px;
    background: url(../images/banner_eventi.gif) no-repeat;
}
#image03 {
    display: block;
    position: relative;
    margin: 10px;
    padding: 0px;
    width: 720px;
    height: 200px;
    background: url(../images/corsi.gif) no-repeat;
}